Skip to content

Commit

Permalink
[Auto] Update prow jobs for release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
knative-prow-updater-robot authored and ci-robot committed Jul 25, 2023
1 parent c5aed08 commit fefb59a
Show file tree
Hide file tree
Showing 17 changed files with 3,603 additions and 0 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 @@ -82,12 +82,14 @@ dashboards:
- name: kn-plugin-source-kafka
- name: kn-plugin-source-kamelet
- name: knative-release-1.10
- name: knative-release-1.11
- name: knative-release-1.9
- name: knative-sandbox-release-0.4
- name: knative-sandbox-release-0.5
- name: knative-sandbox-release-1.0
- name: knative-sandbox-release-1.1
- name: knative-sandbox-release-1.10
- name: knative-sandbox-release-1.11
- name: knative-sandbox-release-1.2
- name: knative-sandbox-release-1.3
- name: knative-sandbox-release-1.4
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,201 @@
# #######################################################################
# #### ####
# #### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ####
# #### USE "./hack/generate-configs.sh" TO REGENERATE THIS FILE. ####
# #### ####
# #######################################################################

periodics:
- annotations:
testgrid-dashboards: knative-sandbox-release-1.11
testgrid-tab-name: net-certmanager-continuous
cluster: prow-build
cron: 28 11 * * *
decorate: true
extra_refs:
- base_ref: release-1.11
org: knative-sandbox
path_alias: knative.dev/net-certmanager
repo: net-certmanager
name: continuous_net-certmanager_release-1.11_periodic
spec:
containers:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --all-tests
env:
- name: E2E_CLUSTER_REGION
value: us-central1
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230718-833225a30
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-sandbox-release-1.11
testgrid-tab-name: net-certmanager-release
cluster: prow-build
cron: 32 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.11
org: knative-sandbox
path_alias: knative.dev/net-certmanager
repo: net-certmanager
max_concurrency: 1
name: release_net-certmanager_release-1.11_periodic
spec:
containers:
- command:
- runner.sh
- ./hack/release.sh
- --dot-release
- --release-gcs
- knative-releases/net-certmanager
- --release-gcr
- gcr.io/knative-releases
- --github-token
- /etc/hub-token/token
- --branch
- release-1.11
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/release-account/service-account.json
- name: E2E_CLUSTER_REGION
value: us-central1
- name: ORG_NAME
value: knative-sandbox
- name: ATTEST_IMAGES
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230718-833225a30
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-sandbox/net-certmanager:
- always_run: true
branches:
- ^release-1.11$
cluster: prow-build
decorate: true
name: build-tests_net-certmanager_release-1.11
path_alias: knative.dev/net-certmanager
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:v20230718-833225a30
name: ""
resources: {}
securityContext:
privileged: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_net-certmanager_release-1.11,?($|\s.*))
- always_run: true
branches:
- ^release-1.11$
cluster: prow-build
decorate: true
name: unit-tests_net-certmanager_release-1.11
path_alias: knative.dev/net-certmanager
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:v20230718-833225a30
name: ""
resources: {}
securityContext:
privileged: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_net-certmanager_release-1.11,?($|\s.*))
- always_run: true
branches:
- ^release-1.11$
cluster: prow-build
decorate: true
name: integration-tests_net-certmanager_release-1.11
path_alias: knative.dev/net-certmanager
rerun_command: /test integration-tests
spec:
containers:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --integration-tests
env:
- name: E2E_CLUSTER_REGION
value: us-central1
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230718-833225a30
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_net-certmanager_release-1.11,?($|\s.*))
Loading

0 comments on commit fefb59a

Please sign in to comment.