Skip to content

Commit

Permalink
[Auto] Update prow jobs for release branches (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
knative-prow-updater-robot authored Oct 22, 2024
1 parent 981490d commit 01cfa71
Show file tree
Hide file tree
Showing 15 changed files with 471 additions and 157 deletions.
2 changes: 2 additions & 0 deletions config/prow/k8s-testgrid/k8s-testgrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ dashboards:
- name: knative-extensions-release-1.1
- name: knative-extensions-release-1.14
- name: knative-extensions-release-1.15
- name: knative-extensions-release-1.16
- name: knative-release-1.14
- name: knative-release-1.15
- name: knative-release-1.16
- name: net-contour
- name: net-gateway-api
- name: net-istio
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,197 @@
# #######################################################################
# #### ####
# #### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ####
# #### USE "./hack/generate-configs.sh" TO REGENERATE THIS FILE. ####
# #### ####
# #######################################################################

periodics:
- annotations:
testgrid-dashboards: knative-extensions-release-1.16
testgrid-tab-name: autoscaler-keda-continuous
cluster: prow-build
cron: 16 11 * * */3
decorate: true
extra_refs:
- base_ref: release-1.16
org: knative-extensions
path_alias: knative.dev/autoscaler-keda
repo: autoscaler-keda
name: continuous_autoscaler-keda_release-1.16_periodic
spec:
containers:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --all-tests
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20241021-2b4a426d3
name: ""
resources: {}
securityContext:
privileged: true
volumeMounts:
- mountPath: /etc/test-account
name: test-account
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
volumes:
- name: test-account
secret:
items:
- key: service-account-key.json
path: service-account.json
secretName: prow-google-credentials
- annotations:
testgrid-dashboards: knative-extensions-release-1.16
testgrid-tab-name: autoscaler-keda-release
cluster: prow-build
cron: 28 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.16
org: knative-extensions
path_alias: knative.dev/autoscaler-keda
repo: autoscaler-keda
max_concurrency: 1
name: release_autoscaler-keda_release-1.16_periodic
spec:
containers:
- command:
- runner.sh
- ./hack/release.sh
- --dot-release
- --release-gcs
- knative-releases/autoscaler-keda
- --release-gcr
- gcr.io/knative-releases
- --github-token
- /etc/hub-token/token
- --branch
- release-1.16
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/release-account/service-account.json
- name: E2E_CLUSTER_REGION
value: us-central1
- name: ORG_NAME
value: knative-extensions
- name: ATTEST_IMAGES
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20241021-2b4a426d3
name: ""
resources: {}
securityContext:
privileged: true
volumeMounts:
- mountPath: /etc/hub-token
name: hub-token
readOnly: true
- mountPath: /etc/release-account
name: release-account
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
volumes:
- name: hub-token
secret:
items:
- key: hub_token
path: token
secretName: github-credentials
- name: release-account
secret:
items:
- key: release.json
path: service-account.json
secretName: prow-google-credentials
presubmits:
knative-extensions/autoscaler-keda:
- always_run: true
branches:
- ^release-1.16$
cluster: prow-build
decorate: true
name: build-tests_autoscaler-keda_release-1.16
path_alias: knative.dev/autoscaler-keda
rerun_command: /test build-tests
spec:
containers:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --build-tests
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20241021-2b4a426d3
name: ""
resources: {}
securityContext:
privileged: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_autoscaler-keda_release-1.16,?($|\s.*))
- always_run: true
branches:
- ^release-1.16$
cluster: prow-build
decorate: true
name: unit-tests_autoscaler-keda_release-1.16
path_alias: knative.dev/autoscaler-keda
rerun_command: /test unit-tests
spec:
containers:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --unit-tests
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20241021-2b4a426d3
name: ""
resources: {}
securityContext:
privileged: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_autoscaler-keda_release-1.16,?($|\s.*))
- always_run: true
branches:
- ^release-1.16$
cluster: prow-build
decorate: true
name: integration-tests_autoscaler-keda_release-1.16
path_alias: knative.dev/autoscaler-keda
rerun_command: /test integration-tests
spec:
containers:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --integration-tests
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20241021-2b4a426d3
name: ""
resources: {}
securityContext:
privileged: true
volumeMounts:
- mountPath: /etc/test-account
name: test-account
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
volumes:
- name: test-account
secret:
items:
- key: service-account-key.json
path: service-account.json
secretName: prow-google-credentials
trigger: ((?m)^/test( | .* )integration-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_autoscaler-keda_release-1.16,?($|\s.*))
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@

periodics:
- annotations:
testgrid-dashboards: knative-extensions-release-1.14
testgrid-dashboards: knative-extensions-release-1.16
testgrid-tab-name: net-contour-continuous
cluster: prow-build
cron: 7 14 * * */3
cron: 17 12 * * */3
decorate: true
extra_refs:
- base_ref: release-1.14
- base_ref: release-1.16
org: knative-extensions
path_alias: knative.dev/net-contour
repo: net-contour
name: continuous_net-contour_release-1.14_periodic
name: continuous_net-contour_release-1.16_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.14
testgrid-dashboards: knative-extensions-release-1.16
testgrid-tab-name: net-contour-release
cluster: prow-build
cron: 45 9 * * 2
cron: 27 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.14
- base_ref: release-1.16
org: knative-extensions
path_alias: knative.dev/net-contour
repo: net-contour
max_concurrency: 1
name: release_net-contour_release-1.14_periodic
name: release_net-contour_release-1.16_periodic
spec:
containers:
- command:
Expand All @@ -72,7 +72,7 @@ periodics:
- --github-token
- /etc/hub-token/token
- --branch
- release-1.14
- release-1.16
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.14$
- ^release-1.16$
cluster: prow-build
decorate: true
name: build-tests_net-contour_release-1.14
name: build-tests_net-contour_release-1.16
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.14,?($|\s.*))
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_net-contour_release-1.16,?($|\s.*))
- always_run: true
branches:
- ^release-1.14$
- ^release-1.16$
cluster: prow-build
decorate: true
name: unit-tests_net-contour_release-1.14
name: unit-tests_net-contour_release-1.16
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.14,?($|\s.*))
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_net-contour_release-1.16,?($|\s.*))
- always_run: true
branches:
- ^release-1.14$
- ^release-1.16$
cluster: prow-build
decorate: true
name: integration-tests_net-contour_release-1.14
name: integration-tests_net-contour_release-1.16
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.14,?($|\s.*))
trigger: ((?m)^/test( | .* )integration-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_net-contour_release-1.16,?($|\s.*))
Loading

0 comments on commit 01cfa71

Please sign in to comment.