diff --git a/ci-operator/config/openshift-knative/net-istio/openshift-knative-net-istio-release-1.2.yaml b/ci-operator/config/openshift-knative/net-istio/openshift-knative-net-istio-release-1.2.yaml new file mode 100644 index 0000000000000..36986158bdffd --- /dev/null +++ b/ci-operator/config/openshift-knative/net-istio/openshift-knative-net-istio-release-1.2.yaml @@ -0,0 +1,53 @@ +base_images: + base: + name: "4.7" + namespace: ocp + tag: base + openshift_release_golang-1.17: + name: release + namespace: openshift + tag: golang-1.17 +build_root: + image_stream_tag: + name: release + namespace: openshift + tag: golang-1.17 +images: +- context_dir: . + dockerfile_path: Dockerfile.controller + from: base + inputs: + openshift_release_golang-1.17: + as: + - registry.ci.openshift.org/openshift/release:golang-1.17 + to: net-istio-controller +- context_dir: . + dockerfile_path: Dockerfile.webhook + from: base + inputs: + openshift_release_golang-1.17: + as: + - registry.ci.openshift.org/openshift/release:golang-1.17 + to: net-istio-webhook +promotion: + name: knative-v1.2.0 + namespace: openshift +releases: + initial: + integration: + name: "4.7" + namespace: ocp + latest: + integration: + include_built_images: true + name: "4.7" + namespace: ocp +resources: + '*': + requests: + cpu: 100m + memory: 200Mi +zz_generated_metadata: + branch: release-1.2 + org: openshift-knative + repo: net-istio diff --git a/ci-operator/config/openshift-knative/net-kourier/openshift-knative-net-kourier-release-1.2.yaml b/ci-operator/config/openshift-knative/net-kourier/openshift-knative-net-kourier-release-1.2.yaml new file mode 100644 index 0000000000000..170476a029d7f --- /dev/null +++ b/ci-operator/config/openshift-knative/net-kourier/openshift-knative-net-kourier-release-1.2.yaml @@ -0,0 +1,43 @@ +base_images: + base: + name: "4.7" + namespace: ocp + tag: base + openshift_release_golang-1.17: + name: release + namespace: openshift + tag: golang-1.17 +build_root: + image_stream_tag: + name: release + namespace: openshift + tag: golang-1.17 +images: +- from: base + inputs: + openshift_release_golang-1.17: + as: + - registry.ci.openshift.org/openshift/release:golang-1.17 + to: kourier +promotion: + name: knative-v1.2.0 + namespace: openshift +releases: + initial: + integration: + name: "4.7" + namespace: ocp + latest: + integration: + include_built_images: true + name: "4.7" + namespace: ocp +resources: + '*': + requests: + cpu: 100m + memory: 200Mi +zz_generated_metadata: + branch: release-1.2 + org: openshift-knative + repo: net-kourier diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.10.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.10.yaml new file mode 100644 index 0000000000000..159f73660ff8a --- /dev/null +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.10.yaml @@ -0,0 +1,318 @@ +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/source-image/Dockerfile + from: src + to: knative-serving-src +- 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-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/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/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/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/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/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/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-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/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/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/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/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/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/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/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/wsserver/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/wsserver + to: knative-serving-test-wsserver +- 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/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/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/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/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/volumes/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/volumes + to: knative-serving-test-volumes +promotion: + name: knative-v1.2.0 + namespace: openshift +releases: + initial: + integration: + name: "4.10" + namespace: ocp + latest: + integration: + include_built_images: true + name: "4.10" + namespace: ocp +resources: + '*': + requests: + cpu: 100m + memory: 200Mi +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_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - 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_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + from: src + resources: + requests: + cpu: 100m + workflow: generic-claim +zz_generated_metadata: + branch: release-v1.2.0 + org: openshift + repo: knative-serving + variant: "4.10" diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.6.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.6.yaml new file mode 100644 index 0000000000000..bfd208996513e --- /dev/null +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.6.yaml @@ -0,0 +1,313 @@ +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/source-image/Dockerfile + from: src + to: knative-serving-src +- 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-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/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/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/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/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/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/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-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/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/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/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/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/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/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/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/wsserver/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/wsserver + to: knative-serving-test-wsserver +- 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/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/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/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/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/volumes/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/volumes + to: knative-serving-test-volumes +promotion: + disabled: true + name: knative-v1.2.0 + namespace: openshift +releases: + initial: + integration: + name: "4.6" + namespace: ocp + latest: + integration: + include_built_images: true + name: "4.6" + namespace: ocp +resources: + '*': + requests: + cpu: 100m + memory: 200Mi +test_binary_build_commands: make test-install +tests: +- as: e2e-aws-ocp-46 + steps: + cluster_profile: aws + test: + - as: test + cli: latest + commands: make test-e2e + dependencies: + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - 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_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + from: src + resources: + requests: + cpu: 100m + workflow: ipi-aws +zz_generated_metadata: + branch: release-v1.2.0 + org: openshift + repo: knative-serving + variant: "4.6" diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.7.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.7.yaml new file mode 100644 index 0000000000000..7cab71fc53791 --- /dev/null +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.7.yaml @@ -0,0 +1,313 @@ +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/source-image/Dockerfile + from: src + to: knative-serving-src +- 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-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/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/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/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/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/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/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-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/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/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/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/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/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/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/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/wsserver/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/wsserver + to: knative-serving-test-wsserver +- 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/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/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/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/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/volumes/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/volumes + to: knative-serving-test-volumes +promotion: + disabled: true + name: knative-v1.2.0 + namespace: openshift +releases: + initial: + integration: + name: "4.7" + namespace: ocp + latest: + integration: + include_built_images: true + name: "4.7" + namespace: ocp +resources: + '*': + requests: + cpu: 100m + memory: 200Mi +test_binary_build_commands: make test-install +tests: +- as: e2e-aws-ocp-47 + steps: + cluster_profile: aws + test: + - as: test + cli: latest + commands: make test-e2e + dependencies: + - env: KNATIVE_SERVING_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - 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_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + from: src + resources: + requests: + cpu: 100m + workflow: ipi-aws +zz_generated_metadata: + branch: release-v1.2.0 + org: openshift + repo: knative-serving + variant: "4.7" diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.8.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.8.yaml new file mode 100644 index 0000000000000..7a35b8bdd48ae --- /dev/null +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.8.yaml @@ -0,0 +1,319 @@ +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/source-image/Dockerfile + from: src + to: knative-serving-src +- 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-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/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/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/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/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/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/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-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/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/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/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/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/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/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/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/wsserver/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/wsserver + to: knative-serving-test-wsserver +- 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/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/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/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/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/volumes/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/volumes + to: knative-serving-test-volumes +promotion: + disabled: true + name: knative-v1.2.0 + namespace: openshift +releases: + initial: + integration: + name: "4.8" + namespace: ocp + latest: + integration: + include_built_images: true + name: "4.8" + namespace: ocp +resources: + '*': + requests: + cpu: 100m + memory: 200Mi +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_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - 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_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + from: src + resources: + requests: + cpu: 100m + workflow: generic-claim +zz_generated_metadata: + branch: release-v1.2.0 + org: openshift + repo: knative-serving + variant: "4.8" diff --git a/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.9.yaml b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.9.yaml new file mode 100644 index 0000000000000..11dd7c289ee39 --- /dev/null +++ b/ci-operator/config/openshift/knative-serving/openshift-knative-serving-release-v1.2.0__4.9.yaml @@ -0,0 +1,319 @@ +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/source-image/Dockerfile + from: src + to: knative-serving-src +- 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-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/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/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/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/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/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/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-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/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/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/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/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/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/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/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/wsserver/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/wsserver + to: knative-serving-test-wsserver +- 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/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/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/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/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/volumes/Dockerfile + from: base + inputs: + test-bin: + paths: + - destination_dir: . + source_path: /go/bin/volumes + to: knative-serving-test-volumes +promotion: + disabled: true + name: knative-v1.2.0 + namespace: openshift +releases: + initial: + integration: + name: "4.9" + namespace: ocp + latest: + integration: + include_built_images: true + name: "4.9" + namespace: ocp +resources: + '*': + requests: + cpu: 100m + memory: 200Mi +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_WEBHOOK + name: knative-serving-webhook + - env: KNATIVE_SERVING_ACTIVATOR + name: knative-serving-activator + - env: KNATIVE_SERVING_CONTROLLER + name: knative-serving-controller + - env: KNATIVE_SERVING_AUTOSCALER_HPA + name: knative-serving-autoscaler-hpa + - env: KNATIVE_SERVING_QUEUE + name: knative-serving-queue + - env: KNATIVE_SERVING_AUTOSCALER + name: knative-serving-autoscaler + - env: KNATIVE_SERVING_STORAGE_VERSION_MIGRATION + name: knative-serving-storage-version-migration + - 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_TEST_PIZZAPLANETV2 + name: knative-serving-test-pizzaplanetv2 + - env: KNATIVE_SERVING_TEST_HELLOWORLD + name: knative-serving-test-helloworld + - env: KNATIVE_SERVING_TEST_RUNTIME + name: knative-serving-test-runtime + - env: KNATIVE_SERVING_TEST_TIMEOUT + name: knative-serving-test-timeout + - env: KNATIVE_SERVING_TEST_GRPC_PING + name: knative-serving-test-grpc-ping + - env: KNATIVE_SERVING_TEST_FAILING + name: knative-serving-test-failing + - env: KNATIVE_SERVING_TEST_AUTOSCALE + name: knative-serving-test-autoscale + - env: KNATIVE_SERVING_TEST_PIZZAPLANETV1 + name: knative-serving-test-pizzaplanetv1 + - env: KNATIVE_SERVING_TEST_WSSERVER + name: knative-serving-test-wsserver + - env: KNATIVE_SERVING_TEST_HTTPPROXY + name: knative-serving-test-httpproxy + - env: KNATIVE_SERVING_TEST_SINGLETHREADED + name: knative-serving-test-singlethreaded + - env: KNATIVE_SERVING_TEST_SERVINGCONTAINER + name: knative-serving-test-servingcontainer + - env: KNATIVE_SERVING_TEST_SIDECARCONTAINER + name: knative-serving-test-sidecarcontainer + - env: KNATIVE_SERVING_TEST_HELLOHTTP2 + name: knative-serving-test-hellohttp2 + - env: KNATIVE_SERVING_TEST_HELLOVOLUME + name: knative-serving-test-hellovolume + - env: KNATIVE_SERVING_TEST_READINESS + name: knative-serving-test-readiness + - env: KNATIVE_SERVING_TEST_VOLUMES + name: knative-serving-test-volumes + from: src + resources: + requests: + cpu: 100m + workflow: generic-claim +zz_generated_metadata: + branch: release-v1.2.0 + org: openshift + repo: knative-serving + variant: "4.9" diff --git a/ci-operator/jobs/openshift-knative/net-istio/openshift-knative-net-istio-release-1.2-postsubmits.yaml b/ci-operator/jobs/openshift-knative/net-istio/openshift-knative-net-istio-release-1.2-postsubmits.yaml new file mode 100644 index 0000000000000..f35c3e2669dba --- /dev/null +++ b/ci-operator/jobs/openshift-knative/net-istio/openshift-knative-net-istio-release-1.2-postsubmits.yaml @@ -0,0 +1,56 @@ +postsubmits: + openshift-knative/net-istio: + - agent: kubernetes + always_run: true + branches: + - ^release-1\.2$ + cluster: build01 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci.openshift.io/generator: prowgen + max_concurrency: 1 + name: branch-ci-openshift-knative-net-istio-release-1.2-images + 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] + 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/net-istio/openshift-knative-net-istio-release-1.2-presubmits.yaml b/ci-operator/jobs/openshift-knative/net-istio/openshift-knative-net-istio-release-1.2-presubmits.yaml new file mode 100644 index 0000000000000..911cf9fc67f47 --- /dev/null +++ b/ci-operator/jobs/openshift-knative/net-istio/openshift-knative-net-istio-release-1.2-presubmits.yaml @@ -0,0 +1,51 @@ +presubmits: + openshift-knative/net-istio: + - agent: kubernetes + always_run: true + branches: + - ^release-1\.2$ + - ^release-1\.2- + cluster: build01 + context: ci/prow/images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-net-istio-release-1.2-images + rerun_command: /test 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] + 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( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift-knative/net-kourier/openshift-knative-net-kourier-release-1.2-postsubmits.yaml b/ci-operator/jobs/openshift-knative/net-kourier/openshift-knative-net-kourier-release-1.2-postsubmits.yaml new file mode 100644 index 0000000000000..d64306b7a2577 --- /dev/null +++ b/ci-operator/jobs/openshift-knative/net-kourier/openshift-knative-net-kourier-release-1.2-postsubmits.yaml @@ -0,0 +1,56 @@ +postsubmits: + openshift-knative/net-kourier: + - agent: kubernetes + always_run: true + branches: + - ^release-1\.2$ + cluster: build01 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci.openshift.io/generator: prowgen + max_concurrency: 1 + name: branch-ci-openshift-knative-net-kourier-release-1.2-images + 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] + 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/net-kourier/openshift-knative-net-kourier-release-1.2-presubmits.yaml b/ci-operator/jobs/openshift-knative/net-kourier/openshift-knative-net-kourier-release-1.2-presubmits.yaml new file mode 100644 index 0000000000000..3d634ef676b5e --- /dev/null +++ b/ci-operator/jobs/openshift-knative/net-kourier/openshift-knative-net-kourier-release-1.2-presubmits.yaml @@ -0,0 +1,51 @@ +presubmits: + openshift-knative/net-kourier: + - agent: kubernetes + always_run: true + branches: + - ^release-1\.2$ + - ^release-1\.2- + cluster: build01 + context: ci/prow/images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-net-kourier-release-1.2-images + rerun_command: /test 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] + 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( | .* )images,?($|\s.*) diff --git a/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.2.0-postsubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.2.0-postsubmits.yaml new file mode 100644 index 0000000000000..054ffe00a9324 --- /dev/null +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.2.0-postsubmits.yaml @@ -0,0 +1,287 @@ +postsubmits: + openshift/knative-serving: + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.2\.0$ + cluster: build01 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci-operator.openshift.io/variant: "4.10" + ci.openshift.io/generator: prowgen + max_concurrency: 1 + name: branch-ci-openshift-knative-serving-release-v1.2.0-4.10-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] + - --variant=4.10 + 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\.2\.0$ + cluster: build01 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci-operator.openshift.io/variant: "4.6" + ci.openshift.io/generator: prowgen + max_concurrency: 1 + name: branch-ci-openshift-knative-serving-release-v1.2.0-4.6-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] + - --variant=4.6 + 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\.2\.0$ + cluster: build01 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci-operator.openshift.io/variant: "4.7" + ci.openshift.io/generator: prowgen + max_concurrency: 1 + name: branch-ci-openshift-knative-serving-release-v1.2.0-4.7-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] + - --variant=4.7 + 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\.2\.0$ + cluster: build01 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci-operator.openshift.io/variant: "4.8" + ci.openshift.io/generator: prowgen + max_concurrency: 1 + name: branch-ci-openshift-knative-serving-release-v1.2.0-4.8-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] + - --variant=4.8 + 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\.2\.0$ + cluster: build01 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/is-promotion: "true" + ci-operator.openshift.io/variant: "4.9" + ci.openshift.io/generator: prowgen + max_concurrency: 1 + name: branch-ci-openshift-knative-serving-release-v1.2.0-4.9-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] + - --variant=4.9 + 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.2.0-presubmits.yaml b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.2.0-presubmits.yaml new file mode 100644 index 0000000000000..4953153345867 --- /dev/null +++ b/ci-operator/jobs/openshift/knative-serving/openshift-knative-serving-release-v1.2.0-presubmits.yaml @@ -0,0 +1,614 @@ +presubmits: + openshift/knative-serving: + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.2\.0$ + - ^release-v1\.2\.0- + cluster: build01 + context: ci/prow/4.10-e2e-aws-ocp-410 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "4.10" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.2.0-4.10-e2e-aws-ocp-410 + path_alias: knative.dev/serving + rerun_command: /test 4.10-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=4.10 + 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( | .* )4.10-e2e-aws-ocp-410,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.2\.0$ + - ^release-v1\.2\.0- + cluster: build01 + context: ci/prow/4.10-images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "4.10" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.2.0-4.10-images + path_alias: knative.dev/serving + rerun_command: /test 4.10-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] + - --variant=4.10 + 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( | .* )4.10-images,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.2\.0$ + - ^release-v1\.2\.0- + cluster: build01 + context: ci/prow/4.6-e2e-aws-ocp-46 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws + ci-operator.openshift.io/variant: "4.6" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.2.0-4.6-e2e-aws-ocp-46 + path_alias: knative.dev/serving + rerun_command: /test 4.6-e2e-aws-ocp-46 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --secret-dir=/usr/local/e2e-aws-ocp-46-cluster-profile + - --target=e2e-aws-ocp-46 + - --variant=4.6 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /usr/local/e2e-aws-ocp-46-cluster-profile + name: cluster-profile + - 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: cluster-profile + secret: + secretName: cluster-secrets-aws + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )4.6-e2e-aws-ocp-46,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.2\.0$ + - ^release-v1\.2\.0- + cluster: build01 + context: ci/prow/4.6-images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "4.6" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.2.0-4.6-images + path_alias: knative.dev/serving + rerun_command: /test 4.6-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] + - --variant=4.6 + 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( | .* )4.6-images,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.2\.0$ + - ^release-v1\.2\.0- + cluster: build01 + context: ci/prow/4.7-e2e-aws-ocp-47 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws + ci-operator.openshift.io/variant: "4.7" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.2.0-4.7-e2e-aws-ocp-47 + path_alias: knative.dev/serving + rerun_command: /test 4.7-e2e-aws-ocp-47 + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --secret-dir=/usr/local/e2e-aws-ocp-47-cluster-profile + - --target=e2e-aws-ocp-47 + - --variant=4.7 + command: + - ci-operator + image: ci-operator:latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true + - mountPath: /usr/local/e2e-aws-ocp-47-cluster-profile + name: cluster-profile + - 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: cluster-profile + secret: + secretName: cluster-secrets-aws + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )4.7-e2e-aws-ocp-47,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.2\.0$ + - ^release-v1\.2\.0- + cluster: build01 + context: ci/prow/4.7-images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "4.7" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.2.0-4.7-images + path_alias: knative.dev/serving + rerun_command: /test 4.7-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] + - --variant=4.7 + 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( | .* )4.7-images,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.2\.0$ + - ^release-v1\.2\.0- + cluster: build01 + context: ci/prow/4.8-e2e-aws-ocp-48 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "4.8" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.2.0-4.8-e2e-aws-ocp-48 + path_alias: knative.dev/serving + rerun_command: /test 4.8-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=4.8 + 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( | .* )4.8-e2e-aws-ocp-48,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.2\.0$ + - ^release-v1\.2\.0- + cluster: build01 + context: ci/prow/4.8-images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "4.8" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.2.0-4.8-images + path_alias: knative.dev/serving + rerun_command: /test 4.8-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] + - --variant=4.8 + 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( | .* )4.8-images,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.2\.0$ + - ^release-v1\.2\.0- + cluster: build01 + context: ci/prow/4.9-e2e-aws-ocp-49 + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "4.9" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.2.0-4.9-e2e-aws-ocp-49 + path_alias: knative.dev/serving + rerun_command: /test 4.9-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=4.9 + 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( | .* )4.9-e2e-aws-ocp-49,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^release-v1\.2\.0$ + - ^release-v1\.2\.0- + cluster: build01 + context: ci/prow/4.9-images + decorate: true + decoration_config: + skip_cloning: true + labels: + ci-operator.openshift.io/variant: "4.9" + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-knative-serving-release-v1.2.0-4.9-images + path_alias: knative.dev/serving + rerun_command: /test 4.9-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] + - --variant=4.9 + 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( | .* )4.9-images,?($|\s.*)