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 #144

Merged
merged 1 commit into from
Jul 27, 2023
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,200 @@
# #######################################################################
# #### ####
# #### 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: eventing-autoscaler-keda-continuous
cluster: prow-build
cron: 41 0 * * *
decorate: true
extra_refs:
- base_ref: release-1.11
org: knative-sandbox
path_alias: knative.dev/eventing-autoscaler-keda
repo: eventing-autoscaler-keda
name: continuous_eventing-autoscaler-keda_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: eventing-autoscaler-keda-release
cluster: prow-build
cron: 59 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.11
org: knative-sandbox
path_alias: knative.dev/eventing-autoscaler-keda
repo: eventing-autoscaler-keda
max_concurrency: 1
name: release_eventing-autoscaler-keda_release-1.11_periodic
spec:
containers:
- command:
- runner.sh
- ./hack/release.sh
- --dot-release
- --release-gcs
- knative-releases/eventing-autoscaler-keda
- --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/eventing-autoscaler-keda:
- always_run: true
branches:
- ^release-1.11$
cluster: prow-build
decorate: true
name: integration-test-kafka-source_eventing-autoscaler-keda_release-1.11
optional: true
path_alias: knative.dev/eventing-autoscaler-keda
rerun_command: /test integration-test-kafka-source
spec:
containers:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --run-test
- ./test/e2e-tests.sh --kafka-source
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-test-kafka-source,?($|\s.*))|((?m)^/test(
| .* )integration-test-kafka-source_eventing-autoscaler-keda_release-1.11,?($|\s.*))
- always_run: true
branches:
- ^release-1.11$
cluster: prow-build
decorate: true
name: integration-test-kafka-mt-source_eventing-autoscaler-keda_release-1.11
optional: true
path_alias: knative.dev/eventing-autoscaler-keda
rerun_command: /test integration-test-kafka-mt-source
spec:
containers:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --run-test
- ./test/e2e-tests.sh --kafka-mt-source
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-test-kafka-mt-source,?($|\s.*))|((?m)^/test(
| .* )integration-test-kafka-mt-source_eventing-autoscaler-keda_release-1.11,?($|\s.*))
Loading
Loading