Skip to content

Commit

Permalink
[Auto] Update prow jobs for release branches (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
knative-prow-updater-robot authored Jul 23, 2024
1 parent e13413d commit 3b71223
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 406 deletions.
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: net-contour-continuous
cluster: prow-build
cron: 14 21 * * *
cron: 8 3 * * *
decorate: true
extra_refs:
- base_ref: release-1.13
- base_ref: release-1.15
org: knative-extensions
path_alias: knative.dev/net-contour
repo: net-contour
name: continuous_net-contour_release-1.13_periodic
name: continuous_net-contour_release-1.15_periodic
spec:
containers:
- command:
Expand Down Expand Up @@ -47,18 +47,18 @@ 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: net-contour-release
cluster: prow-build
cron: 50 9 * * 2
cron: 0 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.13
- base_ref: release-1.15
org: knative-extensions
path_alias: knative.dev/net-contour
repo: net-contour
max_concurrency: 1
name: release_net-contour_release-1.13_periodic
name: release_net-contour_release-1.15_periodic
spec:
containers:
- command:
Expand All @@ -72,7 +72,7 @@ periodics:
- --github-token
- /etc/hub-token/token
- --branch
- release-1.13
- release-1.15
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/release-account/service-account.json
Expand Down Expand Up @@ -114,10 +114,10 @@ presubmits:
knative-extensions/net-contour:
- always_run: true
branches:
- ^release-1.13$
- ^release-1.15$
cluster: prow-build
decorate: true
name: build-tests_net-contour_release-1.13
name: build-tests_net-contour_release-1.15
path_alias: knative.dev/net-contour
rerun_command: /test build-tests
spec:
Expand All @@ -134,13 +134,13 @@ presubmits:
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_net-contour_release-1.13,?($|\s.*))
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_net-contour_release-1.15,?($|\s.*))
- always_run: true
branches:
- ^release-1.13$
- ^release-1.15$
cluster: prow-build
decorate: true
name: unit-tests_net-contour_release-1.13
name: unit-tests_net-contour_release-1.15
path_alias: knative.dev/net-contour
rerun_command: /test unit-tests
spec:
Expand All @@ -157,13 +157,13 @@ presubmits:
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_net-contour_release-1.13,?($|\s.*))
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_net-contour_release-1.15,?($|\s.*))
- always_run: true
branches:
- ^release-1.13$
- ^release-1.15$
cluster: prow-build
decorate: true
name: integration-tests_net-contour_release-1.13
name: integration-tests_net-contour_release-1.15
path_alias: knative.dev/net-contour
rerun_command: /test integration-tests
spec:
Expand Down Expand Up @@ -194,4 +194,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_net-contour_release-1.13,?($|\s.*))
trigger: ((?m)^/test( | .* )integration-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_net-contour_release-1.15,?($|\s.*))
Loading

0 comments on commit 3b71223

Please sign in to comment.