Skip to content

Commit

Permalink
[Auto] Update prow jobs for release branches (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
knative-prow-updater-robot authored Jan 16, 2025
1 parent 67e8fb0 commit 0f3c1be
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions config/prow/k8s-testgrid/k8s-testgrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ dashboards:
- name: knative-extensions-release-1.14
- name: knative-extensions-release-1.15
- name: knative-extensions-release-1.16
- name: knative-extensions-release-1.99
- name: knative-release-1.15
- name: knative-release-1.16
- name: net-contour
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.15
testgrid-dashboards: knative-extensions-release-1.99
testgrid-tab-name: sample-controller-release
cluster: prow-build
cron: 27 9 * * 2
cron: 19 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.15
- base_ref: release-1.99
org: knative-extensions
path_alias: knative.dev/sample-controller
repo: sample-controller
name: release_sample-controller_release-1.15_periodic
name: release_sample-controller_release-1.99_periodic
spec:
containers:
- command:
Expand All @@ -31,7 +31,7 @@ periodics:
- --github-token
- /etc/hub-token/token
- --branch
- release-1.15
- release-1.99
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/release-account/service-account.json
Expand Down Expand Up @@ -73,10 +73,10 @@ presubmits:
knative-extensions/sample-controller:
- always_run: true
branches:
- ^release-1.15$
- ^release-1.99$
cluster: prow-build
decorate: true
name: build-tests_sample-controller_release-1.15
name: build-tests_sample-controller_release-1.99
path_alias: knative.dev/sample-controller
rerun_command: /test build-tests
spec:
Expand All @@ -93,13 +93,13 @@ presubmits:
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_sample-controller_release-1.15,?($|\s.*))
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_sample-controller_release-1.99,?($|\s.*))
- always_run: true
branches:
- ^release-1.15$
- ^release-1.99$
cluster: prow-build
decorate: true
name: unit-tests_sample-controller_release-1.15
name: unit-tests_sample-controller_release-1.99
path_alias: knative.dev/sample-controller
rerun_command: /test unit-tests
spec:
Expand All @@ -116,4 +116,4 @@ presubmits:
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_sample-controller_release-1.15,?($|\s.*))
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_sample-controller_release-1.99,?($|\s.*))
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# #### ####
# #############################################################################
branches:
- release-1.15
- release-1.99
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20250116-9d03c2241
jobs:
- command:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- --github-token
- /etc/hub-token/token
- --branch
- release-1.15
- release-1.99
excluded_requirements:
- gcp
name: release
Expand Down

0 comments on commit 0f3c1be

Please sign in to comment.