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

Merged
merged 1 commit into from
Jul 25, 2024
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,112 @@
# #######################################################################
# #### ####
# #### 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.15
testgrid-tab-name: eventing-natss-continuous
cluster: prow-build
cron: 28 23 * * *
decorate: true
extra_refs:
- base_ref: release-1.15
org: knative-extensions
path_alias: knative.dev/eventing-natss
repo: eventing-natss
name: continuous_eventing-natss_release-1.15_periodic
spec:
containers:
- command:
- runner.sh
- ./test/presubmit-tests.sh
- --all-tests
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240723-cbf584354
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-1.15
testgrid-tab-name: eventing-natss-release
cluster: prow-build
cron: 8 9 * * 2
decorate: true
extra_refs:
- base_ref: release-1.15
org: knative-extensions
path_alias: knative.dev/eventing-natss
repo: eventing-natss
max_concurrency: 1
name: release_eventing-natss_release-1.15_periodic
spec:
containers:
- command:
- runner.sh
- ./hack/release.sh
- --dot-release
- --release-gcs
- knative-releases/eventing-natss
- --release-gcr
- gcr.io/knative-releases
- --github-token
- /etc/hub-token/token
- --branch
- release-1.15
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:v20240723-cbf584354
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# #############################################################################
# #### ####
# #### THIS FILE IS AUTOMATICALLY GENERATED by release-jobs-syncer. ####
# #### PLEASE ONLY MODIFY IT MANUALLY WHEN ACTUALLY NEEDED. ####
# #### ####
# #############################################################################
branches:
- release-1.15
image: us-docker.pkg.dev/knative-tests/images/prow-tests:v20240723-cbf584354
jobs:
- 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/eventing-natss
- --release-gcr
- gcr.io/knative-releases
- --github-token
- /etc/hub-token/token
- --branch
- release-1.15
excluded_requirements:
- gcp
max_concurrency: 1
name: release
requirements:
- release
types:
- periodic
org: knative-extensions
repo: eventing-natss
Loading