Skip to content

Commit

Permalink
[Auto] Update prow jobs for release branches (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
knative-prow-updater-robot authored Jul 26, 2024
1 parent c7ea1d3 commit ddaee2d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
1 change: 0 additions & 1 deletion config/prow/k8s-testgrid/k8s-testgrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ dashboards:
- name: knative-extensions-release-0.5
- name: knative-extensions-release-0.6
- name: knative-extensions-release-1.1
- name: knative-extensions-release-1.13
- name: knative-extensions-release-1.14
- name: knative-extensions-release-1.15
- name: knative-release-1.14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@

periodics:
- annotations:
testgrid-dashboards: knative-extensions-release-1.13
testgrid-dashboards: knative-extensions-release-1.15
testgrid-tab-name: kn-plugin-operator-continuous
cluster: prow-build
cron: 52 11 * * *
cron: 2 21 * * *
decorate: true
extra_refs:
- base_ref: release-1.13
- base_ref: release-1.15
org: knative-extensions
path_alias: knative.dev/kn-plugin-operator
repo: kn-plugin-operator
name: continuous_kn-plugin-operator_release-1.13_periodic
name: continuous_kn-plugin-operator_release-1.15_periodic
spec:
containers:
- command:
Expand Down Expand Up @@ -47,17 +47,17 @@ periodics:
path: service-account.json
secretName: prow-google-credentials
- annotations:
testgrid-dashboards: knative-extensions-release-1.13
testgrid-dashboards: knative-extensions-release-1.15
testgrid-tab-name: kn-plugin-operator-release
cluster: prow-build
cron: 52 9 * * 2
cron: 38 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.13
- base_ref: release-1.15
org: knative-extensions
path_alias: knative.dev/kn-plugin-operator
repo: kn-plugin-operator
name: release_kn-plugin-operator_release-1.13_periodic
name: release_kn-plugin-operator_release-1.15_periodic
spec:
containers:
- command:
Expand All @@ -77,7 +77,7 @@ periodics:
- --apple-codesign-password-file
- /etc/notary/password
- --branch
- release-1.13
- release-1.15
env:
- name: E2E_CLUSTER_REGION
value: us-central1
Expand Down Expand Up @@ -124,10 +124,10 @@ presubmits:
knative-extensions/kn-plugin-operator:
- always_run: true
branches:
- ^release-1.13$
- ^release-1.15$
cluster: prow-build
decorate: true
name: build-tests_kn-plugin-operator_release-1.13
name: build-tests_kn-plugin-operator_release-1.15
path_alias: knative.dev/kn-plugin-operator
rerun_command: /test build-tests
spec:
Expand All @@ -144,13 +144,13 @@ presubmits:
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_kn-plugin-operator_release-1.13,?($|\s.*))
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_kn-plugin-operator_release-1.15,?($|\s.*))
- always_run: true
branches:
- ^release-1.13$
- ^release-1.15$
cluster: prow-build
decorate: true
name: unit-tests_kn-plugin-operator_release-1.13
name: unit-tests_kn-plugin-operator_release-1.15
path_alias: knative.dev/kn-plugin-operator
rerun_command: /test unit-tests
spec:
Expand All @@ -167,13 +167,13 @@ presubmits:
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_kn-plugin-operator_release-1.13,?($|\s.*))
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_kn-plugin-operator_release-1.15,?($|\s.*))
- always_run: true
branches:
- ^release-1.13$
- ^release-1.15$
cluster: prow-build
decorate: true
name: integration-tests_kn-plugin-operator_release-1.13
name: integration-tests_kn-plugin-operator_release-1.15
path_alias: knative.dev/kn-plugin-operator
rerun_command: /test integration-tests
spec:
Expand Down Expand Up @@ -204,4 +204,4 @@ presubmits:
- key: service-account-key.json
path: service-account.json
secretName: prow-google-credentials
trigger: ((?m)^/test( | .* )integration-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_kn-plugin-operator_release-1.13,?($|\s.*))
trigger: ((?m)^/test( | .* )integration-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_kn-plugin-operator_release-1.15,?($|\s.*))
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# #### ####
# #############################################################################
branches:
- release-1.13
- release-1.15
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240723-cbf584354
jobs:
- command:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- --apple-codesign-password-file
- /etc/notary/password
- --branch
- release-1.13
- release-1.15
excluded_requirements:
- gcp
name: release
Expand Down

0 comments on commit ddaee2d

Please sign in to comment.