Skip to content

Commit

Permalink
[Auto] Update prow jobs for release branches (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
knative-prow-updater-robot authored Jul 24, 2024
1 parent 67d8e26 commit db6eb8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@

periodics:
- annotations:
testgrid-dashboards: knative-release-1.13
testgrid-dashboards: knative-release-1.15
testgrid-tab-name: func-release
cluster: prow-build
cron: 5 9 * * 2
cron: 35 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.13
- base_ref: release-1.15
org: knative
path_alias: knative.dev/func
repo: func
max_concurrency: 1
name: release_func_release-1.13_periodic
name: release_func_release-1.15_periodic
spec:
containers:
- command:
Expand All @@ -38,7 +38,7 @@ periodics:
- --apple-codesign-password-file
- /etc/notary/password
- --branch
- release-1.13
- release-1.15
env:
- name: SIGN_IMAGES
value: "true"
Expand Down Expand Up @@ -99,10 +99,10 @@ presubmits:
knative/func:
- always_run: true
branches:
- ^release-1.13$
- ^release-1.15$
cluster: prow-build
decorate: true
name: unit-tests_func_release-1.13
name: unit-tests_func_release-1.15
path_alias: knative.dev/func
rerun_command: /test unit-tests
spec:
Expand All @@ -119,4 +119,4 @@ presubmits:
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_func_release-1.13,?($|\s.*))
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_func_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 @@ -34,7 +34,7 @@ jobs:
- --apple-codesign-password-file
- /etc/notary/password
- --branch
- release-1.13
- release-1.15
excluded_requirements:
- gcp
max_concurrency: 1
Expand Down

0 comments on commit db6eb8a

Please sign in to comment.