From 292db9c9e7299a49737a9b34a1a777085f44f8da Mon Sep 17 00:00:00 2001 From: Knative Prow Updater Robot Date: Tue, 1 Aug 2023 14:01:54 +0000 Subject: [PATCH] [Auto] Update prow jobs for release branches --- .../kn-plugin-operator-release-1.11.gen.yaml | 211 ++++++++++++++++++ .../kn-plugin-operator-release-1.11.yaml | 69 ++++++ 2 files changed, 280 insertions(+) create mode 100644 prow/jobs/generated/knative-sandbox/kn-plugin-operator-release-1.11.gen.yaml create mode 100644 prow/jobs_config/knative-sandbox/kn-plugin-operator-release-1.11.yaml diff --git a/prow/jobs/generated/knative-sandbox/kn-plugin-operator-release-1.11.gen.yaml b/prow/jobs/generated/knative-sandbox/kn-plugin-operator-release-1.11.gen.yaml new file mode 100644 index 000000000..dec046473 --- /dev/null +++ b/prow/jobs/generated/knative-sandbox/kn-plugin-operator-release-1.11.gen.yaml @@ -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.*)) diff --git a/prow/jobs_config/knative-sandbox/kn-plugin-operator-release-1.11.yaml b/prow/jobs_config/knative-sandbox/kn-plugin-operator-release-1.11.yaml new file mode 100644 index 000000000..d6925a430 --- /dev/null +++ b/prow/jobs_config/knative-sandbox/kn-plugin-operator-release-1.11.yaml @@ -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