-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Auto] Update prow jobs for release branches
- Loading branch information
1 parent
6bd25b3
commit 58c7fbc
Showing
3 changed files
with
266 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
201 changes: 201 additions & 0 deletions
201
prow/jobs/generated/knative-extensions/security-guard-release-0.6.gen.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-extensions-release-0.6 | ||
testgrid-tab-name: security-guard-continuous | ||
cluster: prow-build | ||
cron: 23 6 * * * | ||
decorate: true | ||
extra_refs: | ||
- base_ref: release-0.6 | ||
org: knative-extensions | ||
path_alias: knative.dev/security-guard | ||
repo: security-guard | ||
name: continuous_security-guard_release-0.6_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:v20231011-5b2a2711d | ||
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-0.6 | ||
testgrid-tab-name: security-guard-release | ||
cluster: prow-build | ||
cron: 33 9 * * 2 | ||
decorate: true | ||
extra_refs: | ||
- base_ref: release-0.6 | ||
org: knative-extensions | ||
path_alias: knative.dev/security-guard | ||
repo: security-guard | ||
max_concurrency: 1 | ||
name: release_security-guard_release-0.6_periodic | ||
spec: | ||
containers: | ||
- command: | ||
- runner.sh | ||
- ./hack/release.sh | ||
- --dot-release | ||
- --release-gcs | ||
- knative-releases/security-guard | ||
- --release-gcr | ||
- gcr.io/knative-releases | ||
- --github-token | ||
- /etc/hub-token/token | ||
- --branch | ||
- release-0.6 | ||
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:v20231011-5b2a2711d | ||
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/security-guard: | ||
- always_run: true | ||
branches: | ||
- ^release-0.6$ | ||
cluster: prow-build | ||
decorate: true | ||
name: build-tests_security-guard_release-0.6 | ||
path_alias: knative.dev/security-guard | ||
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:v20231011-5b2a2711d | ||
name: "" | ||
resources: {} | ||
securityContext: | ||
privileged: true | ||
nodeSelector: | ||
kubernetes.io/arch: amd64 | ||
type: testing | ||
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_security-guard_release-0.6,?($|\s.*)) | ||
- always_run: true | ||
branches: | ||
- ^release-0.6$ | ||
cluster: prow-build | ||
decorate: true | ||
name: unit-tests_security-guard_release-0.6 | ||
path_alias: knative.dev/security-guard | ||
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:v20231011-5b2a2711d | ||
name: "" | ||
resources: {} | ||
securityContext: | ||
privileged: true | ||
nodeSelector: | ||
kubernetes.io/arch: amd64 | ||
type: testing | ||
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_security-guard_release-0.6,?($|\s.*)) | ||
- always_run: true | ||
branches: | ||
- ^release-0.6$ | ||
cluster: prow-build | ||
decorate: true | ||
name: integration-tests_security-guard_release-0.6 | ||
path_alias: knative.dev/security-guard | ||
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:v20231011-5b2a2711d | ||
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_security-guard_release-0.6,?($|\s.*)) |
64 changes: 64 additions & 0 deletions
64
prow/jobs_config/knative-extensions/security-guard-release-0.6.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# ############################################################################# | ||
# #### #### | ||
# #### THIS FILE IS AUTOMATICALLY GENERATED by release-jobs-syncer. #### | ||
# #### PLEASE ONLY MODIFY IT MANUALLY WHEN ACTUALLY NEEDED. #### | ||
# #### #### | ||
# ############################################################################# | ||
branches: | ||
- release-0.6 | ||
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20231011-5b2a2711d | ||
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/security-guard | ||
- --release-gcr | ||
- gcr.io/knative-releases | ||
- --github-token | ||
- /etc/hub-token/token | ||
- --branch | ||
- release-0.6 | ||
excluded_requirements: | ||
- gcp | ||
max_concurrency: 1 | ||
name: release | ||
requirements: | ||
- release | ||
types: | ||
- periodic | ||
org: knative-extensions | ||
repo: security-guard |