diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.22.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.22.yaml index 5762135ec94f1..9c6a5c2deac4b 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.22.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.22.yaml @@ -245,7 +245,7 @@ tests: memory: 512Mi workflow: optional-operators-ci-aws - always_run: false - as: e2e-test-kubevirt-aws + as: virt-nokdm-e2e-test-aws run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh steps: cluster_profile: openshift-org-aws @@ -257,13 +257,43 @@ tests: OO_INSTALL_NAMESPACE: openshift-adp OO_PACKAGE: oadp-operator OO_TARGET_NAMESPACES: '!install' - TEST_NAME: e2e-test-kubevirt-aws + TEST_NAME: virt-nokdm-e2e-test-aws post: - ref: oadp-analyze-e2e-failure test: - as: e2e cli: latest - commands: make TEST_VIRT=true test-e2e + commands: make TEST_VIRT=true TEST_VIRT_KDM=false test-e2e + credentials: + - mount_path: /var/run/oadp-credentials + name: oadp-credentials + namespace: test-credentials + from: test-oadp-operator-1.6 + resources: + requests: + cpu: 1000m + memory: 512Mi + workflow: optional-operators-ci-aws +- always_run: false + as: virt-kdm-e2e-test-aws + run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh + steps: + cluster_profile: openshift-org-aws + dependencies: + OO_INDEX: ci-index + env: + OADP_BRANCH: oadp-1.6 + OO_CHANNEL: stable + OO_INSTALL_NAMESPACE: openshift-adp + OO_PACKAGE: oadp-operator + OO_TARGET_NAMESPACES: '!install' + TEST_NAME: virt-kdm-e2e-test-aws + post: + - ref: oadp-analyze-e2e-failure + test: + - as: e2e + cli: latest + commands: make TEST_VIRT_KDM=true test-e2e credentials: - mount_path: /var/run/oadp-credentials name: oadp-credentials diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.23.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.23.yaml index 13db7ad9df569..423ee1c4179bb 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.23.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__4.23.yaml @@ -137,7 +137,7 @@ tests: memory: 512Mi workflow: optional-operators-ci-aws - always_run: false - as: e2e-test-kubevirt-aws + as: virt-nokdm-e2e-test-aws run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh steps: cluster_profile: openshift-org-aws @@ -149,13 +149,43 @@ tests: OO_INSTALL_NAMESPACE: openshift-adp OO_PACKAGE: oadp-operator OO_TARGET_NAMESPACES: '!install' - TEST_NAME: e2e-test-kubevirt-aws + TEST_NAME: virt-nokdm-e2e-test-aws post: - ref: oadp-analyze-e2e-failure test: - as: e2e cli: latest - commands: make TEST_VIRT=true test-e2e + commands: make TEST_VIRT=true TEST_VIRT_KDM=false test-e2e + credentials: + - mount_path: /var/run/oadp-credentials + name: oadp-credentials + namespace: test-credentials + from: test-oadp-operator-1.6 + resources: + requests: + cpu: 1000m + memory: 512Mi + workflow: optional-operators-ci-aws +- always_run: false + as: virt-kdm-e2e-test-aws + run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh + steps: + cluster_profile: openshift-org-aws + dependencies: + OO_INDEX: ci-index + env: + OADP_BRANCH: oadp-1.6 + OO_CHANNEL: stable + OO_INSTALL_NAMESPACE: openshift-adp + OO_PACKAGE: oadp-operator + OO_TARGET_NAMESPACES: '!install' + TEST_NAME: virt-kdm-e2e-test-aws + post: + - ref: oadp-analyze-e2e-failure + test: + - as: e2e + cli: latest + commands: make TEST_VIRT_KDM=true test-e2e credentials: - mount_path: /var/run/oadp-credentials name: oadp-credentials diff --git a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__5.0.yaml b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__5.0.yaml index 62423e37b3cbd..c8e0f480b67ae 100644 --- a/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__5.0.yaml +++ b/ci-operator/config/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6__5.0.yaml @@ -241,7 +241,7 @@ tests: memory: 512Mi workflow: optional-operators-ci-aws - always_run: false - as: e2e-test-kubevirt-aws + as: virt-nokdm-e2e-test-aws run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh steps: cluster_profile: openshift-org-aws @@ -253,13 +253,43 @@ tests: OO_INSTALL_NAMESPACE: openshift-adp OO_PACKAGE: oadp-operator OO_TARGET_NAMESPACES: '!install' - TEST_NAME: e2e-test-kubevirt-aws + TEST_NAME: virt-nokdm-e2e-test-aws post: - ref: oadp-analyze-e2e-failure test: - as: e2e cli: latest - commands: make TEST_VIRT=true test-e2e + commands: make TEST_VIRT=true TEST_VIRT_KDM=false test-e2e + credentials: + - mount_path: /var/run/oadp-credentials + name: oadp-credentials + namespace: test-credentials + from: test-oadp-operator-1.6 + resources: + requests: + cpu: 1000m + memory: 512Mi + workflow: optional-operators-ci-aws +- always_run: false + as: virt-kdm-e2e-test-aws + run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh + steps: + cluster_profile: openshift-org-aws + dependencies: + OO_INDEX: ci-index + env: + OADP_BRANCH: oadp-1.6 + OO_CHANNEL: stable + OO_INSTALL_NAMESPACE: openshift-adp + OO_PACKAGE: oadp-operator + OO_TARGET_NAMESPACES: '!install' + TEST_NAME: virt-kdm-e2e-test-aws + post: + - ref: oadp-analyze-e2e-failure + test: + - as: e2e + cli: latest + commands: make TEST_VIRT_KDM=true test-e2e credentials: - mount_path: /var/run/oadp-credentials name: oadp-credentials diff --git a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6-presubmits.yaml b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6-presubmits.yaml index 2420e59f8de44..3ba01b38adec5 100644 --- a/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6-presubmits.yaml +++ b/ci-operator/jobs/openshift/oadp-operator/openshift-oadp-operator-oadp-1.6-presubmits.yaml @@ -444,13 +444,73 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )4.22-e2e-test-hcp-aws,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^oadp-1\.6$ + - ^oadp-1\.6- + cluster: build06 + context: ci/prow/4.22-images + decorate: true + decoration_config: + sparse_checkout_files: + - Dockerfile + - build/ci-Dockerfile + labels: + ci-operator.openshift.io/variant: "4.22" + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-oadp-operator-oadp-1.6-4.22-images + rerun_command: /test 4.22-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.22 + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )4.22-images,?($|\s.*) - agent: kubernetes always_run: false branches: - ^oadp-1\.6$ - ^oadp-1\.6- cluster: build06 - context: ci/prow/4.22-e2e-test-kubevirt-aws + context: ci/prow/4.22-tls-pqc-readiness decorate: true decoration_config: sparse_checkout_files: @@ -463,9 +523,9 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.6-4.22-e2e-test-kubevirt-aws - rerun_command: /test 4.22-e2e-test-kubevirt-aws - run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh + name: pull-ci-openshift-oadp-operator-oadp-1.6-4.22-tls-pqc-readiness + optional: true + rerun_command: /test 4.22-tls-pqc-readiness spec: containers: - args: @@ -474,7 +534,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-test-kubevirt-aws + - --target=tls-pqc-readiness - --variant=4.22 command: - ci-operator @@ -531,43 +591,62 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.22-e2e-test-kubevirt-aws,?($|\s.*) + trigger: (?m)^/test( | .* )4.22-tls-pqc-readiness,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^oadp-1\.6$ - ^oadp-1\.6- cluster: build06 - context: ci/prow/4.22-images + context: ci/prow/4.22-tls13-adherence decorate: true decoration_config: sparse_checkout_files: - Dockerfile - build/ci-Dockerfile labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: "4.22" ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.6-4.22-images - rerun_command: /test 4.22-images + name: pull-ci-openshift-oadp-operator-oadp-1.6-4.22-tls13-adherence + optional: true + rerun_command: /test 4.22-tls13-adherence 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 - - --target=[images] + - --secret-dir=/secrets/ci-pull-credentials + - --target=tls13-adherence - --variant=4.22 command: - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest imagePullPolicy: Always name: "" + ports: + - containerPort: 8080 + name: http resources: requests: cpu: 10m volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true - mountPath: /secrets/gcs name: gcs-credentials readOnly: true @@ -582,6 +661,15 @@ presubmits: 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: manifest-tool-local-pusher secret: secretName: manifest-tool-local-pusher @@ -591,14 +679,14 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.22-images,?($|\s.*) + trigger: (?m)^/test( | .* )4.22-tls13-adherence,?($|\s.*) - agent: kubernetes always_run: false branches: - ^oadp-1\.6$ - ^oadp-1\.6- cluster: build06 - context: ci/prow/4.22-tls-pqc-readiness + context: ci/prow/4.22-virt-kdm-e2e-test-aws decorate: true decoration_config: sparse_checkout_files: @@ -611,9 +699,9 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.6-4.22-tls-pqc-readiness - optional: true - rerun_command: /test 4.22-tls-pqc-readiness + name: pull-ci-openshift-oadp-operator-oadp-1.6-4.22-virt-kdm-e2e-test-aws + rerun_command: /test 4.22-virt-kdm-e2e-test-aws + run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh spec: containers: - args: @@ -622,7 +710,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=tls-pqc-readiness + - --target=virt-kdm-e2e-test-aws - --variant=4.22 command: - ci-operator @@ -679,14 +767,14 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.22-tls-pqc-readiness,?($|\s.*) + trigger: (?m)^/test( | .* )4.22-virt-kdm-e2e-test-aws,?($|\s.*) - agent: kubernetes always_run: false branches: - ^oadp-1\.6$ - ^oadp-1\.6- cluster: build06 - context: ci/prow/4.22-tls13-adherence + context: ci/prow/4.22-virt-nokdm-e2e-test-aws decorate: true decoration_config: sparse_checkout_files: @@ -699,9 +787,9 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.6-4.22-tls13-adherence - optional: true - rerun_command: /test 4.22-tls13-adherence + name: pull-ci-openshift-oadp-operator-oadp-1.6-4.22-virt-nokdm-e2e-test-aws + rerun_command: /test 4.22-virt-nokdm-e2e-test-aws + run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh spec: containers: - args: @@ -710,7 +798,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=tls13-adherence + - --target=virt-nokdm-e2e-test-aws - --variant=4.22 command: - ci-operator @@ -767,7 +855,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.22-tls13-adherence,?($|\s.*) + trigger: (?m)^/test( | .* )4.22-virt-nokdm-e2e-test-aws,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -1092,13 +1180,73 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )4.23-e2e-test-hcp-aws,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^oadp-1\.6$ + - ^oadp-1\.6- + cluster: build06 + context: ci/prow/4.23-images + decorate: true + decoration_config: + sparse_checkout_files: + - Dockerfile + - build/ci-Dockerfile + labels: + ci-operator.openshift.io/variant: "4.23" + ci.openshift.io/generator: prowgen + job-release: "4.23" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-oadp-operator-oadp-1.6-4.23-images + rerun_command: /test 4.23-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.23 + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )4.23-images,?($|\s.*) - agent: kubernetes always_run: false branches: - ^oadp-1\.6$ - ^oadp-1\.6- cluster: build06 - context: ci/prow/4.23-e2e-test-kubevirt-aws + context: ci/prow/4.23-tls-pqc-readiness decorate: true decoration_config: sparse_checkout_files: @@ -1111,9 +1259,9 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "4.23" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.6-4.23-e2e-test-kubevirt-aws - rerun_command: /test 4.23-e2e-test-kubevirt-aws - run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh + name: pull-ci-openshift-oadp-operator-oadp-1.6-4.23-tls-pqc-readiness + optional: true + rerun_command: /test 4.23-tls-pqc-readiness spec: containers: - args: @@ -1122,7 +1270,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-test-kubevirt-aws + - --target=tls-pqc-readiness - --variant=4.23 command: - ci-operator @@ -1179,43 +1327,62 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.23-e2e-test-kubevirt-aws,?($|\s.*) + trigger: (?m)^/test( | .* )4.23-tls-pqc-readiness,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^oadp-1\.6$ - ^oadp-1\.6- cluster: build06 - context: ci/prow/4.23-images + context: ci/prow/4.23-tls13-adherence decorate: true decoration_config: sparse_checkout_files: - Dockerfile - build/ci-Dockerfile labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: "4.23" ci.openshift.io/generator: prowgen job-release: "4.23" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.6-4.23-images - rerun_command: /test 4.23-images + name: pull-ci-openshift-oadp-operator-oadp-1.6-4.23-tls13-adherence + optional: true + rerun_command: /test 4.23-tls13-adherence 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 - - --target=[images] + - --secret-dir=/secrets/ci-pull-credentials + - --target=tls13-adherence - --variant=4.23 command: - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest imagePullPolicy: Always name: "" + ports: + - containerPort: 8080 + name: http resources: requests: cpu: 10m volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true - mountPath: /secrets/gcs name: gcs-credentials readOnly: true @@ -1230,6 +1397,15 @@ presubmits: 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: manifest-tool-local-pusher secret: secretName: manifest-tool-local-pusher @@ -1239,14 +1415,14 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.23-images,?($|\s.*) + trigger: (?m)^/test( | .* )4.23-tls13-adherence,?($|\s.*) - agent: kubernetes always_run: false branches: - ^oadp-1\.6$ - ^oadp-1\.6- cluster: build06 - context: ci/prow/4.23-tls-pqc-readiness + context: ci/prow/4.23-virt-kdm-e2e-test-aws decorate: true decoration_config: sparse_checkout_files: @@ -1259,9 +1435,9 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "4.23" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.6-4.23-tls-pqc-readiness - optional: true - rerun_command: /test 4.23-tls-pqc-readiness + name: pull-ci-openshift-oadp-operator-oadp-1.6-4.23-virt-kdm-e2e-test-aws + rerun_command: /test 4.23-virt-kdm-e2e-test-aws + run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh spec: containers: - args: @@ -1270,7 +1446,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=tls-pqc-readiness + - --target=virt-kdm-e2e-test-aws - --variant=4.23 command: - ci-operator @@ -1327,14 +1503,14 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.23-tls-pqc-readiness,?($|\s.*) + trigger: (?m)^/test( | .* )4.23-virt-kdm-e2e-test-aws,?($|\s.*) - agent: kubernetes always_run: false branches: - ^oadp-1\.6$ - ^oadp-1\.6- cluster: build06 - context: ci/prow/4.23-tls13-adherence + context: ci/prow/4.23-virt-nokdm-e2e-test-aws decorate: true decoration_config: sparse_checkout_files: @@ -1347,9 +1523,9 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "4.23" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.6-4.23-tls13-adherence - optional: true - rerun_command: /test 4.23-tls13-adherence + name: pull-ci-openshift-oadp-operator-oadp-1.6-4.23-virt-nokdm-e2e-test-aws + rerun_command: /test 4.23-virt-nokdm-e2e-test-aws + run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh spec: containers: - args: @@ -1358,7 +1534,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=tls13-adherence + - --target=virt-nokdm-e2e-test-aws - --variant=4.23 command: - ci-operator @@ -1415,7 +1591,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )4.23-tls13-adherence,?($|\s.*) + trigger: (?m)^/test( | .* )4.23-virt-nokdm-e2e-test-aws,?($|\s.*) - agent: kubernetes always_run: true branches: @@ -1740,13 +1916,73 @@ presubmits: secret: secretName: result-aggregator trigger: (?m)^/test( | .* )5.0-e2e-test-hcp-aws,?($|\s.*) + - agent: kubernetes + always_run: true + branches: + - ^oadp-1\.6$ + - ^oadp-1\.6- + cluster: build06 + context: ci/prow/5.0-images + decorate: true + decoration_config: + sparse_checkout_files: + - Dockerfile + - build/ci-Dockerfile + labels: + ci-operator.openshift.io/variant: "5.0" + ci.openshift.io/generator: prowgen + job-release: "5.0" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: pull-ci-openshift-oadp-operator-oadp-1.6-5.0-images + rerun_command: /test 5.0-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=5.0 + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest + imagePullPolicy: Always + name: "" + resources: + requests: + cpu: 10m + volumeMounts: + - mountPath: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /secrets/manifest-tool + name: manifest-tool-local-pusher + readOnly: true + - mountPath: /etc/pull-secret + name: pull-secret + readOnly: true + - mountPath: /etc/report + name: result-aggregator + readOnly: true + serviceAccountName: ci-operator + volumes: + - name: manifest-tool-local-pusher + secret: + secretName: manifest-tool-local-pusher + - name: pull-secret + secret: + secretName: registry-pull-credentials + - name: result-aggregator + secret: + secretName: result-aggregator + trigger: (?m)^/test( | .* )5.0-images,?($|\s.*) - agent: kubernetes always_run: false branches: - ^oadp-1\.6$ - ^oadp-1\.6- cluster: build06 - context: ci/prow/5.0-e2e-test-kubevirt-aws + context: ci/prow/5.0-virt-kdm-e2e-test-aws decorate: true decoration_config: sparse_checkout_files: @@ -1759,8 +1995,8 @@ presubmits: ci.openshift.io/generator: prowgen job-release: "5.0" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.6-5.0-e2e-test-kubevirt-aws - rerun_command: /test 5.0-e2e-test-kubevirt-aws + name: pull-ci-openshift-oadp-operator-oadp-1.6-5.0-virt-kdm-e2e-test-aws + rerun_command: /test 5.0-virt-kdm-e2e-test-aws run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh spec: containers: @@ -1770,7 +2006,7 @@ presubmits: - --lease-server-credentials-file=/etc/boskos/credentials - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=e2e-test-kubevirt-aws + - --target=virt-kdm-e2e-test-aws - --variant=5.0 command: - ci-operator @@ -1827,43 +2063,62 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )5.0-e2e-test-kubevirt-aws,?($|\s.*) + trigger: (?m)^/test( | .* )5.0-virt-kdm-e2e-test-aws,?($|\s.*) - agent: kubernetes - always_run: true + always_run: false branches: - ^oadp-1\.6$ - ^oadp-1\.6- cluster: build06 - context: ci/prow/5.0-images + context: ci/prow/5.0-virt-nokdm-e2e-test-aws decorate: true decoration_config: sparse_checkout_files: - Dockerfile - build/ci-Dockerfile labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: openshift-org-aws ci-operator.openshift.io/variant: "5.0" ci.openshift.io/generator: prowgen job-release: "5.0" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: pull-ci-openshift-oadp-operator-oadp-1.6-5.0-images - rerun_command: /test 5.0-images + name: pull-ci-openshift-oadp-operator-oadp-1.6-5.0-virt-nokdm-e2e-test-aws + rerun_command: /test 5.0-virt-nokdm-e2e-test-aws + run_if_changed: .+\.go|go\.(\bmod\b|\bsum\b)|Makefile|Dockerfile|.dockerignore|.*\.ya{0,1}ml|build/.+|.sh 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 - - --target=[images] + - --secret-dir=/secrets/ci-pull-credentials + - --target=virt-nokdm-e2e-test-aws - --variant=5.0 command: - ci-operator + env: + - name: HTTP_SERVER_IP + valueFrom: + fieldRef: + fieldPath: status.podIP image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest imagePullPolicy: Always name: "" + ports: + - containerPort: 8080 + name: http resources: requests: cpu: 10m volumeMounts: + - mountPath: /etc/boskos + name: boskos + readOnly: true + - mountPath: /secrets/ci-pull-credentials + name: ci-pull-credentials + readOnly: true - mountPath: /secrets/gcs name: gcs-credentials readOnly: true @@ -1878,6 +2133,15 @@ presubmits: 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: manifest-tool-local-pusher secret: secretName: manifest-tool-local-pusher @@ -1887,7 +2151,7 @@ presubmits: - name: result-aggregator secret: secretName: result-aggregator - trigger: (?m)^/test( | .* )5.0-images,?($|\s.*) + trigger: (?m)^/test( | .* )5.0-virt-nokdm-e2e-test-aws,?($|\s.*) - agent: kubernetes always_run: true branches: