From 4687bce585e28091676f394d929574e6e703cca1 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Thu, 2 Jun 2022 10:49:02 +0900 Subject: [PATCH 1/2] Add serving 1.5 job --- ...ift-knative-serving-release-v1.5__410.yaml | 543 +++++++ ...hift-knative-serving-release-v1.5__46.yaml | 471 ++++++ ...hift-knative-serving-release-v1.5__47.yaml | 471 ++++++ ...hift-knative-serving-release-v1.5__48.yaml | 471 ++++++ ...hift-knative-serving-release-v1.5__49.yaml | 471 ++++++ ...native-serving-release-v1.5-periodics.yaml | 76 + ...tive-serving-release-v1.5-postsubmits.yaml | 292 ++++ ...ative-serving-release-v1.5-presubmits.yaml | 1257 +++++++++++++++++ .../knative/mapping_knative_v1_5_quay | 17 + 9 files changed, 4069 insertions(+) create mode 100644 ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__410.yaml create mode 100644 ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__46.yaml create mode 100644 ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__47.yaml create mode 100644 ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__48.yaml create mode 100644 ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__49.yaml create mode 100644 ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-periodics.yaml create mode 100644 ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-postsubmits.yaml create mode 100644 ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-presubmits.yaml create mode 100644 core-services/image-mirroring/knative/mapping_knative_v1_5_quay diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__410.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__410.yaml new file mode 100644 index 0000000000000..2a715b585b08c --- /dev/null +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__410.yaml @@ -0,0 +1,543 @@ +base_images: + base: + name: "4.10" + namespace: ocp + tag: base +binary_build_commands: make install +build_root: + project_image: + dockerfile_path: openshift/ci-operator/build-image/Dockerfile +canonical_go_repository: knative.dev/serving +images: +- dockerfile_path: openshift/ci-operator/knative-images/activator/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/activator + to: knative-serving-activator +- dockerfile_path: openshift/ci-operator/knative-images/autoscaler/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscaler + to: knative-serving-autoscaler +- dockerfile_path: openshift/ci-operator/knative-images/autoscaler-hpa/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscaler-hpa + to: knative-serving-autoscaler-hpa +- dockerfile_path: openshift/ci-operator/knative-images/controller/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/controller + to: knative-serving-controller +- dockerfile_path: openshift/ci-operator/knative-images/domain-mapping/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/domain-mapping + to: knative-serving-domain-mapping +- dockerfile_path: openshift/ci-operator/knative-images/domain-mapping-webhook/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/domain-mapping-webhook + to: knative-serving-domain-mapping-webhook +- dockerfile_path: openshift/ci-operator/knative-images/migrate/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/migrate + to: knative-serving-storage-version-migration +- dockerfile_path: openshift/ci-operator/knative-images/queue/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/queue + to: knative-serving-queue +- dockerfile_path: openshift/ci-operator/knative-images/webhook/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/webhook + to: knative-serving-webhook +- dockerfile_path: openshift/ci-operator/knative-test-images/autoscale/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscale + to: knative-serving-test-autoscale +- dockerfile_path: openshift/ci-operator/knative-test-images/failing/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/failing + to: knative-serving-test-failing +- dockerfile_path: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/grpc-ping + to: knative-serving-test-grpc-ping +- dockerfile_path: openshift/ci-operator/knative-test-images/hellohttp2/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/hellohttp2 + to: knative-serving-test-hellohttp2 +- dockerfile_path: openshift/ci-operator/knative-test-images/hellovolume/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/hellovolume + to: knative-serving-test-hellovolume +- dockerfile_path: openshift/ci-operator/knative-test-images/helloworld/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/helloworld + to: knative-serving-test-helloworld +- dockerfile_path: openshift/ci-operator/knative-test-images/httpproxy/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/httpproxy + to: knative-serving-test-httpproxy +- dockerfile_path: openshift/ci-operator/knative-test-images/pizzaplanetv1/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/pizzaplanetv1 + to: knative-serving-test-pizzaplanetv1 +- dockerfile_path: openshift/ci-operator/knative-test-images/pizzaplanetv2/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/pizzaplanetv2 + to: knative-serving-test-pizzaplanetv2 +- dockerfile_path: openshift/ci-operator/knative-test-images/readiness/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/readiness + to: knative-serving-test-readiness +- dockerfile_path: openshift/ci-operator/knative-test-images/runtime/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/runtime + to: knative-serving-test-runtime +- dockerfile_path: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/servingcontainer + to: knative-serving-test-servingcontainer +- dockerfile_path: openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/sidecarcontainer + to: knative-serving-test-sidecarcontainer +- dockerfile_path: openshift/ci-operator/knative-test-images/singlethreaded/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/singlethreaded + to: knative-serving-test-singlethreaded +- dockerfile_path: openshift/ci-operator/knative-test-images/timeout/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/timeout + to: knative-serving-test-timeout +- dockerfile_path: openshift/ci-operator/knative-test-images/volumes/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/volumes + to: knative-serving-test-volumes +- dockerfile_path: openshift/ci-operator/knative-test-images/wsserver/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/wsserver + to: knative-serving-test-wsserver +promotion: + additional_images: + knative-serving-src: src + name: knative-v1.5.0 + namespace: openshift +releases: + initial: + integration: + name: "4.10" + namespace: ocp + latest: + integration: + include_built_images: true + name: "4.10" + namespace: ocp +resources: + '*': + limits: + memory: 2Gi + requests: + cpu: 500m + memory: 2Gi + bin: + limits: + memory: 2Gi + requests: + cpu: 500m + memory: 2Gi +test_binary_build_commands: make test-install +tests: +- as: e2e-aws-ocp-410 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.10" + steps: + test: + - as: test + cli: latest + commands: make test-e2e + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +- as: conformance-aws-ocp-410 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.10" + steps: + test: + - as: test + cli: latest + commands: make test-conformance + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +- as: reconciler-aws-ocp-410 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.10" + steps: + test: + - as: test + cli: latest + commands: make test-reconciler + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +- as: e2e-aws-ocp-410-continuous + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.10" + cron: 0 13 * * 1-5 + steps: + test: + - as: test + cli: latest + commands: make test-e2e + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +zz_generated_metadata: + branch: release-v1.5 + org: openshift + repo: knative-serving + variant: "410" diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__46.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__46.yaml new file mode 100644 index 0000000000000..749200aa3eed6 --- /dev/null +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__46.yaml @@ -0,0 +1,471 @@ +base_images: + base: + name: "4.6" + namespace: ocp + tag: base +binary_build_commands: make install +build_root: + project_image: + dockerfile_path: openshift/ci-operator/build-image/Dockerfile +canonical_go_repository: knative.dev/serving +images: +- dockerfile_path: openshift/ci-operator/knative-images/activator/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/activator + to: knative-serving-activator +- dockerfile_path: openshift/ci-operator/knative-images/autoscaler/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscaler + to: knative-serving-autoscaler +- dockerfile_path: openshift/ci-operator/knative-images/autoscaler-hpa/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscaler-hpa + to: knative-serving-autoscaler-hpa +- dockerfile_path: openshift/ci-operator/knative-images/controller/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/controller + to: knative-serving-controller +- dockerfile_path: openshift/ci-operator/knative-images/domain-mapping/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/domain-mapping + to: knative-serving-domain-mapping +- dockerfile_path: openshift/ci-operator/knative-images/domain-mapping-webhook/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/domain-mapping-webhook + to: knative-serving-domain-mapping-webhook +- dockerfile_path: openshift/ci-operator/knative-images/migrate/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/migrate + to: knative-serving-storage-version-migration +- dockerfile_path: openshift/ci-operator/knative-images/queue/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/queue + to: knative-serving-queue +- dockerfile_path: openshift/ci-operator/knative-images/webhook/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/webhook + to: knative-serving-webhook +- dockerfile_path: openshift/ci-operator/knative-test-images/autoscale/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscale + to: knative-serving-test-autoscale +- dockerfile_path: openshift/ci-operator/knative-test-images/failing/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/failing + to: knative-serving-test-failing +- dockerfile_path: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/grpc-ping + to: knative-serving-test-grpc-ping +- dockerfile_path: openshift/ci-operator/knative-test-images/hellohttp2/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/hellohttp2 + to: knative-serving-test-hellohttp2 +- dockerfile_path: openshift/ci-operator/knative-test-images/hellovolume/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/hellovolume + to: knative-serving-test-hellovolume +- dockerfile_path: openshift/ci-operator/knative-test-images/helloworld/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/helloworld + to: knative-serving-test-helloworld +- dockerfile_path: openshift/ci-operator/knative-test-images/httpproxy/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/httpproxy + to: knative-serving-test-httpproxy +- dockerfile_path: openshift/ci-operator/knative-test-images/pizzaplanetv1/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/pizzaplanetv1 + to: knative-serving-test-pizzaplanetv1 +- dockerfile_path: openshift/ci-operator/knative-test-images/pizzaplanetv2/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/pizzaplanetv2 + to: knative-serving-test-pizzaplanetv2 +- dockerfile_path: openshift/ci-operator/knative-test-images/readiness/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/readiness + to: knative-serving-test-readiness +- dockerfile_path: openshift/ci-operator/knative-test-images/runtime/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/runtime + to: knative-serving-test-runtime +- dockerfile_path: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/servingcontainer + to: knative-serving-test-servingcontainer +- dockerfile_path: openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/sidecarcontainer + to: knative-serving-test-sidecarcontainer +- dockerfile_path: openshift/ci-operator/knative-test-images/singlethreaded/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/singlethreaded + to: knative-serving-test-singlethreaded +- dockerfile_path: openshift/ci-operator/knative-test-images/timeout/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/timeout + to: knative-serving-test-timeout +- dockerfile_path: openshift/ci-operator/knative-test-images/volumes/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/volumes + to: knative-serving-test-volumes +- dockerfile_path: openshift/ci-operator/knative-test-images/wsserver/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/wsserver + to: knative-serving-test-wsserver +promotion: + additional_images: + knative-serving-src: src + disabled: true + name: knative-v1.5.0 + namespace: openshift +releases: + initial: + integration: + name: "4.6" + namespace: ocp + latest: + integration: + include_built_images: true + name: "4.6" + namespace: ocp +resources: + '*': + limits: + memory: 2Gi + requests: + cpu: 500m + memory: 2Gi + bin: + limits: + memory: 2Gi + requests: + cpu: 500m + memory: 2Gi +test_binary_build_commands: make test-install +tests: +- as: e2e-aws-ocp-46 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.6" + steps: + test: + - as: test + cli: latest + commands: make test-e2e + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +- as: conformance-aws-ocp-46 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.6" + steps: + test: + - as: test + cli: latest + commands: make test-conformance + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +- as: reconciler-aws-ocp-46 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.6" + steps: + test: + - as: test + cli: latest + commands: make test-reconciler + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +zz_generated_metadata: + branch: release-v1.5 + org: openshift + repo: knative-serving + variant: "46" diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__47.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__47.yaml new file mode 100644 index 0000000000000..31628e91dc7a5 --- /dev/null +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__47.yaml @@ -0,0 +1,471 @@ +base_images: + base: + name: "4.7" + namespace: ocp + tag: base +binary_build_commands: make install +build_root: + project_image: + dockerfile_path: openshift/ci-operator/build-image/Dockerfile +canonical_go_repository: knative.dev/serving +images: +- dockerfile_path: openshift/ci-operator/knative-images/activator/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/activator + to: knative-serving-activator +- dockerfile_path: openshift/ci-operator/knative-images/autoscaler/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscaler + to: knative-serving-autoscaler +- dockerfile_path: openshift/ci-operator/knative-images/autoscaler-hpa/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscaler-hpa + to: knative-serving-autoscaler-hpa +- dockerfile_path: openshift/ci-operator/knative-images/controller/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/controller + to: knative-serving-controller +- dockerfile_path: openshift/ci-operator/knative-images/domain-mapping/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/domain-mapping + to: knative-serving-domain-mapping +- dockerfile_path: openshift/ci-operator/knative-images/domain-mapping-webhook/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/domain-mapping-webhook + to: knative-serving-domain-mapping-webhook +- dockerfile_path: openshift/ci-operator/knative-images/migrate/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/migrate + to: knative-serving-storage-version-migration +- dockerfile_path: openshift/ci-operator/knative-images/queue/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/queue + to: knative-serving-queue +- dockerfile_path: openshift/ci-operator/knative-images/webhook/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/webhook + to: knative-serving-webhook +- dockerfile_path: openshift/ci-operator/knative-test-images/autoscale/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscale + to: knative-serving-test-autoscale +- dockerfile_path: openshift/ci-operator/knative-test-images/failing/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/failing + to: knative-serving-test-failing +- dockerfile_path: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/grpc-ping + to: knative-serving-test-grpc-ping +- dockerfile_path: openshift/ci-operator/knative-test-images/hellohttp2/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/hellohttp2 + to: knative-serving-test-hellohttp2 +- dockerfile_path: openshift/ci-operator/knative-test-images/hellovolume/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/hellovolume + to: knative-serving-test-hellovolume +- dockerfile_path: openshift/ci-operator/knative-test-images/helloworld/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/helloworld + to: knative-serving-test-helloworld +- dockerfile_path: openshift/ci-operator/knative-test-images/httpproxy/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/httpproxy + to: knative-serving-test-httpproxy +- dockerfile_path: openshift/ci-operator/knative-test-images/pizzaplanetv1/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/pizzaplanetv1 + to: knative-serving-test-pizzaplanetv1 +- dockerfile_path: openshift/ci-operator/knative-test-images/pizzaplanetv2/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/pizzaplanetv2 + to: knative-serving-test-pizzaplanetv2 +- dockerfile_path: openshift/ci-operator/knative-test-images/readiness/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/readiness + to: knative-serving-test-readiness +- dockerfile_path: openshift/ci-operator/knative-test-images/runtime/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/runtime + to: knative-serving-test-runtime +- dockerfile_path: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/servingcontainer + to: knative-serving-test-servingcontainer +- dockerfile_path: openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/sidecarcontainer + to: knative-serving-test-sidecarcontainer +- dockerfile_path: openshift/ci-operator/knative-test-images/singlethreaded/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/singlethreaded + to: knative-serving-test-singlethreaded +- dockerfile_path: openshift/ci-operator/knative-test-images/timeout/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/timeout + to: knative-serving-test-timeout +- dockerfile_path: openshift/ci-operator/knative-test-images/volumes/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/volumes + to: knative-serving-test-volumes +- dockerfile_path: openshift/ci-operator/knative-test-images/wsserver/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/wsserver + to: knative-serving-test-wsserver +promotion: + additional_images: + knative-serving-src: src + disabled: true + name: knative-v1.5.0 + namespace: openshift +releases: + initial: + integration: + name: "4.7" + namespace: ocp + latest: + integration: + include_built_images: true + name: "4.7" + namespace: ocp +resources: + '*': + limits: + memory: 2Gi + requests: + cpu: 500m + memory: 2Gi + bin: + limits: + memory: 2Gi + requests: + cpu: 500m + memory: 2Gi +test_binary_build_commands: make test-install +tests: +- as: e2e-aws-ocp-47 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.7" + steps: + test: + - as: test + cli: latest + commands: make test-e2e + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +- as: conformance-aws-ocp-47 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.7" + steps: + test: + - as: test + cli: latest + commands: make test-conformance + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +- as: reconciler-aws-ocp-47 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.7" + steps: + test: + - as: test + cli: latest + commands: make test-reconciler + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +zz_generated_metadata: + branch: release-v1.5 + org: openshift + repo: knative-serving + variant: "47" diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__48.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__48.yaml new file mode 100644 index 0000000000000..6aa6f84cf5509 --- /dev/null +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__48.yaml @@ -0,0 +1,471 @@ +base_images: + base: + name: "4.8" + namespace: ocp + tag: base +binary_build_commands: make install +build_root: + project_image: + dockerfile_path: openshift/ci-operator/build-image/Dockerfile +canonical_go_repository: knative.dev/serving +images: +- dockerfile_path: openshift/ci-operator/knative-images/activator/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/activator + to: knative-serving-activator +- dockerfile_path: openshift/ci-operator/knative-images/autoscaler/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscaler + to: knative-serving-autoscaler +- dockerfile_path: openshift/ci-operator/knative-images/autoscaler-hpa/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscaler-hpa + to: knative-serving-autoscaler-hpa +- dockerfile_path: openshift/ci-operator/knative-images/controller/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/controller + to: knative-serving-controller +- dockerfile_path: openshift/ci-operator/knative-images/domain-mapping/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/domain-mapping + to: knative-serving-domain-mapping +- dockerfile_path: openshift/ci-operator/knative-images/domain-mapping-webhook/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/domain-mapping-webhook + to: knative-serving-domain-mapping-webhook +- dockerfile_path: openshift/ci-operator/knative-images/migrate/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/migrate + to: knative-serving-storage-version-migration +- dockerfile_path: openshift/ci-operator/knative-images/queue/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/queue + to: knative-serving-queue +- dockerfile_path: openshift/ci-operator/knative-images/webhook/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/webhook + to: knative-serving-webhook +- dockerfile_path: openshift/ci-operator/knative-test-images/autoscale/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscale + to: knative-serving-test-autoscale +- dockerfile_path: openshift/ci-operator/knative-test-images/failing/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/failing + to: knative-serving-test-failing +- dockerfile_path: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/grpc-ping + to: knative-serving-test-grpc-ping +- dockerfile_path: openshift/ci-operator/knative-test-images/hellohttp2/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/hellohttp2 + to: knative-serving-test-hellohttp2 +- dockerfile_path: openshift/ci-operator/knative-test-images/hellovolume/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/hellovolume + to: knative-serving-test-hellovolume +- dockerfile_path: openshift/ci-operator/knative-test-images/helloworld/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/helloworld + to: knative-serving-test-helloworld +- dockerfile_path: openshift/ci-operator/knative-test-images/httpproxy/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/httpproxy + to: knative-serving-test-httpproxy +- dockerfile_path: openshift/ci-operator/knative-test-images/pizzaplanetv1/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/pizzaplanetv1 + to: knative-serving-test-pizzaplanetv1 +- dockerfile_path: openshift/ci-operator/knative-test-images/pizzaplanetv2/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/pizzaplanetv2 + to: knative-serving-test-pizzaplanetv2 +- dockerfile_path: openshift/ci-operator/knative-test-images/readiness/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/readiness + to: knative-serving-test-readiness +- dockerfile_path: openshift/ci-operator/knative-test-images/runtime/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/runtime + to: knative-serving-test-runtime +- dockerfile_path: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/servingcontainer + to: knative-serving-test-servingcontainer +- dockerfile_path: openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/sidecarcontainer + to: knative-serving-test-sidecarcontainer +- dockerfile_path: openshift/ci-operator/knative-test-images/singlethreaded/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/singlethreaded + to: knative-serving-test-singlethreaded +- dockerfile_path: openshift/ci-operator/knative-test-images/timeout/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/timeout + to: knative-serving-test-timeout +- dockerfile_path: openshift/ci-operator/knative-test-images/volumes/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/volumes + to: knative-serving-test-volumes +- dockerfile_path: openshift/ci-operator/knative-test-images/wsserver/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/wsserver + to: knative-serving-test-wsserver +promotion: + additional_images: + knative-serving-src: src + disabled: true + name: knative-v1.5.0 + namespace: openshift +releases: + initial: + integration: + name: "4.8" + namespace: ocp + latest: + integration: + include_built_images: true + name: "4.8" + namespace: ocp +resources: + '*': + limits: + memory: 2Gi + requests: + cpu: 500m + memory: 2Gi + bin: + limits: + memory: 2Gi + requests: + cpu: 500m + memory: 2Gi +test_binary_build_commands: make test-install +tests: +- as: e2e-aws-ocp-48 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.8" + steps: + test: + - as: test + cli: latest + commands: make test-e2e + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +- as: conformance-aws-ocp-48 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.8" + steps: + test: + - as: test + cli: latest + commands: make test-conformance + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +- as: reconciler-aws-ocp-48 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.8" + steps: + test: + - as: test + cli: latest + commands: make test-reconciler + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +zz_generated_metadata: + branch: release-v1.5 + org: openshift + repo: knative-serving + variant: "48" diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__49.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__49.yaml new file mode 100644 index 0000000000000..4372e9312884c --- /dev/null +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__49.yaml @@ -0,0 +1,471 @@ +base_images: + base: + name: "4.9" + namespace: ocp + tag: base +binary_build_commands: make install +build_root: + project_image: + dockerfile_path: openshift/ci-operator/build-image/Dockerfile +canonical_go_repository: knative.dev/serving +images: +- dockerfile_path: openshift/ci-operator/knative-images/activator/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/activator + to: knative-serving-activator +- dockerfile_path: openshift/ci-operator/knative-images/autoscaler/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscaler + to: knative-serving-autoscaler +- dockerfile_path: openshift/ci-operator/knative-images/autoscaler-hpa/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscaler-hpa + to: knative-serving-autoscaler-hpa +- dockerfile_path: openshift/ci-operator/knative-images/controller/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/controller + to: knative-serving-controller +- dockerfile_path: openshift/ci-operator/knative-images/domain-mapping/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/domain-mapping + to: knative-serving-domain-mapping +- dockerfile_path: openshift/ci-operator/knative-images/domain-mapping-webhook/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/domain-mapping-webhook + to: knative-serving-domain-mapping-webhook +- dockerfile_path: openshift/ci-operator/knative-images/migrate/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/migrate + to: knative-serving-storage-version-migration +- dockerfile_path: openshift/ci-operator/knative-images/queue/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/queue + to: knative-serving-queue +- dockerfile_path: openshift/ci-operator/knative-images/webhook/Dockerfile + from: base + inputs: + bin: + paths: + - destination_dir: . + source_path: /go/bin/webhook + to: knative-serving-webhook +- dockerfile_path: openshift/ci-operator/knative-test-images/autoscale/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/autoscale + to: knative-serving-test-autoscale +- dockerfile_path: openshift/ci-operator/knative-test-images/failing/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/failing + to: knative-serving-test-failing +- dockerfile_path: openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/grpc-ping + to: knative-serving-test-grpc-ping +- dockerfile_path: openshift/ci-operator/knative-test-images/hellohttp2/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/hellohttp2 + to: knative-serving-test-hellohttp2 +- dockerfile_path: openshift/ci-operator/knative-test-images/hellovolume/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/hellovolume + to: knative-serving-test-hellovolume +- dockerfile_path: openshift/ci-operator/knative-test-images/helloworld/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/helloworld + to: knative-serving-test-helloworld +- dockerfile_path: openshift/ci-operator/knative-test-images/httpproxy/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/httpproxy + to: knative-serving-test-httpproxy +- dockerfile_path: openshift/ci-operator/knative-test-images/pizzaplanetv1/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/pizzaplanetv1 + to: knative-serving-test-pizzaplanetv1 +- dockerfile_path: openshift/ci-operator/knative-test-images/pizzaplanetv2/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/pizzaplanetv2 + to: knative-serving-test-pizzaplanetv2 +- dockerfile_path: openshift/ci-operator/knative-test-images/readiness/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/readiness + to: knative-serving-test-readiness +- dockerfile_path: openshift/ci-operator/knative-test-images/runtime/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/runtime + to: knative-serving-test-runtime +- dockerfile_path: openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/servingcontainer + to: knative-serving-test-servingcontainer +- dockerfile_path: openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/sidecarcontainer + to: knative-serving-test-sidecarcontainer +- dockerfile_path: openshift/ci-operator/knative-test-images/singlethreaded/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/singlethreaded + to: knative-serving-test-singlethreaded +- dockerfile_path: openshift/ci-operator/knative-test-images/timeout/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/timeout + to: knative-serving-test-timeout +- dockerfile_path: openshift/ci-operator/knative-test-images/volumes/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/volumes + to: knative-serving-test-volumes +- dockerfile_path: openshift/ci-operator/knative-test-images/wsserver/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/wsserver + to: knative-serving-test-wsserver +promotion: + additional_images: + knative-serving-src: src + disabled: true + name: knative-v1.5.0 + namespace: openshift +releases: + initial: + integration: + name: "4.9" + namespace: ocp + latest: + integration: + include_built_images: true + name: "4.9" + namespace: ocp +resources: + '*': + limits: + memory: 2Gi + requests: + cpu: 500m + memory: 2Gi + bin: + limits: + memory: 2Gi + requests: + cpu: 500m + memory: 2Gi +test_binary_build_commands: make test-install +tests: +- as: e2e-aws-ocp-49 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.9" + steps: + test: + - as: test + cli: latest + commands: make test-e2e + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +- as: conformance-aws-ocp-49 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.9" + steps: + test: + - as: test + cli: latest + commands: make test-conformance + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +- as: reconciler-aws-ocp-49 + cluster_claim: + architecture: amd64 + cloud: aws + owner: openshift-ci + product: ocp + timeout: 1h0m0s + version: "4.9" + steps: + test: + - as: test + cli: latest + commands: make test-reconciler + dependencies: + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_DOMAIN_MAPPING + name: knative-serving-domain-mapping + - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK + name: knative-serving-domain-mapping-webhook + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + from: src + resources: + requests: + cpu: 100m + timeout: 4h0m0s + workflow: generic-claim +zz_generated_metadata: + branch: release-v1.5 + org: openshift + repo: knative-serving + variant: "49" diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-periodics.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-periodics.yaml new file mode 100644 index 0000000000000..e70693455bfc9 --- /dev/null +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-periodics.yaml @@ -0,0 +1,76 @@ +periodics: +- agent: kubernetes + cluster: build01 + cron: 0 13 * * 1-5 + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-v1.5 + org: openshift + path_alias: knative.dev/serving + repo: knative-serving + labels: + ci-operator.openshift.io/variant: "410" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-knative-serving-release-v1.5-410-e2e-aws-ocp-410-continuous + reporter_config: + slack: + channel: '#knative-serving-ci' + job_states_to_report: + - success + - failure + - error + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=e2e-aws-ocp-410-continuous + - --variant=410 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-postsubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-postsubmits.yaml new file mode 100644 index 0000000000000..9bf35ff4e7025 --- /dev/null +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-postsubmits.yaml @@ -0,0 +1,292 @@ +postsubmits: + openshift/knative-serving: + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + cluster: build01 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci-operator.openshift.io/variant: "410" + ci.openshift.io/generator: prowgen + max_concurrency: 1 + name: branch-ci-openshift-knative-serving-release-v1.5-410-images + path_alias: knative.dev/serving + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson + - --promote + - --report-credentials-file=/etc/report/credentials + - --target=[images] + - --target=src + - --variant=410 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/push-secret + name: push-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: push-secret + secret: + secretName: registry-push-credentials-ci-central + - name: result-aggregator + secret: + secretName: result-aggregator + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + cluster: build01 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci-operator.openshift.io/variant: "46" + ci.openshift.io/generator: prowgen + max_concurrency: 1 + name: branch-ci-openshift-knative-serving-release-v1.5-46-images + path_alias: knative.dev/serving + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson + - --promote + - --report-credentials-file=/etc/report/credentials + - --target=[images] + - --target=src + - --variant=46 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/push-secret + name: push-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: push-secret + secret: + secretName: registry-push-credentials-ci-central + - name: result-aggregator + secret: + secretName: result-aggregator + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + cluster: build01 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci-operator.openshift.io/variant: "47" + ci.openshift.io/generator: prowgen + max_concurrency: 1 + name: branch-ci-openshift-knative-serving-release-v1.5-47-images + path_alias: knative.dev/serving + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson + - --promote + - --report-credentials-file=/etc/report/credentials + - --target=[images] + - --target=src + - --variant=47 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/push-secret + name: push-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: push-secret + secret: + secretName: registry-push-credentials-ci-central + - name: result-aggregator + secret: + secretName: result-aggregator + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + cluster: build01 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci-operator.openshift.io/variant: "48" + ci.openshift.io/generator: prowgen + max_concurrency: 1 + name: branch-ci-openshift-knative-serving-release-v1.5-48-images + path_alias: knative.dev/serving + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson + - --promote + - --report-credentials-file=/etc/report/credentials + - --target=[images] + - --target=src + - --variant=48 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/push-secret + name: push-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: push-secret + secret: + secretName: registry-push-credentials-ci-central + - name: result-aggregator + secret: + secretName: result-aggregator + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + cluster: build01 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci-operator.openshift.io/variant: "49" + ci.openshift.io/generator: prowgen + max_concurrency: 1 + name: branch-ci-openshift-knative-serving-release-v1.5-49-images + path_alias: knative.dev/serving + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson + - --promote + - --report-credentials-file=/etc/report/credentials + - --target=[images] + - --target=src + - --variant=49 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/push-secret + name: push-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: push-secret + secret: + secretName: registry-push-credentials-ci-central + - name: result-aggregator + secret: + secretName: result-aggregator diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-presubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-presubmits.yaml new file mode 100644 index 0000000000000..91476de429198 --- /dev/null +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-presubmits.yaml @@ -0,0 +1,1257 @@ +presubmits: + openshift/knative-serving: + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/410-conformance-aws-ocp-410 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "410" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-410-conformance-aws-ocp-410 + path_alias: knative.dev/serving + rerun_command: /test 410-conformance-aws-ocp-410 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=conformance-aws-ocp-410 + - --variant=410 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )410-conformance-aws-ocp-410,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/410-e2e-aws-ocp-410 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "410" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-410-e2e-aws-ocp-410 + path_alias: knative.dev/serving + rerun_command: /test 410-e2e-aws-ocp-410 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=e2e-aws-ocp-410 + - --variant=410 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )410-e2e-aws-ocp-410,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/410-images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "410" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-410-images + path_alias: knative.dev/serving + rerun_command: /test 410-images + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --target=[images] + - --target=src + - --variant=410 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )410-images,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/410-reconciler-aws-ocp-410 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "410" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-410-reconciler-aws-ocp-410 + path_alias: knative.dev/serving + rerun_command: /test 410-reconciler-aws-ocp-410 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=reconciler-aws-ocp-410 + - --variant=410 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )410-reconciler-aws-ocp-410,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/46-conformance-aws-ocp-46 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "46" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-46-conformance-aws-ocp-46 + path_alias: knative.dev/serving + rerun_command: /test 46-conformance-aws-ocp-46 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=conformance-aws-ocp-46 + - --variant=46 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )46-conformance-aws-ocp-46,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/46-e2e-aws-ocp-46 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "46" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-46-e2e-aws-ocp-46 + path_alias: knative.dev/serving + rerun_command: /test 46-e2e-aws-ocp-46 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=e2e-aws-ocp-46 + - --variant=46 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )46-e2e-aws-ocp-46,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/46-images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "46" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-46-images + path_alias: knative.dev/serving + rerun_command: /test 46-images + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --target=[images] + - --target=src + - --variant=46 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )46-images,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/46-reconciler-aws-ocp-46 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "46" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-46-reconciler-aws-ocp-46 + path_alias: knative.dev/serving + rerun_command: /test 46-reconciler-aws-ocp-46 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=reconciler-aws-ocp-46 + - --variant=46 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )46-reconciler-aws-ocp-46,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/47-conformance-aws-ocp-47 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "47" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-47-conformance-aws-ocp-47 + path_alias: knative.dev/serving + rerun_command: /test 47-conformance-aws-ocp-47 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=conformance-aws-ocp-47 + - --variant=47 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )47-conformance-aws-ocp-47,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/47-e2e-aws-ocp-47 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "47" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-47-e2e-aws-ocp-47 + path_alias: knative.dev/serving + rerun_command: /test 47-e2e-aws-ocp-47 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=e2e-aws-ocp-47 + - --variant=47 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )47-e2e-aws-ocp-47,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/47-images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "47" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-47-images + path_alias: knative.dev/serving + rerun_command: /test 47-images + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --target=[images] + - --target=src + - --variant=47 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )47-images,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/47-reconciler-aws-ocp-47 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "47" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-47-reconciler-aws-ocp-47 + path_alias: knative.dev/serving + rerun_command: /test 47-reconciler-aws-ocp-47 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=reconciler-aws-ocp-47 + - --variant=47 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )47-reconciler-aws-ocp-47,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/48-conformance-aws-ocp-48 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "48" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-48-conformance-aws-ocp-48 + path_alias: knative.dev/serving + rerun_command: /test 48-conformance-aws-ocp-48 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=conformance-aws-ocp-48 + - --variant=48 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )48-conformance-aws-ocp-48,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/48-e2e-aws-ocp-48 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "48" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-48-e2e-aws-ocp-48 + path_alias: knative.dev/serving + rerun_command: /test 48-e2e-aws-ocp-48 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=e2e-aws-ocp-48 + - --variant=48 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )48-e2e-aws-ocp-48,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/48-images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "48" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-48-images + path_alias: knative.dev/serving + rerun_command: /test 48-images + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --target=[images] + - --target=src + - --variant=48 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )48-images,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/48-reconciler-aws-ocp-48 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "48" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-48-reconciler-aws-ocp-48 + path_alias: knative.dev/serving + rerun_command: /test 48-reconciler-aws-ocp-48 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=reconciler-aws-ocp-48 + - --variant=48 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )48-reconciler-aws-ocp-48,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/49-conformance-aws-ocp-49 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "49" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-49-conformance-aws-ocp-49 + path_alias: knative.dev/serving + rerun_command: /test 49-conformance-aws-ocp-49 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=conformance-aws-ocp-49 + - --variant=49 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )49-conformance-aws-ocp-49,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/49-e2e-aws-ocp-49 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "49" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-49-e2e-aws-ocp-49 + path_alias: knative.dev/serving + rerun_command: /test 49-e2e-aws-ocp-49 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=e2e-aws-ocp-49 + - --variant=49 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )49-e2e-aws-ocp-49,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/49-images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "49" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-49-images + path_alias: knative.dev/serving + rerun_command: /test 49-images + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --target=[images] + - --target=src + - --variant=49 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )49-images,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.5$ + - ^release-v1\.5- + cluster: build01 + context: ci/prow/49-reconciler-aws-ocp-49 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "49" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.5-49-reconciler-aws-ocp-49 + path_alias: knative.dev/serving + rerun_command: /test 49-reconciler-aws-ocp-49 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=reconciler-aws-ocp-49 + - --variant=49 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/hive-hive-credentials + name: hive-hive-credentials + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: hive-hive-credentials + secret: + secretName: hive-hive-credentials + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )49-reconciler-aws-ocp-49,?($|\s.*) diff --git a/core-services/image-mirroring/knative/mapping_knative_v1_5_quay b/core-services/image-mirroring/knative/mapping_knative_v1_5_quay new file mode 100644 index 0000000000000..f1be1009e95be --- /dev/null +++ b/core-services/image-mirroring/knative/mapping_knative_v1_5_quay @@ -0,0 +1,17 @@ +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-autoscale quay.io/openshift-knative/autoscale:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-failing quay.io/openshift-knative/failing:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-grpc-ping quay.io/openshift-knative/grpc-ping:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-hellohttp2 quay.io/openshift-knative/hellohttp2:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-hellovolume quay.io/openshift-knative/hellovolume:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-helloworld quay.io/openshift-knative/helloworld:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-httpproxy quay.io/openshift-knative/httpproxy:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-pizzaplanetv1 quay.io/openshift-knative/pizzaplanetv1:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-pizzaplanetv2 quay.io/openshift-knative/pizzaplanetv2:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-readiness quay.io/openshift-knative/readiness:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-runtime quay.io/openshift-knative/runtime:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-servingcontainer quay.io/openshift-knative/servingcontainer:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-sidecarcontainer quay.io/openshift-knative/sidecarcontainer:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-singlethreaded quay.io/openshift-knative/singlethreaded:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-timeout quay.io/openshift-knative/timeout:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-volumes quay.io/openshift-knative/volumes:v1.5 +registry.ci.openshift.org/openshift/knative-v1.5.0:knative-serving-test-wsserver quay.io/openshift-knative/wsserver:v1.5 From 77d1505c735c234dff2f3f1eb49ba6e309c8b38f Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Thu, 2 Jun 2022 15:19:37 +0900 Subject: [PATCH 2/2] Drop wrong target --- ...ift-knative-serving-release-v1.5__410.yaml | 144 ---- ...hift-knative-serving-release-v1.5__46.yaml | 144 ---- ...hift-knative-serving-release-v1.5__47.yaml | 144 ---- ...hift-knative-serving-release-v1.5__48.yaml | 144 ---- ...hift-knative-serving-release-v1.5__49.yaml | 144 ---- ...ative-serving-release-v1.5-presubmits.yaml | 768 ++---------------- 6 files changed, 54 insertions(+), 1434 deletions(-) diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__410.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__410.yaml index 2a715b585b08c..9d94cafa58519 100644 --- a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__410.yaml +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__410.yaml @@ -319,150 +319,6 @@ tests: cpu: 100m timeout: 4h0m0s workflow: generic-claim -- as: conformance-aws-ocp-410 - cluster_claim: - architecture: amd64 - cloud: aws - owner: openshift-ci - product: ocp - timeout: 1h0m0s - version: "4.10" - steps: - test: - - as: test - cli: latest - commands: make test-conformance - dependencies: - - env: KNATIVE_SERVING_ACTIVATOR - name: knative-serving-activator - - env: KNATIVE_SERVING_AUTOSCALER - name: knative-serving-autoscaler - - env: KNATIVE_SERVING_AUTOSCALER_HPA - name: knative-serving-autoscaler-hpa - - env: KNATIVE_SERVING_CONTROLLER - name: knative-serving-controller - - env: KNATIVE_SERVING_DOMAIN_MAPPING - name: knative-serving-domain-mapping - - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK - name: knative-serving-domain-mapping-webhook - - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION - name: knative-serving-storage-version-migration - - env: KNATIVE_SERVING_QUEUE - name: knative-serving-queue - - env: KNATIVE_SERVING_WEBHOOK - name: knative-serving-webhook - - env: KNATIVE_SERVING_TEST_AUTOSCALE - name: knative-serving-test-autoscale - - env: KNATIVE_SERVING_TEST_FAILING - name: knative-serving-test-failing - - env: KNATIVE_SERVING_TEST_GRPC_PING - name: knative-serving-test-grpc-ping - - env: KNATIVE_SERVING_TEST_HELLOHTTP2 - name: knative-serving-test-hellohttp2 - - env: KNATIVE_SERVING_TEST_HELLOVOLUME - name: knative-serving-test-hellovolume - - env: KNATIVE_SERVING_TEST_HELLOWORLD - name: knative-serving-test-helloworld - - env: KNATIVE_SERVING_TEST_HTTPPROXY - name: knative-serving-test-httpproxy - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 - name: knative-serving-test-pizzaplanetv1 - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 - name: knative-serving-test-pizzaplanetv2 - - env: KNATIVE_SERVING_TEST_READINESS - name: knative-serving-test-readiness - - env: KNATIVE_SERVING_TEST_RUNTIME - name: knative-serving-test-runtime - - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER - name: knative-serving-test-servingcontainer - - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER - name: knative-serving-test-sidecarcontainer - - env: KNATIVE_SERVING_TEST_SINGLETHREADED - name: knative-serving-test-singlethreaded - - env: KNATIVE_SERVING_TEST_TIMEOUT - name: knative-serving-test-timeout - - env: KNATIVE_SERVING_TEST_VOLUMES - name: knative-serving-test-volumes - - env: KNATIVE_SERVING_TEST_WSSERVER - name: knative-serving-test-wsserver - from: src - resources: - requests: - cpu: 100m - timeout: 4h0m0s - workflow: generic-claim -- as: reconciler-aws-ocp-410 - cluster_claim: - architecture: amd64 - cloud: aws - owner: openshift-ci - product: ocp - timeout: 1h0m0s - version: "4.10" - steps: - test: - - as: test - cli: latest - commands: make test-reconciler - dependencies: - - env: KNATIVE_SERVING_ACTIVATOR - name: knative-serving-activator - - env: KNATIVE_SERVING_AUTOSCALER - name: knative-serving-autoscaler - - env: KNATIVE_SERVING_AUTOSCALER_HPA - name: knative-serving-autoscaler-hpa - - env: KNATIVE_SERVING_CONTROLLER - name: knative-serving-controller - - env: KNATIVE_SERVING_DOMAIN_MAPPING - name: knative-serving-domain-mapping - - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK - name: knative-serving-domain-mapping-webhook - - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION - name: knative-serving-storage-version-migration - - env: KNATIVE_SERVING_QUEUE - name: knative-serving-queue - - env: KNATIVE_SERVING_WEBHOOK - name: knative-serving-webhook - - env: KNATIVE_SERVING_TEST_AUTOSCALE - name: knative-serving-test-autoscale - - env: KNATIVE_SERVING_TEST_FAILING - name: knative-serving-test-failing - - env: KNATIVE_SERVING_TEST_GRPC_PING - name: knative-serving-test-grpc-ping - - env: KNATIVE_SERVING_TEST_HELLOHTTP2 - name: knative-serving-test-hellohttp2 - - env: KNATIVE_SERVING_TEST_HELLOVOLUME - name: knative-serving-test-hellovolume - - env: KNATIVE_SERVING_TEST_HELLOWORLD - name: knative-serving-test-helloworld - - env: KNATIVE_SERVING_TEST_HTTPPROXY - name: knative-serving-test-httpproxy - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 - name: knative-serving-test-pizzaplanetv1 - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 - name: knative-serving-test-pizzaplanetv2 - - env: KNATIVE_SERVING_TEST_READINESS - name: knative-serving-test-readiness - - env: KNATIVE_SERVING_TEST_RUNTIME - name: knative-serving-test-runtime - - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER - name: knative-serving-test-servingcontainer - - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER - name: knative-serving-test-sidecarcontainer - - env: KNATIVE_SERVING_TEST_SINGLETHREADED - name: knative-serving-test-singlethreaded - - env: KNATIVE_SERVING_TEST_TIMEOUT - name: knative-serving-test-timeout - - env: KNATIVE_SERVING_TEST_VOLUMES - name: knative-serving-test-volumes - - env: KNATIVE_SERVING_TEST_WSSERVER - name: knative-serving-test-wsserver - from: src - resources: - requests: - cpu: 100m - timeout: 4h0m0s - workflow: generic-claim - as: e2e-aws-ocp-410-continuous cluster_claim: architecture: amd64 diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__46.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__46.yaml index 749200aa3eed6..86dff3b82116c 100644 --- a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__46.yaml +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__46.yaml @@ -320,150 +320,6 @@ tests: cpu: 100m timeout: 4h0m0s workflow: generic-claim -- as: conformance-aws-ocp-46 - cluster_claim: - architecture: amd64 - cloud: aws - owner: openshift-ci - product: ocp - timeout: 1h0m0s - version: "4.6" - steps: - test: - - as: test - cli: latest - commands: make test-conformance - dependencies: - - env: KNATIVE_SERVING_ACTIVATOR - name: knative-serving-activator - - env: KNATIVE_SERVING_AUTOSCALER - name: knative-serving-autoscaler - - env: KNATIVE_SERVING_AUTOSCALER_HPA - name: knative-serving-autoscaler-hpa - - env: KNATIVE_SERVING_CONTROLLER - name: knative-serving-controller - - env: KNATIVE_SERVING_DOMAIN_MAPPING - name: knative-serving-domain-mapping - - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK - name: knative-serving-domain-mapping-webhook - - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION - name: knative-serving-storage-version-migration - - env: KNATIVE_SERVING_QUEUE - name: knative-serving-queue - - env: KNATIVE_SERVING_WEBHOOK - name: knative-serving-webhook - - env: KNATIVE_SERVING_TEST_AUTOSCALE - name: knative-serving-test-autoscale - - env: KNATIVE_SERVING_TEST_FAILING - name: knative-serving-test-failing - - env: KNATIVE_SERVING_TEST_GRPC_PING - name: knative-serving-test-grpc-ping - - env: KNATIVE_SERVING_TEST_HELLOHTTP2 - name: knative-serving-test-hellohttp2 - - env: KNATIVE_SERVING_TEST_HELLOVOLUME - name: knative-serving-test-hellovolume - - env: KNATIVE_SERVING_TEST_HELLOWORLD - name: knative-serving-test-helloworld - - env: KNATIVE_SERVING_TEST_HTTPPROXY - name: knative-serving-test-httpproxy - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 - name: knative-serving-test-pizzaplanetv1 - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 - name: knative-serving-test-pizzaplanetv2 - - env: KNATIVE_SERVING_TEST_READINESS - name: knative-serving-test-readiness - - env: KNATIVE_SERVING_TEST_RUNTIME - name: knative-serving-test-runtime - - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER - name: knative-serving-test-servingcontainer - - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER - name: knative-serving-test-sidecarcontainer - - env: KNATIVE_SERVING_TEST_SINGLETHREADED - name: knative-serving-test-singlethreaded - - env: KNATIVE_SERVING_TEST_TIMEOUT - name: knative-serving-test-timeout - - env: KNATIVE_SERVING_TEST_VOLUMES - name: knative-serving-test-volumes - - env: KNATIVE_SERVING_TEST_WSSERVER - name: knative-serving-test-wsserver - from: src - resources: - requests: - cpu: 100m - timeout: 4h0m0s - workflow: generic-claim -- as: reconciler-aws-ocp-46 - cluster_claim: - architecture: amd64 - cloud: aws - owner: openshift-ci - product: ocp - timeout: 1h0m0s - version: "4.6" - steps: - test: - - as: test - cli: latest - commands: make test-reconciler - dependencies: - - env: KNATIVE_SERVING_ACTIVATOR - name: knative-serving-activator - - env: KNATIVE_SERVING_AUTOSCALER - name: knative-serving-autoscaler - - env: KNATIVE_SERVING_AUTOSCALER_HPA - name: knative-serving-autoscaler-hpa - - env: KNATIVE_SERVING_CONTROLLER - name: knative-serving-controller - - env: KNATIVE_SERVING_DOMAIN_MAPPING - name: knative-serving-domain-mapping - - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK - name: knative-serving-domain-mapping-webhook - - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION - name: knative-serving-storage-version-migration - - env: KNATIVE_SERVING_QUEUE - name: knative-serving-queue - - env: KNATIVE_SERVING_WEBHOOK - name: knative-serving-webhook - - env: KNATIVE_SERVING_TEST_AUTOSCALE - name: knative-serving-test-autoscale - - env: KNATIVE_SERVING_TEST_FAILING - name: knative-serving-test-failing - - env: KNATIVE_SERVING_TEST_GRPC_PING - name: knative-serving-test-grpc-ping - - env: KNATIVE_SERVING_TEST_HELLOHTTP2 - name: knative-serving-test-hellohttp2 - - env: KNATIVE_SERVING_TEST_HELLOVOLUME - name: knative-serving-test-hellovolume - - env: KNATIVE_SERVING_TEST_HELLOWORLD - name: knative-serving-test-helloworld - - env: KNATIVE_SERVING_TEST_HTTPPROXY - name: knative-serving-test-httpproxy - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 - name: knative-serving-test-pizzaplanetv1 - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 - name: knative-serving-test-pizzaplanetv2 - - env: KNATIVE_SERVING_TEST_READINESS - name: knative-serving-test-readiness - - env: KNATIVE_SERVING_TEST_RUNTIME - name: knative-serving-test-runtime - - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER - name: knative-serving-test-servingcontainer - - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER - name: knative-serving-test-sidecarcontainer - - env: KNATIVE_SERVING_TEST_SINGLETHREADED - name: knative-serving-test-singlethreaded - - env: KNATIVE_SERVING_TEST_TIMEOUT - name: knative-serving-test-timeout - - env: KNATIVE_SERVING_TEST_VOLUMES - name: knative-serving-test-volumes - - env: KNATIVE_SERVING_TEST_WSSERVER - name: knative-serving-test-wsserver - from: src - resources: - requests: - cpu: 100m - timeout: 4h0m0s - workflow: generic-claim zz_generated_metadata: branch: release-v1.5 org: openshift diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__47.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__47.yaml index 31628e91dc7a5..a931705cd2776 100644 --- a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__47.yaml +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__47.yaml @@ -320,150 +320,6 @@ tests: cpu: 100m timeout: 4h0m0s workflow: generic-claim -- as: conformance-aws-ocp-47 - cluster_claim: - architecture: amd64 - cloud: aws - owner: openshift-ci - product: ocp - timeout: 1h0m0s - version: "4.7" - steps: - test: - - as: test - cli: latest - commands: make test-conformance - dependencies: - - env: KNATIVE_SERVING_ACTIVATOR - name: knative-serving-activator - - env: KNATIVE_SERVING_AUTOSCALER - name: knative-serving-autoscaler - - env: KNATIVE_SERVING_AUTOSCALER_HPA - name: knative-serving-autoscaler-hpa - - env: KNATIVE_SERVING_CONTROLLER - name: knative-serving-controller - - env: KNATIVE_SERVING_DOMAIN_MAPPING - name: knative-serving-domain-mapping - - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK - name: knative-serving-domain-mapping-webhook - - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION - name: knative-serving-storage-version-migration - - env: KNATIVE_SERVING_QUEUE - name: knative-serving-queue - - env: KNATIVE_SERVING_WEBHOOK - name: knative-serving-webhook - - env: KNATIVE_SERVING_TEST_AUTOSCALE - name: knative-serving-test-autoscale - - env: KNATIVE_SERVING_TEST_FAILING - name: knative-serving-test-failing - - env: KNATIVE_SERVING_TEST_GRPC_PING - name: knative-serving-test-grpc-ping - - env: KNATIVE_SERVING_TEST_HELLOHTTP2 - name: knative-serving-test-hellohttp2 - - env: KNATIVE_SERVING_TEST_HELLOVOLUME - name: knative-serving-test-hellovolume - - env: KNATIVE_SERVING_TEST_HELLOWORLD - name: knative-serving-test-helloworld - - env: KNATIVE_SERVING_TEST_HTTPPROXY - name: knative-serving-test-httpproxy - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 - name: knative-serving-test-pizzaplanetv1 - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 - name: knative-serving-test-pizzaplanetv2 - - env: KNATIVE_SERVING_TEST_READINESS - name: knative-serving-test-readiness - - env: KNATIVE_SERVING_TEST_RUNTIME - name: knative-serving-test-runtime - - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER - name: knative-serving-test-servingcontainer - - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER - name: knative-serving-test-sidecarcontainer - - env: KNATIVE_SERVING_TEST_SINGLETHREADED - name: knative-serving-test-singlethreaded - - env: KNATIVE_SERVING_TEST_TIMEOUT - name: knative-serving-test-timeout - - env: KNATIVE_SERVING_TEST_VOLUMES - name: knative-serving-test-volumes - - env: KNATIVE_SERVING_TEST_WSSERVER - name: knative-serving-test-wsserver - from: src - resources: - requests: - cpu: 100m - timeout: 4h0m0s - workflow: generic-claim -- as: reconciler-aws-ocp-47 - cluster_claim: - architecture: amd64 - cloud: aws - owner: openshift-ci - product: ocp - timeout: 1h0m0s - version: "4.7" - steps: - test: - - as: test - cli: latest - commands: make test-reconciler - dependencies: - - env: KNATIVE_SERVING_ACTIVATOR - name: knative-serving-activator - - env: KNATIVE_SERVING_AUTOSCALER - name: knative-serving-autoscaler - - env: KNATIVE_SERVING_AUTOSCALER_HPA - name: knative-serving-autoscaler-hpa - - env: KNATIVE_SERVING_CONTROLLER - name: knative-serving-controller - - env: KNATIVE_SERVING_DOMAIN_MAPPING - name: knative-serving-domain-mapping - - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK - name: knative-serving-domain-mapping-webhook - - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION - name: knative-serving-storage-version-migration - - env: KNATIVE_SERVING_QUEUE - name: knative-serving-queue - - env: KNATIVE_SERVING_WEBHOOK - name: knative-serving-webhook - - env: KNATIVE_SERVING_TEST_AUTOSCALE - name: knative-serving-test-autoscale - - env: KNATIVE_SERVING_TEST_FAILING - name: knative-serving-test-failing - - env: KNATIVE_SERVING_TEST_GRPC_PING - name: knative-serving-test-grpc-ping - - env: KNATIVE_SERVING_TEST_HELLOHTTP2 - name: knative-serving-test-hellohttp2 - - env: KNATIVE_SERVING_TEST_HELLOVOLUME - name: knative-serving-test-hellovolume - - env: KNATIVE_SERVING_TEST_HELLOWORLD - name: knative-serving-test-helloworld - - env: KNATIVE_SERVING_TEST_HTTPPROXY - name: knative-serving-test-httpproxy - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 - name: knative-serving-test-pizzaplanetv1 - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 - name: knative-serving-test-pizzaplanetv2 - - env: KNATIVE_SERVING_TEST_READINESS - name: knative-serving-test-readiness - - env: KNATIVE_SERVING_TEST_RUNTIME - name: knative-serving-test-runtime - - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER - name: knative-serving-test-servingcontainer - - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER - name: knative-serving-test-sidecarcontainer - - env: KNATIVE_SERVING_TEST_SINGLETHREADED - name: knative-serving-test-singlethreaded - - env: KNATIVE_SERVING_TEST_TIMEOUT - name: knative-serving-test-timeout - - env: KNATIVE_SERVING_TEST_VOLUMES - name: knative-serving-test-volumes - - env: KNATIVE_SERVING_TEST_WSSERVER - name: knative-serving-test-wsserver - from: src - resources: - requests: - cpu: 100m - timeout: 4h0m0s - workflow: generic-claim zz_generated_metadata: branch: release-v1.5 org: openshift diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__48.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__48.yaml index 6aa6f84cf5509..27f0f483cc389 100644 --- a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__48.yaml +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__48.yaml @@ -320,150 +320,6 @@ tests: cpu: 100m timeout: 4h0m0s workflow: generic-claim -- as: conformance-aws-ocp-48 - cluster_claim: - architecture: amd64 - cloud: aws - owner: openshift-ci - product: ocp - timeout: 1h0m0s - version: "4.8" - steps: - test: - - as: test - cli: latest - commands: make test-conformance - dependencies: - - env: KNATIVE_SERVING_ACTIVATOR - name: knative-serving-activator - - env: KNATIVE_SERVING_AUTOSCALER - name: knative-serving-autoscaler - - env: KNATIVE_SERVING_AUTOSCALER_HPA - name: knative-serving-autoscaler-hpa - - env: KNATIVE_SERVING_CONTROLLER - name: knative-serving-controller - - env: KNATIVE_SERVING_DOMAIN_MAPPING - name: knative-serving-domain-mapping - - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK - name: knative-serving-domain-mapping-webhook - - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION - name: knative-serving-storage-version-migration - - env: KNATIVE_SERVING_QUEUE - name: knative-serving-queue - - env: KNATIVE_SERVING_WEBHOOK - name: knative-serving-webhook - - env: KNATIVE_SERVING_TEST_AUTOSCALE - name: knative-serving-test-autoscale - - env: KNATIVE_SERVING_TEST_FAILING - name: knative-serving-test-failing - - env: KNATIVE_SERVING_TEST_GRPC_PING - name: knative-serving-test-grpc-ping - - env: KNATIVE_SERVING_TEST_HELLOHTTP2 - name: knative-serving-test-hellohttp2 - - env: KNATIVE_SERVING_TEST_HELLOVOLUME - name: knative-serving-test-hellovolume - - env: KNATIVE_SERVING_TEST_HELLOWORLD - name: knative-serving-test-helloworld - - env: KNATIVE_SERVING_TEST_HTTPPROXY - name: knative-serving-test-httpproxy - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 - name: knative-serving-test-pizzaplanetv1 - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 - name: knative-serving-test-pizzaplanetv2 - - env: KNATIVE_SERVING_TEST_READINESS - name: knative-serving-test-readiness - - env: KNATIVE_SERVING_TEST_RUNTIME - name: knative-serving-test-runtime - - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER - name: knative-serving-test-servingcontainer - - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER - name: knative-serving-test-sidecarcontainer - - env: KNATIVE_SERVING_TEST_SINGLETHREADED - name: knative-serving-test-singlethreaded - - env: KNATIVE_SERVING_TEST_TIMEOUT - name: knative-serving-test-timeout - - env: KNATIVE_SERVING_TEST_VOLUMES - name: knative-serving-test-volumes - - env: KNATIVE_SERVING_TEST_WSSERVER - name: knative-serving-test-wsserver - from: src - resources: - requests: - cpu: 100m - timeout: 4h0m0s - workflow: generic-claim -- as: reconciler-aws-ocp-48 - cluster_claim: - architecture: amd64 - cloud: aws - owner: openshift-ci - product: ocp - timeout: 1h0m0s - version: "4.8" - steps: - test: - - as: test - cli: latest - commands: make test-reconciler - dependencies: - - env: KNATIVE_SERVING_ACTIVATOR - name: knative-serving-activator - - env: KNATIVE_SERVING_AUTOSCALER - name: knative-serving-autoscaler - - env: KNATIVE_SERVING_AUTOSCALER_HPA - name: knative-serving-autoscaler-hpa - - env: KNATIVE_SERVING_CONTROLLER - name: knative-serving-controller - - env: KNATIVE_SERVING_DOMAIN_MAPPING - name: knative-serving-domain-mapping - - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK - name: knative-serving-domain-mapping-webhook - - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION - name: knative-serving-storage-version-migration - - env: KNATIVE_SERVING_QUEUE - name: knative-serving-queue - - env: KNATIVE_SERVING_WEBHOOK - name: knative-serving-webhook - - env: KNATIVE_SERVING_TEST_AUTOSCALE - name: knative-serving-test-autoscale - - env: KNATIVE_SERVING_TEST_FAILING - name: knative-serving-test-failing - - env: KNATIVE_SERVING_TEST_GRPC_PING - name: knative-serving-test-grpc-ping - - env: KNATIVE_SERVING_TEST_HELLOHTTP2 - name: knative-serving-test-hellohttp2 - - env: KNATIVE_SERVING_TEST_HELLOVOLUME - name: knative-serving-test-hellovolume - - env: KNATIVE_SERVING_TEST_HELLOWORLD - name: knative-serving-test-helloworld - - env: KNATIVE_SERVING_TEST_HTTPPROXY - name: knative-serving-test-httpproxy - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 - name: knative-serving-test-pizzaplanetv1 - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 - name: knative-serving-test-pizzaplanetv2 - - env: KNATIVE_SERVING_TEST_READINESS - name: knative-serving-test-readiness - - env: KNATIVE_SERVING_TEST_RUNTIME - name: knative-serving-test-runtime - - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER - name: knative-serving-test-servingcontainer - - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER - name: knative-serving-test-sidecarcontainer - - env: KNATIVE_SERVING_TEST_SINGLETHREADED - name: knative-serving-test-singlethreaded - - env: KNATIVE_SERVING_TEST_TIMEOUT - name: knative-serving-test-timeout - - env: KNATIVE_SERVING_TEST_VOLUMES - name: knative-serving-test-volumes - - env: KNATIVE_SERVING_TEST_WSSERVER - name: knative-serving-test-wsserver - from: src - resources: - requests: - cpu: 100m - timeout: 4h0m0s - workflow: generic-claim zz_generated_metadata: branch: release-v1.5 org: openshift diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__49.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__49.yaml index 4372e9312884c..119610277548b 100644 --- a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__49.yaml +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.5__49.yaml @@ -320,150 +320,6 @@ tests: cpu: 100m timeout: 4h0m0s workflow: generic-claim -- as: conformance-aws-ocp-49 - cluster_claim: - architecture: amd64 - cloud: aws - owner: openshift-ci - product: ocp - timeout: 1h0m0s - version: "4.9" - steps: - test: - - as: test - cli: latest - commands: make test-conformance - dependencies: - - env: KNATIVE_SERVING_ACTIVATOR - name: knative-serving-activator - - env: KNATIVE_SERVING_AUTOSCALER - name: knative-serving-autoscaler - - env: KNATIVE_SERVING_AUTOSCALER_HPA - name: knative-serving-autoscaler-hpa - - env: KNATIVE_SERVING_CONTROLLER - name: knative-serving-controller - - env: KNATIVE_SERVING_DOMAIN_MAPPING - name: knative-serving-domain-mapping - - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK - name: knative-serving-domain-mapping-webhook - - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION - name: knative-serving-storage-version-migration - - env: KNATIVE_SERVING_QUEUE - name: knative-serving-queue - - env: KNATIVE_SERVING_WEBHOOK - name: knative-serving-webhook - - env: KNATIVE_SERVING_TEST_AUTOSCALE - name: knative-serving-test-autoscale - - env: KNATIVE_SERVING_TEST_FAILING - name: knative-serving-test-failing - - env: KNATIVE_SERVING_TEST_GRPC_PING - name: knative-serving-test-grpc-ping - - env: KNATIVE_SERVING_TEST_HELLOHTTP2 - name: knative-serving-test-hellohttp2 - - env: KNATIVE_SERVING_TEST_HELLOVOLUME - name: knative-serving-test-hellovolume - - env: KNATIVE_SERVING_TEST_HELLOWORLD - name: knative-serving-test-helloworld - - env: KNATIVE_SERVING_TEST_HTTPPROXY - name: knative-serving-test-httpproxy - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 - name: knative-serving-test-pizzaplanetv1 - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 - name: knative-serving-test-pizzaplanetv2 - - env: KNATIVE_SERVING_TEST_READINESS - name: knative-serving-test-readiness - - env: KNATIVE_SERVING_TEST_RUNTIME - name: knative-serving-test-runtime - - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER - name: knative-serving-test-servingcontainer - - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER - name: knative-serving-test-sidecarcontainer - - env: KNATIVE_SERVING_TEST_SINGLETHREADED - name: knative-serving-test-singlethreaded - - env: KNATIVE_SERVING_TEST_TIMEOUT - name: knative-serving-test-timeout - - env: KNATIVE_SERVING_TEST_VOLUMES - name: knative-serving-test-volumes - - env: KNATIVE_SERVING_TEST_WSSERVER - name: knative-serving-test-wsserver - from: src - resources: - requests: - cpu: 100m - timeout: 4h0m0s - workflow: generic-claim -- as: reconciler-aws-ocp-49 - cluster_claim: - architecture: amd64 - cloud: aws - owner: openshift-ci - product: ocp - timeout: 1h0m0s - version: "4.9" - steps: - test: - - as: test - cli: latest - commands: make test-reconciler - dependencies: - - env: KNATIVE_SERVING_ACTIVATOR - name: knative-serving-activator - - env: KNATIVE_SERVING_AUTOSCALER - name: knative-serving-autoscaler - - env: KNATIVE_SERVING_AUTOSCALER_HPA - name: knative-serving-autoscaler-hpa - - env: KNATIVE_SERVING_CONTROLLER - name: knative-serving-controller - - env: KNATIVE_SERVING_DOMAIN_MAPPING - name: knative-serving-domain-mapping - - env: KNATIVE_SERVING_DOMAIN_MAPPING_WEBHOOK - name: knative-serving-domain-mapping-webhook - - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION - name: knative-serving-storage-version-migration - - env: KNATIVE_SERVING_QUEUE - name: knative-serving-queue - - env: KNATIVE_SERVING_WEBHOOK - name: knative-serving-webhook - - env: KNATIVE_SERVING_TEST_AUTOSCALE - name: knative-serving-test-autoscale - - env: KNATIVE_SERVING_TEST_FAILING - name: knative-serving-test-failing - - env: KNATIVE_SERVING_TEST_GRPC_PING - name: knative-serving-test-grpc-ping - - env: KNATIVE_SERVING_TEST_HELLOHTTP2 - name: knative-serving-test-hellohttp2 - - env: KNATIVE_SERVING_TEST_HELLOVOLUME - name: knative-serving-test-hellovolume - - env: KNATIVE_SERVING_TEST_HELLOWORLD - name: knative-serving-test-helloworld - - env: KNATIVE_SERVING_TEST_HTTPPROXY - name: knative-serving-test-httpproxy - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 - name: knative-serving-test-pizzaplanetv1 - - env: KNATIVE_SERVING_TEST_PIZZAPLANETV2 - name: knative-serving-test-pizzaplanetv2 - - env: KNATIVE_SERVING_TEST_READINESS - name: knative-serving-test-readiness - - env: KNATIVE_SERVING_TEST_RUNTIME - name: knative-serving-test-runtime - - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER - name: knative-serving-test-servingcontainer - - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER - name: knative-serving-test-sidecarcontainer - - env: KNATIVE_SERVING_TEST_SINGLETHREADED - name: knative-serving-test-singlethreaded - - env: KNATIVE_SERVING_TEST_TIMEOUT - name: knative-serving-test-timeout - - env: KNATIVE_SERVING_TEST_VOLUMES - name: knative-serving-test-volumes - - env: KNATIVE_SERVING_TEST_WSSERVER - name: knative-serving-test-wsserver - from: src - resources: - requests: - cpu: 100m - timeout: 4h0m0s - workflow: generic-claim zz_generated_metadata: branch: release-v1.5 org: openshift diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-presubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-presubmits.yaml index 91476de429198..0abe07f847eb7 100644 --- a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-presubmits.yaml +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.5-presubmits.yaml @@ -6,585 +6,17 @@ presubmits: - ^release-v1\.5$ - ^release-v1\.5- cluster: build01 - context: ci/prow/410-conformance-aws-ocp-410 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/variant: "410" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-410-conformance-aws-ocp-410 - path_alias: knative.dev/serving - rerun_command: /test 410-conformance-aws-ocp-410 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=conformance-aws-ocp-410 - - --variant=410 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/hive-hive-credentials - name: hive-hive-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: hive-hive-credentials - secret: - secretName: hive-hive-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )410-conformance-aws-ocp-410,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-v1\.5$ - - ^release-v1\.5- - cluster: build01 - context: ci/prow/410-e2e-aws-ocp-410 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/variant: "410" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-410-e2e-aws-ocp-410 - path_alias: knative.dev/serving - rerun_command: /test 410-e2e-aws-ocp-410 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-aws-ocp-410 - - --variant=410 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/hive-hive-credentials - name: hive-hive-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: hive-hive-credentials - secret: - secretName: hive-hive-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )410-e2e-aws-ocp-410,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-v1\.5$ - - ^release-v1\.5- - cluster: build01 - context: ci/prow/410-images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/variant: "410" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-410-images - path_alias: knative.dev/serving - rerun_command: /test 410-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --target=src - - --variant=410 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )410-images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-v1\.5$ - - ^release-v1\.5- - cluster: build01 - context: ci/prow/410-reconciler-aws-ocp-410 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/variant: "410" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-410-reconciler-aws-ocp-410 - path_alias: knative.dev/serving - rerun_command: /test 410-reconciler-aws-ocp-410 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=reconciler-aws-ocp-410 - - --variant=410 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/hive-hive-credentials - name: hive-hive-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: hive-hive-credentials - secret: - secretName: hive-hive-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )410-reconciler-aws-ocp-410,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-v1\.5$ - - ^release-v1\.5- - cluster: build01 - context: ci/prow/46-conformance-aws-ocp-46 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/variant: "46" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-46-conformance-aws-ocp-46 - path_alias: knative.dev/serving - rerun_command: /test 46-conformance-aws-ocp-46 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=conformance-aws-ocp-46 - - --variant=46 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/hive-hive-credentials - name: hive-hive-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: hive-hive-credentials - secret: - secretName: hive-hive-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )46-conformance-aws-ocp-46,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-v1\.5$ - - ^release-v1\.5- - cluster: build01 - context: ci/prow/46-e2e-aws-ocp-46 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/variant: "46" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-46-e2e-aws-ocp-46 - path_alias: knative.dev/serving - rerun_command: /test 46-e2e-aws-ocp-46 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-aws-ocp-46 - - --variant=46 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/hive-hive-credentials - name: hive-hive-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: hive-hive-credentials - secret: - secretName: hive-hive-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )46-e2e-aws-ocp-46,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-v1\.5$ - - ^release-v1\.5- - cluster: build01 - context: ci/prow/46-images - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/variant: "46" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-46-images - path_alias: knative.dev/serving - rerun_command: /test 46-images - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --target=[images] - - --target=src - - --variant=46 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )46-images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-v1\.5$ - - ^release-v1\.5- - cluster: build01 - context: ci/prow/46-reconciler-aws-ocp-46 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/variant: "46" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-46-reconciler-aws-ocp-46 - path_alias: knative.dev/serving - rerun_command: /test 46-reconciler-aws-ocp-46 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=reconciler-aws-ocp-46 - - --variant=46 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/hive-hive-credentials - name: hive-hive-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: hive-hive-credentials - secret: - secretName: hive-hive-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )46-reconciler-aws-ocp-46,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-v1\.5$ - - ^release-v1\.5- - cluster: build01 - context: ci/prow/47-conformance-aws-ocp-47 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/variant: "47" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-47-conformance-aws-ocp-47 - path_alias: knative.dev/serving - rerun_command: /test 47-conformance-aws-ocp-47 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=conformance-aws-ocp-47 - - --variant=47 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/hive-hive-credentials - name: hive-hive-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: hive-hive-credentials - secret: - secretName: hive-hive-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )47-conformance-aws-ocp-47,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-v1\.5$ - - ^release-v1\.5- - cluster: build01 - context: ci/prow/47-e2e-aws-ocp-47 + context: ci/prow/410-e2e-aws-ocp-410 decorate: true decoration_config: skip_cloning: true labels: - ci-operator.openshift.io/variant: "47" + ci-operator.openshift.io/variant: "410" ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-47-e2e-aws-ocp-47 + name: pull-ci-openshift-knative-serving-release-v1.5-410-e2e-aws-ocp-410 path_alias: knative.dev/serving - rerun_command: /test 47-e2e-aws-ocp-47 + rerun_command: /test 410-e2e-aws-ocp-410 spec: containers: - args: @@ -593,8 +25,8 @@ presubmits: - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-aws-ocp-47 - - --variant=47 + - --target=e2e-aws-ocp-410 + - --variant=410 command: - ci-operator image: ci-operator:latest @@ -633,24 +65,24 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )47-e2e-aws-ocp-47,?($|\s.*) + trigger: (?m)^/test( | .* )410-e2e-aws-ocp-410,?($|\s.*) - agent: kubernetes always_run: true branches: - ^release-v1\.5$ - ^release-v1\.5- cluster: build01 - context: ci/prow/47-images + context: ci/prow/410-images decorate: true decoration_config: skip_cloning: true labels: - ci-operator.openshift.io/variant: "47" + ci-operator.openshift.io/variant: "410" ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-47-images + name: pull-ci-openshift-knative-serving-release-v1.5-410-images path_alias: knative.dev/serving - rerun_command: /test 47-images + rerun_command: /test 410-images spec: containers: - args: @@ -659,7 +91,7 @@ presubmits: - --report-credentials-file=/etc/report/credentials - --target=[images] - --target=src - - --variant=47 + - --variant=410 command: - ci-operator image: ci-operator:latest @@ -686,24 +118,24 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )47-images,?($|\s.*) + trigger: (?m)^/test( | .* )410-images,?($|\s.*) - agent: kubernetes always_run: true branches: - ^release-v1\.5$ - ^release-v1\.5- cluster: build01 - context: ci/prow/47-reconciler-aws-ocp-47 + context: ci/prow/46-e2e-aws-ocp-46 decorate: true decoration_config: skip_cloning: true labels: - ci-operator.openshift.io/variant: "47" + ci-operator.openshift.io/variant: "46" ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-47-reconciler-aws-ocp-47 + name: pull-ci-openshift-knative-serving-release-v1.5-46-e2e-aws-ocp-46 path_alias: knative.dev/serving - rerun_command: /test 47-reconciler-aws-ocp-47 + rerun_command: /test 46-e2e-aws-ocp-46 spec: containers: - args: @@ -712,8 +144,8 @@ presubmits: - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=reconciler-aws-ocp-47 - - --variant=47 + - --target=e2e-aws-ocp-46 + - --variant=46 command: - ci-operator image: ci-operator:latest @@ -752,34 +184,33 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )47-reconciler-aws-ocp-47,?($|\s.*) + trigger: (?m)^/test( | .* )46-e2e-aws-ocp-46,?($|\s.*) - agent: kubernetes always_run: true branches: - ^release-v1\.5$ - ^release-v1\.5- cluster: build01 - context: ci/prow/48-conformance-aws-ocp-48 + context: ci/prow/46-images decorate: true decoration_config: skip_cloning: true labels: - ci-operator.openshift.io/variant: "48" + ci-operator.openshift.io/variant: "46" ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-48-conformance-aws-ocp-48 + name: pull-ci-openshift-knative-serving-release-v1.5-46-images path_alias: knative.dev/serving - rerun_command: /test 48-conformance-aws-ocp-48 + rerun_command: /test 46-images spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=conformance-aws-ocp-48 - - --variant=48 + - --target=[images] + - --target=src + - --variant=46 command: - ci-operator image: ci-operator:latest @@ -789,15 +220,9 @@ presubmits: requests: cpu: 10m volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - mountPath: /secrets/gcs name: gcs-credentials readOnly: true - - mountPath: /secrets/hive-hive-credentials - name: hive-hive-credentials - readOnly: true - mountPath: /etc/pull-secret name: pull-secret readOnly: true @@ -806,36 +231,30 @@ presubmits: readOnly: true serviceAccountName: ci-operator volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: hive-hive-credentials - secret: - secretName: hive-hive-credentials - name: pull-secret secret: secretName: registry-pull-credentials - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )48-conformance-aws-ocp-48,?($|\s.*) + trigger: (?m)^/test( | .* )46-images,?($|\s.*) - agent: kubernetes always_run: true branches: - ^release-v1\.5$ - ^release-v1\.5- cluster: build01 - context: ci/prow/48-e2e-aws-ocp-48 + context: ci/prow/47-e2e-aws-ocp-47 decorate: true decoration_config: skip_cloning: true labels: - ci-operator.openshift.io/variant: "48" + ci-operator.openshift.io/variant: "47" ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-48-e2e-aws-ocp-48 + name: pull-ci-openshift-knative-serving-release-v1.5-47-e2e-aws-ocp-47 path_alias: knative.dev/serving - rerun_command: /test 48-e2e-aws-ocp-48 + rerun_command: /test 47-e2e-aws-ocp-47 spec: containers: - args: @@ -844,8 +263,8 @@ presubmits: - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-aws-ocp-48 - - --variant=48 + - --target=e2e-aws-ocp-47 + - --variant=47 command: - ci-operator image: ci-operator:latest @@ -884,24 +303,24 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )48-e2e-aws-ocp-48,?($|\s.*) + trigger: (?m)^/test( | .* )47-e2e-aws-ocp-47,?($|\s.*) - agent: kubernetes always_run: true branches: - ^release-v1\.5$ - ^release-v1\.5- cluster: build01 - context: ci/prow/48-images + context: ci/prow/47-images decorate: true decoration_config: skip_cloning: true labels: - ci-operator.openshift.io/variant: "48" + ci-operator.openshift.io/variant: "47" ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-48-images + name: pull-ci-openshift-knative-serving-release-v1.5-47-images path_alias: knative.dev/serving - rerun_command: /test 48-images + rerun_command: /test 47-images spec: containers: - args: @@ -910,7 +329,7 @@ presubmits: - --report-credentials-file=/etc/report/credentials - --target=[images] - --target=src - - --variant=48 + - --variant=47 command: - ci-operator image: ci-operator:latest @@ -937,14 +356,14 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )48-images,?($|\s.*) + trigger: (?m)^/test( | .* )47-images,?($|\s.*) - agent: kubernetes always_run: true branches: - ^release-v1\.5$ - ^release-v1\.5- cluster: build01 - context: ci/prow/48-reconciler-aws-ocp-48 + context: ci/prow/48-e2e-aws-ocp-48 decorate: true decoration_config: skip_cloning: true @@ -952,9 +371,9 @@ presubmits: ci-operator.openshift.io/variant: "48" ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-48-reconciler-aws-ocp-48 + name: pull-ci-openshift-knative-serving-release-v1.5-48-e2e-aws-ocp-48 path_alias: knative.dev/serving - rerun_command: /test 48-reconciler-aws-ocp-48 + rerun_command: /test 48-e2e-aws-ocp-48 spec: containers: - args: @@ -963,7 +382,7 @@ presubmits: - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=reconciler-aws-ocp-48 + - --target=e2e-aws-ocp-48 - --variant=48 command: - ci-operator @@ -1003,34 +422,33 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )48-reconciler-aws-ocp-48,?($|\s.*) + trigger: (?m)^/test( | .* )48-e2e-aws-ocp-48,?($|\s.*) - agent: kubernetes always_run: true branches: - ^release-v1\.5$ - ^release-v1\.5- cluster: build01 - context: ci/prow/49-conformance-aws-ocp-49 + context: ci/prow/48-images decorate: true decoration_config: skip_cloning: true labels: - ci-operator.openshift.io/variant: "49" + ci-operator.openshift.io/variant: "48" ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-49-conformance-aws-ocp-49 + name: pull-ci-openshift-knative-serving-release-v1.5-48-images path_alias: knative.dev/serving - rerun_command: /test 49-conformance-aws-ocp-49 + rerun_command: /test 48-images spec: containers: - args: - --gcs-upload-secret=/secrets/gcs/service-account.json - - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=conformance-aws-ocp-49 - - --variant=49 + - --target=[images] + - --target=src + - --variant=48 command: - ci-operator image: ci-operator:latest @@ -1040,15 +458,9 @@ presubmits: requests: cpu: 10m volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - mountPath: /secrets/gcs name: gcs-credentials readOnly: true - - mountPath: /secrets/hive-hive-credentials - name: hive-hive-credentials - readOnly: true - mountPath: /etc/pull-secret name: pull-secret readOnly: true @@ -1057,19 +469,13 @@ presubmits: readOnly: true serviceAccountName: ci-operator volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: hive-hive-credentials - secret: - secretName: hive-hive-credentials - name: pull-secret secret: secretName: registry-pull-credentials - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )49-conformance-aws-ocp-49,?($|\s.*) + trigger: (?m)^/test( | .* )48-images,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -1189,69 +595,3 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )49-images,?($|\s.*) - - agent: kubernetes - always_run: true - branches: - - ^release-v1\.5$ - - ^release-v1\.5- - cluster: build01 - context: ci/prow/49-reconciler-aws-ocp-49 - decorate: true - decoration_config: - skip_cloning: true - labels: - ci-operator.openshift.io/variant: "49" - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-knative-serving-release-v1.5-49-reconciler-aws-ocp-49 - path_alias: knative.dev/serving - rerun_command: /test 49-reconciler-aws-ocp-49 - spec: - containers: - - args: - - --gcs-upload-secret=/secrets/gcs/service-account.json - - --hive-kubeconfig=/secrets/hive-hive-credentials/kubeconfig - - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=reconciler-aws-ocp-49 - - --variant=49 - command: - - ci-operator - image: ci-operator:latest - imagePullPolicy: Always - name: "" - resources: - requests: - cpu: 10m - volumeMounts: - - mountPath: /secrets/ci-pull-credentials - name: ci-pull-credentials - readOnly: true - - mountPath: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /secrets/hive-hive-credentials - name: hive-hive-credentials - readOnly: true - - mountPath: /etc/pull-secret - name: pull-secret - readOnly: true - - mountPath: /etc/report - name: result-aggregator - readOnly: true - serviceAccountName: ci-operator - volumes: - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: hive-hive-credentials - secret: - secretName: hive-hive-credentials - - name: pull-secret - secret: - secretName: registry-pull-credentials - - name: result-aggregator - secret: - secretName: result-aggregator - trigger: (?m)^/test( | .* )49-reconciler-aws-ocp-49,?($|\s.*)