Skip to content

Commit

Permalink
[Auto] Update prow jobs for release branches (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
knative-prow-updater-robot authored Oct 26, 2023
1 parent ac8e630 commit 39f0f74
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 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.9
testgrid-dashboards: knative-extensions-release-1.12
testgrid-tab-name: eventing-autoscaler-keda-continuous
cluster: prow-build
cron: 31 2 * * *
cron: 41 0 * * *
decorate: true
extra_refs:
- base_ref: release-1.9
- base_ref: release-1.12
org: knative-extensions
path_alias: knative.dev/eventing-autoscaler-keda
repo: eventing-autoscaler-keda
name: continuous_eventing-autoscaler-keda_release-1.9_periodic
name: continuous_eventing-autoscaler-keda_release-1.12_periodic
spec:
containers:
- command:
Expand Down Expand Up @@ -49,18 +49,18 @@ periodics:
path: service-account.json
secretName: prow-google-credentials
- annotations:
testgrid-dashboards: knative-extensions-release-1.9
testgrid-dashboards: knative-extensions-release-1.12
testgrid-tab-name: eventing-autoscaler-keda-release
cluster: prow-build
cron: 45 9 * * 2
cron: 47 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.9
- base_ref: release-1.12
org: knative-extensions
path_alias: knative.dev/eventing-autoscaler-keda
repo: eventing-autoscaler-keda
max_concurrency: 1
name: release_eventing-autoscaler-keda_release-1.9_periodic
name: release_eventing-autoscaler-keda_release-1.12_periodic
spec:
containers:
- command:
Expand All @@ -74,7 +74,7 @@ periodics:
- --github-token
- /etc/hub-token/token
- --branch
- release-1.9
- release-1.12
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/release-account/service-account.json
Expand Down Expand Up @@ -116,10 +116,10 @@ presubmits:
knative-extensions/eventing-autoscaler-keda:
- always_run: true
branches:
- ^release-1.9$
- ^release-1.12$
cluster: prow-build
decorate: true
name: integration-test-kafka-source_eventing-autoscaler-keda_release-1.9
name: integration-test-kafka-source_eventing-autoscaler-keda_release-1.12
optional: true
path_alias: knative.dev/eventing-autoscaler-keda
rerun_command: /test integration-test-kafka-source
Expand Down Expand Up @@ -155,13 +155,13 @@ presubmits:
path: service-account.json
secretName: prow-google-credentials
trigger: ((?m)^/test( | .* )integration-test-kafka-source,?($|\s.*))|((?m)^/test(
| .* )integration-test-kafka-source_eventing-autoscaler-keda_release-1.9,?($|\s.*))
| .* )integration-test-kafka-source_eventing-autoscaler-keda_release-1.12,?($|\s.*))
- always_run: true
branches:
- ^release-1.9$
- ^release-1.12$
cluster: prow-build
decorate: true
name: integration-test-kafka-mt-source_eventing-autoscaler-keda_release-1.9
name: integration-test-kafka-mt-source_eventing-autoscaler-keda_release-1.12
optional: true
path_alias: knative.dev/eventing-autoscaler-keda
rerun_command: /test integration-test-kafka-mt-source
Expand Down Expand Up @@ -197,4 +197,4 @@ presubmits:
path: service-account.json
secretName: prow-google-credentials
trigger: ((?m)^/test( | .* )integration-test-kafka-mt-source,?($|\s.*))|((?m)^/test(
| .* )integration-test-kafka-mt-source_eventing-autoscaler-keda_release-1.9,?($|\s.*))
| .* )integration-test-kafka-mt-source_eventing-autoscaler-keda_release-1.12,?($|\s.*))
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# #### ####
# #############################################################################
branches:
- release-1.9
- release-1.12
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20231023-607a173b2
jobs:
- command:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- --github-token
- /etc/hub-token/token
- --branch
- release-1.9
- release-1.12
excluded_requirements:
- gcp
max_concurrency: 1
Expand Down

0 comments on commit 39f0f74

Please sign in to comment.