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 Aug 1, 2023
1 parent 92b36b1 commit 292db9c
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,211 @@
# #######################################################################
# #### ####
# #### 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: kn-plugin-operator-continuous
cluster: prow-build
cron: 55 14 * * *
decorate: true
extra_refs:
- base_ref: release-1.11
org: knative-sandbox
path_alias: knative.dev/kn-plugin-operator
repo: kn-plugin-operator
name: continuous_kn-plugin-operator_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:v20230731-c57285e24
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: kn-plugin-operator-release
cluster: prow-build
cron: 57 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.11
org: knative-sandbox
path_alias: knative.dev/kn-plugin-operator
repo: kn-plugin-operator
name: release_kn-plugin-operator_release-1.11_periodic
spec:
containers:
- command:
- runner.sh
- ./hack/release.sh
- --dot-release
- --release-gcs
- knative-releases/kn-plugin-operator
- --release-gcr
- gcr.io/knative-releases
- --github-token
- /etc/hub-token/token
- --apple-codesign-key
- /etc/notary/cert.p12
- --apple-notary-api-key
- /etc/notary/key.json
- --apple-codesign-password-file
- /etc/notary/password
- --branch
- release-1.11
env:
- name: E2E_CLUSTER_REGION
value: us-central1
- name: SIGN_IMAGES
value: "true"
- name: ORG_NAME
value: knative-sandbox
- name: ATTEST_IMAGES
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230731-c57285e24
name: ""
resources: {}
securityContext:
privileged: true
volumeMounts:
- mountPath: /etc/hub-token
name: hub-token
readOnly: true
- mountPath: /etc/notary
name: apple-notary-creds
readOnly: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
serviceAccountName: release
volumes:
- name: hub-token
secret:
items:
- key: hub_token
path: token
secretName: github-credentials
- name: apple-notary-creds
secret:
items:
- key: notary-api-key
path: key.json
- key: signing-certificate
path: cert.p12
- key: signing-certificate-password
path: password
secretName: apple-notary-creds
presubmits:
knative-sandbox/kn-plugin-operator:
- always_run: true
branches:
- ^release-1.11$
cluster: prow-build
decorate: true
name: build-tests_kn-plugin-operator_release-1.11
path_alias: knative.dev/kn-plugin-operator
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:v20230731-c57285e24
name: ""
resources: {}
securityContext:
privileged: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_kn-plugin-operator_release-1.11,?($|\s.*))
- always_run: true
branches:
- ^release-1.11$
cluster: prow-build
decorate: true
name: unit-tests_kn-plugin-operator_release-1.11
path_alias: knative.dev/kn-plugin-operator
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:v20230731-c57285e24
name: ""
resources: {}
securityContext:
privileged: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_kn-plugin-operator_release-1.11,?($|\s.*))
- always_run: true
branches:
- ^release-1.11$
cluster: prow-build
decorate: true
name: integration-tests_kn-plugin-operator_release-1.11
path_alias: knative.dev/kn-plugin-operator
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:v20230731-c57285e24
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_kn-plugin-operator_release-1.11,?($|\s.*))
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# #############################################################################
# #### ####
# #### THIS FILE IS AUTOMATICALLY GENERATED by release-jobs-syncer. ####
# #### PLEASE ONLY MODIFY IT MANUALLY WHEN ACTUALLY NEEDED. ####
# #### ####
# #############################################################################
branches:
- release-1.11
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20230731-c57285e24
jobs:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --build-tests
excluded_requirements:
- gcp
name: build-tests
types:
- presubmit
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --unit-tests
excluded_requirements:
- gcp
name: unit-tests
types:
- presubmit
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --integration-tests
name: integration-tests
types:
- presubmit
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --all-tests
name: continuous
types:
- periodic
- command:
- runner.sh
- ./hack/release.sh
- --dot-release
- --release-gcs
- knative-releases/kn-plugin-operator
- --release-gcr
- gcr.io/knative-releases
- --github-token
- /etc/hub-token/token
- --apple-codesign-key
- /etc/notary/cert.p12
- --apple-notary-api-key
- /etc/notary/key.json
- --apple-codesign-password-file
- /etc/notary/password
- --branch
- release-1.11
excluded_requirements:
- gcp
name: release
requirements:
- release-notary
types:
- periodic
org: knative-sandbox
repo: kn-plugin-operator

0 comments on commit 292db9c

Please sign in to comment.