Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto] Update prow jobs for release branches #156

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading