From b1fd3294d6b7a6848634b7218671cfefc4235c5b Mon Sep 17 00:00:00 2001 From: Knative Prow Updater Robot Date: Thu, 27 Jul 2023 14:01:54 +0000 Subject: [PATCH] [Auto] Update prow jobs for release branches --- ...ting-autoscaler-keda-release-1.11.gen.yaml | 200 +++++++++++++++ .../kn-plugin-admin-release-1.11.gen.yaml | 212 ++++++++++++++++ .../kn-plugin-event-release-1.11.gen.yaml | 212 ++++++++++++++++ ...kn-plugin-quickstart-release-1.11.gen.yaml | 212 ++++++++++++++++ ...-plugin-source-kafka-release-1.11.gen.yaml | 230 ++++++++++++++++++ ...lugin-source-kamelet-release-1.11.gen.yaml | 211 ++++++++++++++++ .../knative/func-release-1.11.gen.yaml | 124 ++++++++++ ...eventing-autoscaler-keda-release-1.11.yaml | 59 +++++ .../kn-plugin-admin-release-1.11.yaml | 70 ++++++ .../kn-plugin-event-release-1.11.yaml | 70 ++++++ .../kn-plugin-quickstart-release-1.11.yaml | 70 ++++++ .../kn-plugin-source-kafka-release-1.11.yaml | 71 ++++++ ...kn-plugin-source-kamelet-release-1.11.yaml | 69 ++++++ .../knative/func-release-1.11.yaml | 48 ++++ 14 files changed, 1858 insertions(+) create mode 100644 prow/jobs/generated/knative-sandbox/eventing-autoscaler-keda-release-1.11.gen.yaml create mode 100644 prow/jobs/generated/knative-sandbox/kn-plugin-admin-release-1.11.gen.yaml create mode 100644 prow/jobs/generated/knative-sandbox/kn-plugin-event-release-1.11.gen.yaml create mode 100644 prow/jobs/generated/knative-sandbox/kn-plugin-quickstart-release-1.11.gen.yaml create mode 100644 prow/jobs/generated/knative-sandbox/kn-plugin-source-kafka-release-1.11.gen.yaml create mode 100644 prow/jobs/generated/knative-sandbox/kn-plugin-source-kamelet-release-1.11.gen.yaml create mode 100644 prow/jobs/generated/knative/func-release-1.11.gen.yaml create mode 100644 prow/jobs_config/knative-sandbox/eventing-autoscaler-keda-release-1.11.yaml create mode 100644 prow/jobs_config/knative-sandbox/kn-plugin-admin-release-1.11.yaml create mode 100644 prow/jobs_config/knative-sandbox/kn-plugin-event-release-1.11.yaml create mode 100644 prow/jobs_config/knative-sandbox/kn-plugin-quickstart-release-1.11.yaml create mode 100644 prow/jobs_config/knative-sandbox/kn-plugin-source-kafka-release-1.11.yaml create mode 100644 prow/jobs_config/knative-sandbox/kn-plugin-source-kamelet-release-1.11.yaml create mode 100644 prow/jobs_config/knative/func-release-1.11.yaml diff --git a/prow/jobs/generated/knative-sandbox/eventing-autoscaler-keda-release-1.11.gen.yaml b/prow/jobs/generated/knative-sandbox/eventing-autoscaler-keda-release-1.11.gen.yaml new file mode 100644 index 000000000..f7ddb7203 --- /dev/null +++ b/prow/jobs/generated/knative-sandbox/eventing-autoscaler-keda-release-1.11.gen.yaml @@ -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.*)) diff --git a/prow/jobs/generated/knative-sandbox/kn-plugin-admin-release-1.11.gen.yaml b/prow/jobs/generated/knative-sandbox/kn-plugin-admin-release-1.11.gen.yaml new file mode 100644 index 000000000..e90f12320 --- /dev/null +++ b/prow/jobs/generated/knative-sandbox/kn-plugin-admin-release-1.11.gen.yaml @@ -0,0 +1,212 @@ +# ####################################################################### +# #### #### +# #### 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-admin-continuous + cluster: prow-build + cron: 26 21 * * * + decorate: true + extra_refs: + - base_ref: release-1.11 + org: knative-sandbox + path_alias: knative.dev/kn-plugin-admin + repo: kn-plugin-admin + name: continuous_kn-plugin-admin_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: kn-plugin-admin-release + cluster: prow-build + cron: 34 9 * * 2 + decorate: true + extra_refs: + - base_ref: release-1.11 + org: knative-sandbox + path_alias: knative.dev/kn-plugin-admin + repo: kn-plugin-admin + max_concurrency: 1 + name: release_kn-plugin-admin_release-1.11_periodic + spec: + containers: + - command: + - runner.sh + - ./hack/release.sh + - --dot-release + - --release-gcs + - knative-releases/kn-plugin-admin + - --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:v20230718-833225a30 + 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-admin: + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: build-tests_kn-plugin-admin_release-1.11 + path_alias: knative.dev/kn-plugin-admin + 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:v20230718-833225a30 + name: "" + resources: {} + securityContext: + privileged: true + nodeSelector: + kubernetes.io/arch: amd64 + type: testing + trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_kn-plugin-admin_release-1.11,?($|\s.*)) + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: unit-tests_kn-plugin-admin_release-1.11 + path_alias: knative.dev/kn-plugin-admin + 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:v20230718-833225a30 + name: "" + resources: {} + securityContext: + privileged: true + nodeSelector: + kubernetes.io/arch: amd64 + type: testing + trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_kn-plugin-admin_release-1.11,?($|\s.*)) + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: integration-tests_kn-plugin-admin_release-1.11 + path_alias: knative.dev/kn-plugin-admin + 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: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-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_kn-plugin-admin_release-1.11,?($|\s.*)) diff --git a/prow/jobs/generated/knative-sandbox/kn-plugin-event-release-1.11.gen.yaml b/prow/jobs/generated/knative-sandbox/kn-plugin-event-release-1.11.gen.yaml new file mode 100644 index 000000000..f966fc902 --- /dev/null +++ b/prow/jobs/generated/knative-sandbox/kn-plugin-event-release-1.11.gen.yaml @@ -0,0 +1,212 @@ +# ####################################################################### +# #### #### +# #### 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-event-continuous + cluster: prow-build + cron: 45 4 * * * + decorate: true + extra_refs: + - base_ref: release-1.11 + org: knative-sandbox + path_alias: knative.dev/kn-plugin-event + repo: kn-plugin-event + name: continuous_kn-plugin-event_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: kn-plugin-event-release + cluster: prow-build + cron: 39 9 * * 2 + decorate: true + extra_refs: + - base_ref: release-1.11 + org: knative-sandbox + path_alias: knative.dev/kn-plugin-event + repo: kn-plugin-event + max_concurrency: 1 + name: release_kn-plugin-event_release-1.11_periodic + spec: + containers: + - command: + - runner.sh + - ./hack/release.sh + - --dot-release + - --release-gcs + - knative-releases/kn-plugin-event + - --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:v20230718-833225a30 + 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-event: + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: build-tests_kn-plugin-event_release-1.11 + path_alias: knative.dev/kn-plugin-event + 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:v20230718-833225a30 + name: "" + resources: {} + securityContext: + privileged: true + nodeSelector: + kubernetes.io/arch: amd64 + type: testing + trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_kn-plugin-event_release-1.11,?($|\s.*)) + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: unit-tests_kn-plugin-event_release-1.11 + path_alias: knative.dev/kn-plugin-event + 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:v20230718-833225a30 + name: "" + resources: {} + securityContext: + privileged: true + nodeSelector: + kubernetes.io/arch: amd64 + type: testing + trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_kn-plugin-event_release-1.11,?($|\s.*)) + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: integration-tests_kn-plugin-event_release-1.11 + path_alias: knative.dev/kn-plugin-event + 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: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-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_kn-plugin-event_release-1.11,?($|\s.*)) diff --git a/prow/jobs/generated/knative-sandbox/kn-plugin-quickstart-release-1.11.gen.yaml b/prow/jobs/generated/knative-sandbox/kn-plugin-quickstart-release-1.11.gen.yaml new file mode 100644 index 000000000..536080f78 --- /dev/null +++ b/prow/jobs/generated/knative-sandbox/kn-plugin-quickstart-release-1.11.gen.yaml @@ -0,0 +1,212 @@ +# ####################################################################### +# #### #### +# #### 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-quickstart-continuous + cluster: prow-build + cron: 38 9 * * * + decorate: true + extra_refs: + - base_ref: release-1.11 + org: knative-sandbox + path_alias: knative.dev/kn-plugin-quickstart + repo: kn-plugin-quickstart + name: continuous_kn-plugin-quickstart_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: kn-plugin-quickstart-release + cluster: prow-build + cron: 46 9 * * 2 + decorate: true + extra_refs: + - base_ref: release-1.11 + org: knative-sandbox + path_alias: knative.dev/kn-plugin-quickstart + repo: kn-plugin-quickstart + max_concurrency: 1 + name: release_kn-plugin-quickstart_release-1.11_periodic + spec: + containers: + - command: + - runner.sh + - ./hack/release.sh + - --dot-release + - --release-gcs + - knative-releases/kn-plugin-quickstart + - --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:v20230718-833225a30 + 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-quickstart: + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: build-tests_kn-plugin-quickstart_release-1.11 + path_alias: knative.dev/kn-plugin-quickstart + 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:v20230718-833225a30 + name: "" + resources: {} + securityContext: + privileged: true + nodeSelector: + kubernetes.io/arch: amd64 + type: testing + trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_kn-plugin-quickstart_release-1.11,?($|\s.*)) + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: unit-tests_kn-plugin-quickstart_release-1.11 + path_alias: knative.dev/kn-plugin-quickstart + 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:v20230718-833225a30 + name: "" + resources: {} + securityContext: + privileged: true + nodeSelector: + kubernetes.io/arch: amd64 + type: testing + trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_kn-plugin-quickstart_release-1.11,?($|\s.*)) + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: integration-tests_kn-plugin-quickstart_release-1.11 + path_alias: knative.dev/kn-plugin-quickstart + 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: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-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_kn-plugin-quickstart_release-1.11,?($|\s.*)) diff --git a/prow/jobs/generated/knative-sandbox/kn-plugin-source-kafka-release-1.11.gen.yaml b/prow/jobs/generated/knative-sandbox/kn-plugin-source-kafka-release-1.11.gen.yaml new file mode 100644 index 000000000..b6a81c27d --- /dev/null +++ b/prow/jobs/generated/knative-sandbox/kn-plugin-source-kafka-release-1.11.gen.yaml @@ -0,0 +1,230 @@ +# ####################################################################### +# #### #### +# #### 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-source-kafka-continuous + cluster: prow-build + cron: 53 0 * * * + decorate: true + extra_refs: + - base_ref: release-1.11 + org: knative-sandbox + path_alias: knative.dev/kn-plugin-source-kafka + repo: kn-plugin-source-kafka + name: continuous_kn-plugin-source-kafka_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: kn-plugin-source-kafka-release + cluster: prow-build + cron: 11 9 * * 2 + decorate: true + extra_refs: + - base_ref: release-1.11 + org: knative-sandbox + path_alias: knative.dev/kn-plugin-source-kafka + repo: kn-plugin-source-kafka + max_concurrency: 1 + name: release_kn-plugin-source-kafka_release-1.11_periodic + spec: + containers: + - command: + - runner.sh + - ./hack/release.sh + - --dot-release + - --release-gcs + - knative-releases/kn-plugin-source-kafka + - --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" + - name: DOCKER_IN_DOCKER_ENABLED + 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/notary + name: apple-notary-creds + 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 + 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 + - emptyDir: {} + name: docker-graph + - hostPath: + path: /lib/modules + type: Directory + name: modules + - hostPath: + path: /sys/fs/cgroup + type: Directory + name: cgroup +presubmits: + knative-sandbox/kn-plugin-source-kafka: + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: build-tests_kn-plugin-source-kafka_release-1.11 + path_alias: knative.dev/kn-plugin-source-kafka + 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:v20230718-833225a30 + name: "" + resources: {} + securityContext: + privileged: true + nodeSelector: + kubernetes.io/arch: amd64 + type: testing + trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_kn-plugin-source-kafka_release-1.11,?($|\s.*)) + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: unit-tests_kn-plugin-source-kafka_release-1.11 + path_alias: knative.dev/kn-plugin-source-kafka + 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:v20230718-833225a30 + name: "" + resources: {} + securityContext: + privileged: true + nodeSelector: + kubernetes.io/arch: amd64 + type: testing + trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_kn-plugin-source-kafka_release-1.11,?($|\s.*)) + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: integration-tests_kn-plugin-source-kafka_release-1.11 + path_alias: knative.dev/kn-plugin-source-kafka + 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: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-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_kn-plugin-source-kafka_release-1.11,?($|\s.*)) diff --git a/prow/jobs/generated/knative-sandbox/kn-plugin-source-kamelet-release-1.11.gen.yaml b/prow/jobs/generated/knative-sandbox/kn-plugin-source-kamelet-release-1.11.gen.yaml new file mode 100644 index 000000000..6c3abe87f --- /dev/null +++ b/prow/jobs/generated/knative-sandbox/kn-plugin-source-kamelet-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-source-kamelet-continuous + cluster: prow-build + cron: 48 19 * * * + decorate: true + extra_refs: + - base_ref: release-1.11 + org: knative-sandbox + path_alias: knative.dev/kn-plugin-source-kamelet + repo: kn-plugin-source-kamelet + name: continuous_kn-plugin-source-kamelet_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: kn-plugin-source-kamelet-release + cluster: prow-build + cron: 4 9 * * 2 + decorate: true + extra_refs: + - base_ref: release-1.11 + org: knative-sandbox + path_alias: knative.dev/kn-plugin-source-kamelet + repo: kn-plugin-source-kamelet + name: release_kn-plugin-source-kamelet_release-1.11_periodic + spec: + containers: + - command: + - runner.sh + - ./hack/release.sh + - --dot-release + - --release-gcs + - knative-releases/kn-plugin-source-kamelet + - --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:v20230718-833225a30 + 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-source-kamelet: + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: build-tests_kn-plugin-source-kamelet_release-1.11 + path_alias: knative.dev/kn-plugin-source-kamelet + 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:v20230718-833225a30 + name: "" + resources: {} + securityContext: + privileged: true + nodeSelector: + kubernetes.io/arch: amd64 + type: testing + trigger: ((?m)^/test( | .* )build-tests,?($|\s.*))|((?m)^/test( | .* )build-tests_kn-plugin-source-kamelet_release-1.11,?($|\s.*)) + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: unit-tests_kn-plugin-source-kamelet_release-1.11 + path_alias: knative.dev/kn-plugin-source-kamelet + 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:v20230718-833225a30 + name: "" + resources: {} + securityContext: + privileged: true + nodeSelector: + kubernetes.io/arch: amd64 + type: testing + trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_kn-plugin-source-kamelet_release-1.11,?($|\s.*)) + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: integration-tests_kn-plugin-source-kamelet_release-1.11 + path_alias: knative.dev/kn-plugin-source-kamelet + 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: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-tests,?($|\s.*))|((?m)^/test( | .* )integration-tests_kn-plugin-source-kamelet_release-1.11,?($|\s.*)) diff --git a/prow/jobs/generated/knative/func-release-1.11.gen.yaml b/prow/jobs/generated/knative/func-release-1.11.gen.yaml new file mode 100644 index 000000000..1b78fd3b3 --- /dev/null +++ b/prow/jobs/generated/knative/func-release-1.11.gen.yaml @@ -0,0 +1,124 @@ +# ####################################################################### +# #### #### +# #### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. #### +# #### USE "./hack/generate-configs.sh" TO REGENERATE THIS FILE. #### +# #### #### +# ####################################################################### + +periodics: +- annotations: + testgrid-dashboards: knative-release-1.11 + testgrid-tab-name: func-release + cluster: prow-build + cron: 31 9 * * 2 + decorate: true + extra_refs: + - base_ref: release-1.11 + org: knative + path_alias: knative.dev/func + repo: func + max_concurrency: 1 + name: release_func_release-1.11_periodic + spec: + containers: + - command: + - runner.sh + - ./hack/release.sh + - --dot-release + - --release-gcs + - knative-releases/func + - --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: ATTEST_IMAGES + value: "true" + - name: DOCKER_IN_DOCKER_ENABLED + 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/notary + name: apple-notary-creds + 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 + 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 + - emptyDir: {} + name: docker-graph + - hostPath: + path: /lib/modules + type: Directory + name: modules + - hostPath: + path: /sys/fs/cgroup + type: Directory + name: cgroup +presubmits: + knative/func: + - always_run: true + branches: + - ^release-1.11$ + cluster: prow-build + decorate: true + name: unit-tests_func_release-1.11 + path_alias: knative.dev/func + 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:v20230718-833225a30 + name: "" + resources: {} + securityContext: + privileged: true + nodeSelector: + kubernetes.io/arch: amd64 + type: testing + trigger: ((?m)^/test( | .* )unit-tests,?($|\s.*))|((?m)^/test( | .* )unit-tests_func_release-1.11,?($|\s.*)) diff --git a/prow/jobs_config/knative-sandbox/eventing-autoscaler-keda-release-1.11.yaml b/prow/jobs_config/knative-sandbox/eventing-autoscaler-keda-release-1.11.yaml new file mode 100644 index 000000000..620fa6a70 --- /dev/null +++ b/prow/jobs_config/knative-sandbox/eventing-autoscaler-keda-release-1.11.yaml @@ -0,0 +1,59 @@ +# ############################################################################# +# #### #### +# #### 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:v20230718-833225a30 +jobs: +- command: + - runner.sh + - ./test/presubmit-tests.sh + - --run-test + - ./test/e2e-tests.sh --kafka-source + modifiers: + - presubmit_optional + name: integration-test-kafka-source + types: + - presubmit +- command: + - runner.sh + - ./test/presubmit-tests.sh + - --run-test + - ./test/e2e-tests.sh --kafka-mt-source + modifiers: + - presubmit_optional + name: integration-test-kafka-mt-source + 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/eventing-autoscaler-keda + - --release-gcr + - gcr.io/knative-releases + - --github-token + - /etc/hub-token/token + - --branch + - release-1.11 + excluded_requirements: + - gcp + max_concurrency: 1 + name: release + requirements: + - release + types: + - periodic +org: knative-sandbox +repo: eventing-autoscaler-keda diff --git a/prow/jobs_config/knative-sandbox/kn-plugin-admin-release-1.11.yaml b/prow/jobs_config/knative-sandbox/kn-plugin-admin-release-1.11.yaml new file mode 100644 index 000000000..973719e89 --- /dev/null +++ b/prow/jobs_config/knative-sandbox/kn-plugin-admin-release-1.11.yaml @@ -0,0 +1,70 @@ +# ############################################################################# +# #### #### +# #### 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:v20230718-833225a30 +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-admin + - --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 + max_concurrency: 1 + name: release + requirements: + - release-notary + types: + - periodic +org: knative-sandbox +repo: kn-plugin-admin diff --git a/prow/jobs_config/knative-sandbox/kn-plugin-event-release-1.11.yaml b/prow/jobs_config/knative-sandbox/kn-plugin-event-release-1.11.yaml new file mode 100644 index 000000000..69b1a495c --- /dev/null +++ b/prow/jobs_config/knative-sandbox/kn-plugin-event-release-1.11.yaml @@ -0,0 +1,70 @@ +# ############################################################################# +# #### #### +# #### 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:v20230718-833225a30 +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-event + - --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 + max_concurrency: 1 + name: release + requirements: + - release-notary + types: + - periodic +org: knative-sandbox +repo: kn-plugin-event diff --git a/prow/jobs_config/knative-sandbox/kn-plugin-quickstart-release-1.11.yaml b/prow/jobs_config/knative-sandbox/kn-plugin-quickstart-release-1.11.yaml new file mode 100644 index 000000000..5fc0df9c9 --- /dev/null +++ b/prow/jobs_config/knative-sandbox/kn-plugin-quickstart-release-1.11.yaml @@ -0,0 +1,70 @@ +# ############################################################################# +# #### #### +# #### 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:v20230718-833225a30 +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-quickstart + - --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 + max_concurrency: 1 + name: release + requirements: + - release-notary + types: + - periodic +org: knative-sandbox +repo: kn-plugin-quickstart diff --git a/prow/jobs_config/knative-sandbox/kn-plugin-source-kafka-release-1.11.yaml b/prow/jobs_config/knative-sandbox/kn-plugin-source-kafka-release-1.11.yaml new file mode 100644 index 000000000..ba48d193b --- /dev/null +++ b/prow/jobs_config/knative-sandbox/kn-plugin-source-kafka-release-1.11.yaml @@ -0,0 +1,71 @@ +# ############################################################################# +# #### #### +# #### 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:v20230718-833225a30 +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-source-kafka + - --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 + max_concurrency: 1 + name: release + requirements: + - release-notary + - docker + types: + - periodic +org: knative-sandbox +repo: kn-plugin-source-kafka diff --git a/prow/jobs_config/knative-sandbox/kn-plugin-source-kamelet-release-1.11.yaml b/prow/jobs_config/knative-sandbox/kn-plugin-source-kamelet-release-1.11.yaml new file mode 100644 index 000000000..d0e17c42f --- /dev/null +++ b/prow/jobs_config/knative-sandbox/kn-plugin-source-kamelet-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:v20230718-833225a30 +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-source-kamelet + - --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-source-kamelet diff --git a/prow/jobs_config/knative/func-release-1.11.yaml b/prow/jobs_config/knative/func-release-1.11.yaml new file mode 100644 index 000000000..0841716c1 --- /dev/null +++ b/prow/jobs_config/knative/func-release-1.11.yaml @@ -0,0 +1,48 @@ +# ############################################################################# +# #### #### +# #### 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:v20230718-833225a30 +jobs: +- command: + - runner.sh + - ./test/presubmit-tests.sh + - --unit-tests + excluded_requirements: + - gcp + name: unit-tests + types: + - presubmit +- command: + - runner.sh + - ./hack/release.sh + - --dot-release + - --release-gcs + - knative-releases/func + - --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 + max_concurrency: 1 + name: release + requirements: + - release-notary + - docker + types: + - periodic +org: knative +repo: func