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 Oct 26, 2023
1 parent 6e796a9 commit 8576a2e
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,255 @@
# #######################################################################
# #### ####
# #### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ####
# #### USE "./hack/generate-configs.sh" TO REGENERATE THIS FILE. ####
# #### ####
# #######################################################################

periodics:
- annotations:
testgrid-dashboards: knative-extensions-release-1.12
testgrid-tab-name: eventing-istio-continuous
cluster: prow-build
cron: 12 19 * * *
decorate: true
extra_refs:
- base_ref: release-1.12
org: knative-extensions
path_alias: knative.dev/eventing-istio
repo: eventing-istio
name: continuous_eventing-istio_release-1.12_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
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20231023-607a173b2
name: ""
resources: {}
securityContext:
privileged: true
volumeMounts:
- mountPath: /etc/test-account
name: test-account
readOnly: true
- mountPath: /docker-graph
name: docker-graph
- mountPath: /lib/modules
name: modules
- mountPath: /sys/fs/cgroup
name: cgroup
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
- emptyDir: {}
name: docker-graph
- hostPath:
path: /lib/modules
type: Directory
name: modules
- hostPath:
path: /sys/fs/cgroup
type: Directory
name: cgroup
- annotations:
testgrid-dashboards: knative-extensions-release-1.12
testgrid-tab-name: eventing-istio-release
cluster: prow-build
cron: 28 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.12
org: knative-extensions
path_alias: knative.dev/eventing-istio
repo: eventing-istio
max_concurrency: 1
name: release_eventing-istio_release-1.12_periodic
spec:
containers:
- command:
- runner.sh
- ./hack/release.sh
- --dot-release
- --release-gcs
- knative-releases/eventing-istio
- --release-gcr
- gcr.io/knative-releases
- --github-token
- /etc/hub-token/token
- --branch
- release-1.12
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"
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20231023-607a173b2
name: ""
resources: {}
securityContext:
privileged: true
volumeMounts:
- mountPath: /etc/hub-token
name: hub-token
readOnly: true
- mountPath: /etc/release-account
name: release-account
readOnly: true
- mountPath: /docker-graph
name: docker-graph
- mountPath: /lib/modules
name: modules
- mountPath: /sys/fs/cgroup
name: cgroup
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
- emptyDir: {}
name: docker-graph
- hostPath:
path: /lib/modules
type: Directory
name: modules
- hostPath:
path: /sys/fs/cgroup
type: Directory
name: cgroup
presubmits:
knative-extensions/eventing-istio:
- always_run: true
branches:
- ^release-1.12$
cluster: prow-build
decorate: true
name: build-tests_eventing-istio_release-1.12
path_alias: knative.dev/eventing-istio
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:v20231023-607a173b2
name: ""
resources: {}
securityContext:
privileged: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_eventing-istio_release-1.12,?($|\s.*))
- always_run: true
branches:
- ^release-1.12$
cluster: prow-build
decorate: true
name: unit-tests_eventing-istio_release-1.12
path_alias: knative.dev/eventing-istio
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:v20231023-607a173b2
name: ""
resources: {}
securityContext:
privileged: true
nodeSelector:
kubernetes.io/arch: amd64
type: testing
trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_eventing-istio_release-1.12,?($|\s.*))
- always_run: true
branches:
- ^release-1.12$
cluster: prow-build
decorate: true
name: integration-tests_eventing-istio_release-1.12
path_alias: knative.dev/eventing-istio
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
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20231023-607a173b2
name: ""
resources: {}
securityContext:
privileged: true
volumeMounts:
- mountPath: /etc/test-account
name: test-account
readOnly: true
- mountPath: /docker-graph
name: docker-graph
- mountPath: /lib/modules
name: modules
- mountPath: /sys/fs/cgroup
name: cgroup
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
- emptyDir: {}
name: docker-graph
- hostPath:
path: /lib/modules
type: Directory
name: modules
- hostPath:
path: /sys/fs/cgroup
type: Directory
name: cgroup
trigger: ((?m)^/test( | .* )integration-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_eventing-istio_release-1.12,?($|\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.12
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20231023-607a173b2
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
requirements:
- docker
types:
- presubmit
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --all-tests
name: continuous
requirements:
- docker
types:
- periodic
- command:
- runner.sh
- ./hack/release.sh
- --dot-release
- --release-gcs
- knative-releases/eventing-istio
- --release-gcr
- gcr.io/knative-releases
- --github-token
- /etc/hub-token/token
- --branch
- release-1.12
excluded_requirements:
- gcp
max_concurrency: 1
name: release
requirements:
- release
- docker
types:
- periodic
org: knative-extensions
repo: eventing-istio

0 comments on commit 8576a2e

Please sign in to comment.