From c38fe3fab90f718eaeb24cc73d4157a30237e170 Mon Sep 17 00:00:00 2001 From: Jianlin Liu Date: Tue, 10 Feb 2026 16:30:26 +0800 Subject: [PATCH 1/6] enable rhcos10 image stream --- ci-operator/step-registry/ipi/conf/ipi-conf-commands.sh | 7 +++++++ ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/ci-operator/step-registry/ipi/conf/ipi-conf-commands.sh b/ci-operator/step-registry/ipi/conf/ipi-conf-commands.sh index c3dcdf5f4b4f8..e6c83c150b3f3 100755 --- a/ci-operator/step-registry/ipi/conf/ipi-conf-commands.sh +++ b/ci-operator/step-registry/ipi/conf/ipi-conf-commands.sh @@ -35,6 +35,13 @@ fips: true EOF fi +if [[ -n "${OS_IMAGE_STREAM}" ]]; then + echo "Adding 'osImageStream: ${OS_IMAGE_STREAM}' to install-config.yaml" + cat >> "${out}" << EOF +osImageStream: ${OS_IMAGE_STREAM} +EOF +fi + if [ -n "${BASELINE_CAPABILITY_SET}" ]; then echo "Adding 'capabilities: ...' to install-config.yaml" cat >> "${out}" << EOF diff --git a/ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml b/ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml index 7456aba1619e9..eb96b5b107bb8 100644 --- a/ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml +++ b/ci-operator/step-registry/ipi/conf/ipi-conf-ref.yaml @@ -16,6 +16,11 @@ ref: Enable FIPS: * "false" (default) - do not enable FIPS * "true" - enable FIPS + - name: OS_IMAGE_STREAM + default: "" + documentation: |- + OSImageStream is the global OS Image Stream to be used for all machines in the cluster. + Valid Values: "rhel-9","rhel-10" - name: BASELINE_CAPABILITY_SET default: "" documentation: |- From 776b1cbe7055fc80ca89d5056086ae08f7c2ae83 Mon Sep 17 00:00:00 2001 From: Jianlin Liu Date: Tue, 10 Feb 2026 21:40:21 +0800 Subject: [PATCH 2/6] enable QE rhcos10 ci jobs on amd64 arch --- ...s-private-release-4.22__amd64-nightly.yaml | 652 +- ...-tests-private-release-4.22-periodics.yaml | 6663 +++++++++++++---- 2 files changed, 5872 insertions(+), 1443 deletions(-) diff --git a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__amd64-nightly.yaml b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__amd64-nightly.yaml index 1f1ea895e8114..3fe863a5d638e 100644 --- a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__amd64-nightly.yaml +++ b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__amd64-nightly.yaml @@ -277,6 +277,37 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-aws-ipi-disconnected-private-cco-manual-security-token-service-private-s3-with-ep-sts-ec2-elb +- as: aws-ipi-disc-priv-sts-ep-fips-rhcos10-tp-f14 + cron: 41 14 11,27 * * + steps: + cluster_profile: aws-qe + env: + BASE_DOMAIN: qe.devcluster.openshift.com + E2E_RUN_TAGS: '@disconnected' + EXTRACT_MANIFEST_INCLUDED: "true" + FEATURE_SET: TechPreviewNoUpgrade + FIPS_ENABLED: "true" + OS_IMAGE_STREAM: rhel-10 + TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;~Serial&;~Disruptive&;~ConnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly& + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-aws-ipi-disconnected-private-cco-manual-security-token-service-private-s3-with-ep-sts-ec2-elb +- as: aws-ipi-disc-priv-sts-ep-oc-mirror-rhcos10-tp-f14-destructive + cron: 32 4 5,21 * * + steps: + cluster_profile: aws-qe + env: + BASE_DOMAIN: qe.devcluster.openshift.com + E2E_RUN_TAGS: '@disconnected' + EXTRACT_MANIFEST_INCLUDED: "true" + FEATURE_SET: TechPreviewNoUpgrade + FIPS_ENABLED: "true" + MIRROR_BIN: oc-mirror + OS_IMAGE_STREAM: rhel-10 + TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial;Disruptive;~ConnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly& + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-aws-ipi-disconnected-private-cco-manual-security-token-service-private-s3-with-ep-sts-ec2-elb - as: aws-ipi-efa-pg-mini-perm-f7 cron: 6 5 5,14,21,28 * * steps: @@ -342,7 +373,7 @@ tests: - ref: openshift-extended-test-longduration workflow: cucushift-installer-rehearse-aws-ipi - as: aws-ipi-f7-longduration-workload - cron: 46 11 9,16,23,30 * * + cron: 3 15 5,12,19,26 * * steps: cluster_profile: aws-qe env: @@ -1851,6 +1882,28 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-aws-usgov-ipi-private-workers-marketplace +- as: aws-usgov-ipi-priv-marketplace-rhcos10-tp-f7 + cron: 29 15 7,14,21,30 * * + steps: + cluster_profile: aws-usgov-qe + env: + BASE_DOMAIN: qe.devcluster.openshift.com + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-aws-usgov-ipi-private-workers-marketplace +- as: aws-usgov-ipi-priv-marketplace-rhcos10-tp-f14-destructive + cron: 15 20 11,25 * * + steps: + cluster_profile: aws-usgov-qe + env: + BASE_DOMAIN: qe.devcluster.openshift.com + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-aws-usgov-ipi-private-workers-marketplace - as: azure-aks-hypershift-arm-nodepool-guest-f7 cron: 1 2 7,14,23,30 * * steps: @@ -1909,6 +1962,39 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-azure-ipi-confidential-confidentialvm +- as: azure-ipi-vmgueststateonly-mini-perm-rhcos10-tp-f7 + cron: 56 15 7,14,21,30 * * + steps: + cluster_profile: azure-qe + env: + AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.azure.devcluster.openshift.com + COMPUTE_CUSTOM_AZURE_AZ: '[''2'']' + COMPUTE_NODE_TYPE: Standard_EC4es_v5 + CONTROL_PLANE_INSTANCE_TYPE: Standard_DC8ads_v5 + ENABLE_CONFIDENTIAL_COMPUTE: "true" + ENABLE_CONFIDENTIAL_CONTROL_PLANE: "true" + ENABLE_ENCRYPTIONATHOST_CONTROL_PLANE: "false" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-azure-ipi-confidential-confidentialvm +- as: azure-ipi-vmgueststateonly-rhcos10-tp-f14-destructive + cron: 36 0 11,27 * * + steps: + cluster_profile: azure-qe + env: + BASE_DOMAIN: qe.azure.devcluster.openshift.com + COMPUTE_NODE_TYPE: Standard_DC4ads_v5 + CONTROL_PLANE_INSTANCE_TYPE: Standard_DC4es_v5 + ENABLE_CONFIDENTIAL_DEFAULT_MACHINE: "true" + ENABLE_ENCRYPTIONATHOST_DEFAULT_MACHINE: "false" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-azure-ipi-confidential-confidentialvm - as: azure-ipi-confidential-trustedlaunch-mini-perm-f7 cron: 52 4 6,13,20,29 * * steps: @@ -1932,6 +2018,33 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-azure-ipi-confidential-trustedlaunch +- as: azure-ipi-trustedlaunch-mini-perm-rhcos10-tp-f7 + cron: 43 0 7,14,23,30 * * + steps: + cluster_profile: azure-qe + env: + AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.azure.devcluster.openshift.com + ENABLE_CONFIDENTIAL_COMPUTE: "true" + ENABLE_CONFIDENTIAL_CONTROL_PLANE: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-azure-ipi-confidential-trustedlaunch +- as: azure-ipi-trustedlaunch-rhcos10-tp-f14-destructive + cron: 52 4 8,24 * * + steps: + cluster_profile: azure-qe + env: + BASE_DOMAIN: qe.azure.devcluster.openshift.com + ENABLE_CONFIDENTIAL_DEFAULT_MACHINE: "true" + ENABLE_ENCRYPTIONATHOST_DEFAULT_MACHINE: "false" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-azure-ipi-confidential-trustedlaunch - as: azure-ipi-disc-oidc-oc-mirror-mini-perm-f28-destructive cron: 32 10 2 * * steps: @@ -2002,6 +2115,32 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-azure-ipi-marketplace +- as: azure-ipi-marketplace-mini-perm-rhcos10-tp-f7 + cron: 37 10 7,16,23,30 * * + steps: + cluster_profile: azure-qe + env: + AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.azure.devcluster.openshift.com + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + OS_IMAGE_VERSION: 4.18.2025031114 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-azure-ipi-marketplace +- as: azure-ipi-marketplace-noplan-rhcos10-tp-f14-destructive + cron: 25 19 5,19 * * + steps: + cluster_profile: azure-qe + env: + BASE_DOMAIN: qe.azure.devcluster.openshift.com + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_PLAN: NoPurchasePlan + OS_IMAGE_STREAM: rhel-10 + OS_IMAGE_URN: azureopenshift:aro4:413_v2:413.92.20230614 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-azure-ipi-marketplace - as: azure-aks-hypershift-byo-vnet-fips-guest-f7 cron: 7 19 2,11,18,25 * * steps: @@ -2302,6 +2441,36 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-azure-ipi-generation +- as: azure-ipi-vmgenv1-mini-perm-rhcos10-tp-f7 + cron: 16 14 6,13,22,29 * * + steps: + cluster_profile: azure-qe + env: + AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.azure.devcluster.openshift.com + COMPUTE_NODE_TYPE: Standard_NP10s + CONTROL_PLANE_INSTANCE_TYPE: Standard_NP10s + CUSTOM_AZURE_REGION: southcentralus + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-azure-ipi-generation +- as: azure-ipi-vmgenv1-mini-perm-rhcos10-tp-f14-destructive + cron: 46 10 12,28 * * + steps: + cluster_profile: azure-qe + env: + AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.azure.devcluster.openshift.com + COMPUTE_NODE_TYPE: Standard_NP10s + CONTROL_PLANE_INSTANCE_TYPE: Standard_NP10s + CUSTOM_AZURE_REGION: southcentralus + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-azure-ipi-generation - as: azure-mag-ipi-f7-longduration-hive cron: 5 20 3,12,19,26 * * steps: @@ -2809,6 +2978,54 @@ tests: test: - chain: openshift-e2e-test-qe workflow: cucushift-installer-rehearse-gcp-ipi-secureboot-confidential-computing +- as: gcp-ipi-confidential-fips-rhcos10-tp-f14-destructive + cron: 6 9 9,23 * * + steps: + cluster_profile: gcp-qe + env: + COMPUTE_NODE_TYPE: c3-standard-4 + CONFIDENTIAL_COMPUTE: IntelTrustedDomainExtensions + CONTROL_PLANE_CONFIDENTIAL_COMPUTE: AMDEncryptedVirtualization + CONTROL_PLANE_NODE_TYPE: c2d-standard-4 + CONTROL_PLANE_ON_HOST_MAINTENANCE: Terminate + FEATURE_SET: TechPreviewNoUpgrade + FIPS_ENABLED: "true" + ON_HOST_MAINTENANCE: Terminate + OS_IMAGE_STREAM: rhel-10 + post: + - chain: cucushift-installer-rehearse-gcp-ipi-deprovision + - ref: send-results-to-reportportal + pre: + - ref: gcp-provision-minimal-permission + - ref: ipi-conf + - ref: ipi-conf-telemetry + - ref: ipi-conf-gcp + - ref: ipi-conf-gcp-control-plane-node-type + - ref: ipi-conf-gcp-confidential-computing + - ref: storage-conf-storageclass-pre-set-default-gcp-hyperdisk + - chain: ipi-install + - ref: enable-qe-catalogsource + - ref: cucushift-installer-check-gcp-machine-type + - ref: cucushift-installer-check-gcp-confidential-computing + - chain: cucushift-installer-check + - ref: cucushift-installer-reportportal-marker + test: + - chain: openshift-e2e-test-qe-destructive +- as: gcp-ipi-confidential-secureboot-rhcos10-tp-f14 + cron: 23 5 12,26 * * + steps: + cluster_profile: gcp-qe + env: + COMPUTE_CONFIDENTIAL_COMPUTE: AMDEncryptedVirtualizationNestedPaging + COMPUTE_NODE_TYPE: n2d-standard-2 + COMPUTE_ON_HOST_MAINTENANCE: Terminate + CONFIDENTIAL_COMPUTE: AMDEncryptedVirtualization + CONTROL_PLANE_NODE_TYPE: c3d-standard-4 + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-gcp-ipi-secureboot-confidential-computing - as: gcp-ipi-disc-priv-oidc-fips-mini-perm-f28 cron: 30 19 26 * * steps: @@ -2982,6 +3199,38 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-gcp-ipi +- as: gcp-ipi-marketplace-mini-perm-rhcos10-tp-f14 + cron: 28 2 6,20 * * + steps: + cluster_profile: gcp-qe + env: + COMPUTE_OSIMAGE: projects/redhat-marketplace-public/global/images/redhat-coreos-ocp-413-x86-64-202305021736 + COMPUTE_SERVICE_ACCOUNT: jiwei-worker-sa + CONTROL_PLANE_OSIMAGE: projects/redhat-marketplace-public/global/images/redhat-coreos-ocp-413-x86-64-202305021736 + CONTROL_PLANE_SERVICE_ACCOUNT: jiwei-control-plane-sa + FEATURE_SET: TechPreviewNoUpgrade + GCP_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + MINIMAL_PERMISSIONS_WITHOUT_ACT_AS: "yes" + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-gcp-ipi +- as: gcp-ipi-marketplace-mini-perm-f14-rhcos10-tp-destructive + cron: 36 13 4,18 * * + steps: + cluster_profile: gcp-qe + env: + COMPUTE_OSIMAGE: projects/redhat-marketplace-public/global/images/redhat-coreos-ocp-413-x86-64-202305021736 + COMPUTE_SERVICE_ACCOUNT: jiwei-worker-sa + CONTROL_PLANE_OSIMAGE: projects/redhat-marketplace-public/global/images/redhat-coreos-ocp-413-x86-64-202305021736 + CONTROL_PLANE_SERVICE_ACCOUNT: jiwei-control-plane-sa + FEATURE_SET: TechPreviewNoUpgrade + GCP_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + MINIMAL_PERMISSIONS_WITHOUT_ACT_AS: "yes" + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-gcp-ipi - as: gcp-ipi-mini-perm-custom-type-f28 cron: 35 6 15 * * steps: @@ -3161,7 +3410,7 @@ tests: - chain: openshift-e2e-test-qe-ui workflow: cucushift-installer-rehearse-gcp-upi - as: ibmcloud-ipi-dedicatedhost-dynamic-f999 - cron: 8 22 29 2 * + cron: 8 8 29 2 * steps: cluster_profile: ibmcloud-qe test: @@ -3228,7 +3477,7 @@ tests: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-ibmcloud-ipi-ovn-ipsec - as: ibmcloud-ipi-ovn-mtu-migrate-f999 - cron: 8 22 29 2 * + cron: 8 8 29 2 * steps: cluster_profile: ibmcloud-qe test: @@ -3252,6 +3501,29 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-ibmcloud-ipi-private-byo-kms +- as: ibmcloud-ipi-private-byo-kms-rhcos10-tp-f28 + cron: 57 2 16 * * + steps: + cluster_profile: ibmcloud-qe + env: + FEATURE_SET: TechPreviewNoUpgrade + IBMCLOUD_COMPUTE_ENCRYPTION_KEY: "true" + IBMCLOUD_CONTROL_PLANE_ENCRYPTION_KEY: "true" + IBMCLOUD_DEFAULT_MACHINE_ENCRYPTION_KEY: "false" + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-ibmcloud-ipi-private-byo-kms +- as: ibmcloud-ipi-private-byo-kms-rhcos10-tp-f28-destructive + cron: 17 16 15 * * + steps: + cluster_profile: ibmcloud-qe + env: + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-ibmcloud-ipi-private-byo-kms - as: ibmcloud-ipi-private-custom-cos-endpoint-fips-f28 cron: 49 20 16 * * steps: @@ -3288,6 +3560,28 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-ibmcloud-ipi-private +- as: ibmcloud-ipi-private-fips-rhcos10-tp-f28 + cron: 31 18 16 * * + steps: + cluster_profile: ibmcloud-qe + env: + FEATURE_SET: TechPreviewNoUpgrade + FIPS_ENABLED: "true" + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-ibmcloud-ipi-private +- as: ibmcloud-ipi-private-fips-rhcos10-tp-f28-destructive + cron: 23 18 2 * * + steps: + cluster_profile: ibmcloud-qe + env: + FEATURE_SET: TechPreviewNoUpgrade + FIPS_ENABLED: "true" + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-ibmcloud-ipi-private - as: ibmcloud-ipi-proxy-private-rt-f14 cron: 32 9 2,16 * * steps: @@ -3306,6 +3600,28 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-ibmcloud-ipi-proxy-private +- as: ibmcloud-ipi-proxy-private-rt-rhcos10-tp-f14 + cron: 12 10 6,20 * * + steps: + cluster_profile: ibmcloud-qe + env: + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + RT_ENABLED: "true" + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-ibmcloud-ipi-proxy-private +- as: ibmcloud-ipi-proxy-private-rt-rhcos10-tp-f28-destructive + cron: 24 20 13 * * + steps: + cluster_profile: ibmcloud-qe + env: + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + RT_ENABLED: "true" + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-ibmcloud-ipi-proxy-private - as: ibmcloud-ipi-proxy-private-rt-f28-longduration-cloud cron: 16 9 20 * * steps: @@ -3363,6 +3679,32 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-nutanix-ipi-boot-categories-project +- as: nutanix-ipi-boot-cate-project-rt-rhcos10-tp-f28 + cluster: build01 + cron: 24 0 22 * * + steps: + cluster_profile: nutanix-qe + env: + EXTRACT_MANIFEST_INCLUDED: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + RT_ENABLED: "true" + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-nutanix-ipi-boot-categories-project +- as: nutanix-ipi-boot-cate-project-rt-rhcos10-tp-f28-destructive + cluster: build01 + cron: 23 4 22 * * + steps: + cluster_profile: nutanix-qe + env: + EXTRACT_MANIFEST_INCLUDED: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + RT_ENABLED: "true" + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-nutanix-ipi-boot-categories-project - as: nutanix-ipi-compact-image-registry-s3-f28 cluster: build01 cron: 8 1 28 * * @@ -3405,6 +3747,30 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-nutanix-ipi-compute-data-disks +- as: nutanix-ipi-data-disks-rhcos10-tp-f28 + cluster: build01 + cron: 18 15 27 * * + steps: + cluster_profile: nutanix-qe-zone + env: + EXTRACT_MANIFEST_INCLUDED: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-nutanix-ipi-compute-data-disks +- as: nutanix-ipi-data-disks-rhcos10-tp-f28-destructive + cluster: build01 + cron: 32 17 9 * * + steps: + cluster_profile: nutanix-qe-zone + env: + EXTRACT_MANIFEST_INCLUDED: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-nutanix-ipi-compute-data-disks - as: nutanix-ipi-disc-rt-f28 cluster: build01 cron: 9 15 14 * * @@ -3471,6 +3837,30 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-nutanix-ipi-compute-gpu +- as: nutanix-ipi-gpu-rhcos10-tp-f28 + cluster: build01 + cron: 41 19 18 * * + steps: + cluster_profile: nutanix-qe-gpu + env: + EXTRACT_MANIFEST_INCLUDED: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-nutanix-ipi-compute-gpu +- as: nutanix-ipi-gpu-rhcos10-tp-f28-destructive + cluster: build01 + cron: 41 19 25 * * + steps: + cluster_profile: nutanix-qe-gpu + env: + EXTRACT_MANIFEST_INCLUDED: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-nutanix-ipi-compute-gpu - as: nutanix-ipi-multi-nic-f28 cluster: build01 cron: 10 21 24 * * @@ -3497,6 +3887,32 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-nutanix-ipi-multi-nic +- as: nutanix-ipi-multi-nic-rhcos10-tp-f28 + cluster: build01 + cron: 8 18 2 * * + steps: + cluster_profile: nutanix-qe + env: + API_CALL_TIMEOUT: "30" + EXTRACT_MANIFEST_INCLUDED: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-nutanix-ipi-multi-nic +- as: nutanix-ipi-multi-nic-rhcos10-tp-f28-destructive + cluster: build01 + cron: 21 12 4 * * + steps: + cluster_profile: nutanix-qe + env: + API_CALL_TIMEOUT: "30" + EXTRACT_MANIFEST_INCLUDED: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-nutanix-ipi-multi-nic - as: nutanix-ipi-preload-image-f28 cluster: build01 cron: 25 12 15 * * @@ -3794,6 +4210,28 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-vsphere-ipi-etcd-encryption +- as: vsphere-ipi-compact-etcd-encrypt-rhcos10-tp-f28 + cron: 55 13 30 * * + steps: + cluster_profile: vsphere-connected-2 + env: + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + SIZE_VARIANT: compact + test: + - chain: openshift-e2e-test-qe-automated-release + workflow: cucushift-installer-rehearse-vsphere-ipi-etcd-encryption +- as: vsphere-ipi-compact-etcd-encrypt-rhcos10-tp-f28-destructive + cron: 58 3 16 * * + steps: + cluster_profile: vsphere-connected-2 + env: + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + SIZE_VARIANT: compact + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-vsphere-ipi-etcd-encryption - as: vsphere-ipi-disc-f28 cron: 26 1 14 * * steps: @@ -3845,6 +4283,35 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-vsphere-ipi-disk-encryption-tang +- as: vsphere-ipi-disk-encrypt-tang-fips-rhcos10-tp-f28 + cron: 44 12 23 * * + steps: + cluster_profile: vsphere-elastic + env: + FEATURE_SET: TechPreviewNoUpgrade + FIPS_ENABLED: "true" + OS_IMAGE_STREAM: rhel-10 + test: + - chain: cucushift-installer-check-cluster-health + - ref: idp-htpasswd + - ref: fips-check-fips-or-die + - ref: cucushift-pre + - ref: openshift-extended-test + - ref: cucushift-e2e + - ref: openshift-extended-test-supplementary + - ref: openshift-e2e-test-qe-report + workflow: cucushift-installer-rehearse-vsphere-ipi-disk-encryption-tang +- as: vsphere-ipi-disk-encrypt-tang-fips-rhcos10-tp-f28-destructive + cron: 56 6 4 * * + steps: + cluster_profile: vsphere-elastic + env: + FEATURE_SET: TechPreviewNoUpgrade + FIPS_ENABLED: "true" + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-vsphere-ipi-disk-encryption-tang - as: vsphere-ipi-host-groups-customize-f28 cron: 21 7 30 * * steps: @@ -3932,6 +4399,28 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-vsphere-ipi +- as: vsphere-ipi-multi-disk-rhcos10-tp-f28 + cron: 23 20 15 * * + steps: + cluster_profile: vsphere-elastic + env: + ADDITIONAL_DISK: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-automated-release + workflow: cucushift-installer-rehearse-vsphere-ipi +- as: vsphere-ipi-multi-disk-rhcos10-tp-f28-destructive + cron: 14 18 29 * * + steps: + cluster_profile: vsphere-elastic + env: + ADDITIONAL_DISK: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-vsphere-ipi - as: vsphere-ipi-multi-nic-f28 cron: 32 11 16 * * steps: @@ -3950,6 +4439,28 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-vsphere-ipi +- as: vsphere-ipi-multi-nic-rhcos10-tp-f28 + cron: 28 14 17 * * + steps: + cluster_profile: vsphere-elastic + env: + FEATURE_SET: TechPreviewNoUpgrade + MULTI_NIC_IPI: "true" + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-automated-release + workflow: cucushift-installer-rehearse-vsphere-ipi +- as: vsphere-ipi-multi-nic-rhcos10-tp-f28-destructive + cron: 16 1 6 * * + steps: + cluster_profile: vsphere-elastic + env: + FEATURE_SET: TechPreviewNoUpgrade + MULTI_NIC_IPI: "true" + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-vsphere-ipi - as: vsphere-ipi-multi-vcenter-f28 cron: 13 16 13 * * steps: @@ -4053,6 +4564,21 @@ tests: - chain: openshift-e2e-test-qe-regenerate-cluster-cert - chain: openshift-e2e-test-qe-automated-release workflow: cucushift-installer-rehearse-vsphere-ipi-proxy +- as: vsphere-ipi-proxy-fips-regen-cert-rhcos10-tp-f14 + cron: 4 1 11,27 * * + steps: + cluster_profile: vsphere-dis-2 + env: + FEATURE_SET: TechPreviewNoUpgrade + FIPS_ENABLED: "true" + OS_IMAGE_STREAM: rhel-10 + leases: + - env: VSPHERE_BASTION_LEASED_RESOURCE + resource_type: vsphere-connected-2-quota-slice + test: + - chain: openshift-e2e-test-qe-regenerate-cluster-cert + - chain: openshift-e2e-test-qe-automated-release + workflow: cucushift-installer-rehearse-vsphere-ipi-proxy - as: vsphere-ipi-proxy-f14-disasterrecovery cron: 26 18 16,30 * * steps: @@ -4075,6 +4601,20 @@ tests: test: - chain: openshift-e2e-test-qe-automated-release workflow: cucushift-installer-rehearse-vsphere-ipi-proxy +- as: vsphere-ipi-proxy-fips-rhcos10-tp-f28 + cron: 26 18 19 * * + steps: + cluster_profile: vsphere-dis-2 + env: + FEATURE_SET: TechPreviewNoUpgrade + FIPS_ENABLED: "true" + OS_IMAGE_STREAM: rhel-10 + leases: + - env: VSPHERE_BASTION_LEASED_RESOURCE + resource_type: vsphere-connected-2-quota-slice + test: + - chain: openshift-e2e-test-qe-automated-release + workflow: cucushift-installer-rehearse-vsphere-ipi-proxy - as: vsphere-ipi-proxy-fips-f28-destructive cron: 3 7 21 * * steps: @@ -4087,6 +4627,20 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-vsphere-ipi-proxy +- as: vsphere-ipi-proxy-fips-rhcos10-tp-f28-destructive + cron: 51 22 26 * * + steps: + cluster_profile: vsphere-dis-2 + env: + FEATURE_SET: TechPreviewNoUpgrade + FIPS_ENABLED: "true" + OS_IMAGE_STREAM: rhel-10 + leases: + - env: VSPHERE_BASTION_LEASED_RESOURCE + resource_type: vsphere-connected-2-quota-slice + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-vsphere-ipi-proxy - as: vsphere-ipi-proxy-tp-f28 cron: 17 21 6 * * steps: @@ -4237,6 +4791,38 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-vsphere-upi-disconnected-secureboot +- as: vsphere-upi-disc-secureboot-fips-rhcos10-tp-f28 + cron: 36 11 12 * * + steps: + cluster_profile: vsphere-dis-2 + env: + E2E_RUN_TAGS: '@disconnected' + FEATURE_SET: TechPreviewNoUpgrade + FIPS_ENABLED: "true" + OS_IMAGE_STREAM: rhel-10 + TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;~Serial&;~Disruptive&;~ConnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly& + leases: + - env: VSPHERE_BASTION_LEASED_RESOURCE + resource_type: vsphere-connected-2-quota-slice + test: + - chain: openshift-e2e-test-qe-automated-release + workflow: cucushift-installer-rehearse-vsphere-upi-disconnected-secureboot +- as: vsphere-upi-disc-secureboot-fips-rhcos10-tp-f28-destructive + cron: 44 16 6 * * + steps: + cluster_profile: vsphere-dis-2 + env: + E2E_RUN_TAGS: '@disconnected' + FEATURE_SET: TechPreviewNoUpgrade + FIPS_ENABLED: "true" + OS_IMAGE_STREAM: rhel-10 + TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial&;Disruptive&;~ConnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly& + leases: + - env: VSPHERE_BASTION_LEASED_RESOURCE + resource_type: vsphere-connected-2-quota-slice + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-vsphere-upi-disconnected-secureboot - as: vsphere-upi-disconnecting-network-f28 cron: 12 5 20 * * steps: @@ -4386,6 +4972,24 @@ tests: test: - chain: openshift-e2e-test-qe workflow: baremetal-lab-ipi-virtual-media +- as: baremetal-ipi-ovn-vmedia-disk-encryption-rhcos10-tp-f7 + capabilities: + - intranet + cron: 38 16 1,8,15,24 * * + steps: + cluster_profile: equinix-ocp-metal-qe + env: + AUX_HOST: openshift-qe-metal-ci.arm.eng.rdu2.redhat.com + ENABLE_DISK_ENCRYPTION: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + RESERVE_BOOTSTRAP: "false" + architecture: amd64 + masters: "3" + workers: "2" + test: + - chain: openshift-e2e-test-qe + workflow: baremetal-lab-ipi-virtual-media - as: vsphere-short-cert-rotation-f7 cron: 2 10 5,14,21,28 * * steps: @@ -4455,6 +5059,48 @@ tests: - ref: cucushift-installer-check-capability - chain: openshift-e2e-test-qe workflow: baremetal-lab-sno +- as: baremetal-sno-ipv4-etcd-encryption-rt-kdump-rhcos10-tp-f7 + capabilities: + - intranet + cron: 11 19 6,13,22,29 * * + steps: + cluster_profile: equinix-ocp-metal-qe + env: + AUX_HOST: openshift-qe-metal-ci.arm.eng.rdu2.redhat.com + ENABLE_ETCD_ENCRYPTION: "true" + ENABLE_KDUMP: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + RESERVE_BOOTSTRAP: "false" + RT_ENABLED: "true" + architecture: amd64 + masters: "1" + workers: "0" + test: + - chain: openshift-e2e-test-qe + workflow: baremetal-lab-sno +- as: baremetal-sno-ipv4-etcd-encryption-rt-basecap-rhcos10-tp-f7 + capabilities: + - intranet + cron: 51 17 5,12,19,26 * * + steps: + cluster_profile: equinix-ocp-metal-qe + env: + ADDITIONAL_ENABLED_CAPABILITIES: baremetal MachineAPI Ingress + AUX_HOST: openshift-qe-metal-ci.arm.eng.rdu2.redhat.com + BASELINE_CAPABILITY_SET: None + ENABLE_ETCD_ENCRYPTION: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + RESERVE_BOOTSTRAP: "false" + RT_ENABLED: "true" + architecture: amd64 + masters: "1" + workers: "0" + test: + - ref: cucushift-installer-check-capability + - chain: openshift-e2e-test-qe + workflow: baremetal-lab-sno - as: baremetal-upi-ovn-ipv6-static-rt-kernel-f7 capabilities: - intranet diff --git a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml index 98de50aebf873..7c7c2a98a808d 100644 --- a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml +++ b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml @@ -17793,6 +17793,88 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build10 + cron: 41 14 11,27 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-ipi-disc-priv-sts-ep-fips-rhcos10-tp-f14 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-disc-priv-sts-ep-fips-rhcos10-tp-f14 + - --variant=amd64-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 - agent: kubernetes cluster: build10 cron: 15 13 6 * * @@ -17883,6 +17965,88 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build10 + cron: 32 4 5,21 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-ipi-disc-priv-sts-ep-oc-mirror-rhcos10-tp-f14-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-disc-priv-sts-ep-oc-mirror-rhcos10-tp-f14-destructive + - --variant=amd64-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 - agent: kubernetes cluster: build10 cron: 30 14 5 * * @@ -18548,7 +18712,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 46 11 9,16,23,30 * * + cron: 3 15 5,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -27806,7 +27970,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 23 21 27 * * + cron: 15 20 11,25 * * decorate: true decoration_config: skip_cloning: true @@ -27821,7 +27985,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-private-ep-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-priv-marketplace-rhcos10-tp-f14-destructive spec: containers: - args: @@ -27831,21 +27995,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-usgov-ipi-private-ep-fips-f28-destructive + - --target=aws-usgov-ipi-priv-marketplace-rhcos10-tp-f14-destructive - --variant=amd64-nightly 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 @@ -27896,7 +28052,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 41 22 9,16,23,30 * * + cron: 29 15 7,14,21,30 * * decorate: true decoration_config: skip_cloning: true @@ -27911,7 +28067,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-private-ep-fips-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-priv-marketplace-rhcos10-tp-f7 spec: containers: - args: @@ -27921,21 +28077,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-usgov-ipi-private-ep-fips-f7 + - --target=aws-usgov-ipi-priv-marketplace-rhcos10-tp-f7 - --variant=amd64-nightly 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 @@ -27986,7 +28134,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 13 22 6,15,22,29 * * + cron: 23 21 27 * * decorate: true decoration_config: skip_cloning: true @@ -28001,18 +28149,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-private-f7-longduration-hive - reporter_config: - slack: - channel: '#forum-prow-hive-qe-ci' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-private-ep-fips-f28-destructive spec: containers: - args: @@ -28022,7 +28159,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-usgov-ipi-private-f7-longduration-hive + - --target=aws-usgov-ipi-private-ep-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -28087,7 +28224,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 12 16 9 * * + cron: 41 22 9,16,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -28102,7 +28239,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-private-sts-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-private-ep-fips-f7 spec: containers: - args: @@ -28112,7 +28249,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-usgov-ipi-private-sts-f28-destructive + - --target=aws-usgov-ipi-private-ep-fips-f7 - --variant=amd64-nightly command: - ci-operator @@ -28177,7 +28314,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 36 17 6,15,22,29 * * + cron: 13 22 6,15,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -28192,7 +28329,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-private-sts-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-private-f7-longduration-hive + reporter_config: + slack: + channel: '#forum-prow-hive-qe-ci' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -28202,7 +28350,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-usgov-ipi-private-sts-f7 + - --target=aws-usgov-ipi-private-f7-longduration-hive - --variant=amd64-nightly command: - ci-operator @@ -28267,7 +28415,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 15 17 30 * * + cron: 12 16 9 * * decorate: true decoration_config: skip_cloning: true @@ -28282,7 +28430,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-private-workers-marketplace-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-private-sts-f28-destructive spec: containers: - args: @@ -28292,7 +28440,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-usgov-ipi-private-workers-marketplace-f28-destructive + - --target=aws-usgov-ipi-private-sts-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -28357,7 +28505,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 13 15 5,12,19,26 * * + cron: 36 17 6,15,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -28372,7 +28520,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-private-workers-marketplace-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-private-sts-f7 spec: containers: - args: @@ -28382,7 +28530,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-usgov-ipi-private-workers-marketplace-f7 + - --target=aws-usgov-ipi-private-sts-f7 - --variant=amd64-nightly command: - ci-operator @@ -28447,7 +28595,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 1 2 7,14,23,30 * * + cron: 15 17 30 * * decorate: true decoration_config: skip_cloning: true @@ -28456,24 +28604,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws-usgov + ci-operator.openshift.io/cloud-cluster-profile: aws-usgov-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-aks-hypershift-arm-nodepool-guest-f7 - reporter_config: - slack: - channel: '#forum-prow-hypershift-qe-ci' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-private-workers-marketplace-f28-destructive spec: containers: - args: @@ -28483,7 +28620,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-aks-hypershift-arm-nodepool-guest-f7 + - --target=aws-usgov-ipi-private-workers-marketplace-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -28548,7 +28685,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 45 21 5,19 * * + cron: 13 15 5,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -28557,7 +28694,198 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud: aws-usgov + ci-operator.openshift.io/cloud-cluster-profile: aws-usgov-qe + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-aws-usgov-ipi-private-workers-marketplace-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-usgov-ipi-private-workers-marketplace-f7 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 1 2 7,14,23,30 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-aks-hypershift-arm-nodepool-guest-f7 + reporter_config: + slack: + channel: '#forum-prow-hypershift-qe-ci' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=azure-aks-hypershift-arm-nodepool-guest-f7 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 45 21 5,19 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: azure4 ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen @@ -30761,7 +31089,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 5 16 4 * * + cron: 37 10 7,16,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -30776,7 +31104,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-marketplace-noplan-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-marketplace-mini-perm-rhcos10-tp-f7 spec: containers: - args: @@ -30786,21 +31114,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-marketplace-noplan-f28-destructive + - --target=azure-ipi-marketplace-mini-perm-rhcos10-tp-f7 - --variant=amd64-nightly 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 @@ -30851,7 +31171,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 56 7 2,9,18,25 * * + cron: 5 16 4 * * decorate: true decoration_config: skip_cloning: true @@ -30866,18 +31186,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-hypershift-guest-f7 - reporter_config: - slack: - channel: '#forum-prow-hypershift-qe-ci' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-marketplace-noplan-f28-destructive spec: containers: - args: @@ -30887,7 +31196,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-hypershift-guest-f7 + - --target=azure-ipi-marketplace-noplan-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -30952,7 +31261,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 33 7 5 * * + cron: 25 19 5,19 * * decorate: true decoration_config: skip_cloning: true @@ -30967,18 +31276,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-hypershift-guest-n1minor-cli-f28 - reporter_config: - slack: - channel: '#forum-prow-hypershift-qe-ci' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-marketplace-noplan-rhcos10-tp-f14-destructive spec: containers: - args: @@ -30988,21 +31286,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-hypershift-guest-n1minor-cli-f28 + - --target=azure-ipi-marketplace-noplan-rhcos10-tp-f14-destructive - --variant=amd64-nightly 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 @@ -31053,7 +31343,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 13 19 2 * * + cron: 56 7 2,9,18,25 * * decorate: true decoration_config: skip_cloning: true @@ -31068,7 +31358,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-hypershift-guest-n2minor-cli-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-hypershift-guest-f7 reporter_config: slack: channel: '#forum-prow-hypershift-qe-ci' @@ -31089,7 +31379,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-hypershift-guest-n2minor-cli-f28 + - --target=azure-ipi-ovn-hypershift-guest-f7 - --variant=amd64-nightly command: - ci-operator @@ -31154,7 +31444,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 11 0 27 * * + cron: 33 7 5 * * decorate: true decoration_config: skip_cloning: true @@ -31169,7 +31459,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-hypershift-guest-n3minor-cli-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-hypershift-guest-n1minor-cli-f28 reporter_config: slack: channel: '#forum-prow-hypershift-qe-ci' @@ -31190,7 +31480,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-hypershift-guest-n3minor-cli-f28 + - --target=azure-ipi-ovn-hypershift-guest-n1minor-cli-f28 - --variant=amd64-nightly command: - ci-operator @@ -31255,7 +31545,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 52 13 16,30 * * + cron: 13 19 2 * * decorate: true decoration_config: skip_cloning: true @@ -31270,7 +31560,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-hypershift-image-generation-guest-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-hypershift-guest-n2minor-cli-f28 reporter_config: slack: channel: '#forum-prow-hypershift-qe-ci' @@ -31291,7 +31581,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-hypershift-image-generation-guest-f14 + - --target=azure-ipi-ovn-hypershift-guest-n2minor-cli-f28 - --variant=amd64-nightly command: - ci-operator @@ -31356,7 +31646,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 16 7 2,9,18,25 * * + cron: 11 0 27 * * decorate: true decoration_config: skip_cloning: true @@ -31371,7 +31661,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-hypershift-mgmt-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-hypershift-guest-n3minor-cli-f28 reporter_config: slack: channel: '#forum-prow-hypershift-qe-ci' @@ -31392,7 +31682,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-hypershift-mgmt-f7 + - --target=azure-ipi-ovn-hypershift-guest-n3minor-cli-f28 - --variant=amd64-nightly command: - ci-operator @@ -31457,7 +31747,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 26 4 4,18 * * + cron: 52 13 16,30 * * decorate: true decoration_config: skip_cloning: true @@ -31472,7 +31762,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-hypershift-no-marketplace-guest-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-hypershift-image-generation-guest-f14 reporter_config: slack: channel: '#forum-prow-hypershift-qe-ci' @@ -31493,7 +31783,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-hypershift-no-marketplace-guest-f14 + - --target=azure-ipi-ovn-hypershift-image-generation-guest-f14 - --variant=amd64-nightly command: - ci-operator @@ -31558,7 +31848,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 23 15 3,12,19,26 * * + cron: 16 7 2,9,18,25 * * decorate: true decoration_config: skip_cloning: true @@ -31573,7 +31863,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-winc-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-hypershift-mgmt-f7 + reporter_config: + slack: + channel: '#forum-prow-hypershift-qe-ci' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -31583,7 +31884,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-winc-f7 + - --target=azure-ipi-ovn-hypershift-mgmt-f7 - --variant=amd64-nightly command: - ci-operator @@ -31648,7 +31949,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 36 11 14 * * + cron: 26 4 4,18 * * decorate: true decoration_config: skip_cloning: true @@ -31663,7 +31964,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-private-fips-f28-disasterrecovery + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-hypershift-no-marketplace-guest-f14 + reporter_config: + slack: + channel: '#forum-prow-hypershift-qe-ci' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -31673,7 +31985,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-private-fips-f28-disasterrecovery + - --target=azure-ipi-ovn-hypershift-no-marketplace-guest-f14 - --variant=amd64-nightly command: - ci-operator @@ -31738,7 +32050,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 9 18 7,14,23,30 * * + cron: 23 15 3,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -31753,7 +32065,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-to-multiarch-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-ovn-winc-f7 spec: containers: - args: @@ -31763,7 +32075,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-to-multiarch-f7 + - --target=azure-ipi-ovn-winc-f7 - --variant=amd64-nightly command: - ci-operator @@ -31828,7 +32140,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 31 2 26 * * + cron: 36 11 14 * * decorate: true decoration_config: skip_cloning: true @@ -31843,7 +32155,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-vmgenv1-mini-perm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-private-fips-f28-disasterrecovery spec: containers: - args: @@ -31853,7 +32165,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-vmgenv1-mini-perm-f28-destructive + - --target=azure-ipi-private-fips-f28-disasterrecovery - --variant=amd64-nightly command: - ci-operator @@ -31918,7 +32230,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 38 19 5,14,21,28 * * + cron: 9 18 7,14,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -31933,7 +32245,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-vmgenv1-mini-perm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-to-multiarch-f7 spec: containers: - args: @@ -31943,7 +32255,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-vmgenv1-mini-perm-f7 + - --target=azure-ipi-to-multiarch-f7 - --variant=amd64-nightly command: - ci-operator @@ -32008,7 +32320,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 5 20 3,12,19,26 * * + cron: 43 0 7,14,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -32017,24 +32329,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azuremag - ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-mag-ipi-f7-longduration-hive - reporter_config: - slack: - channel: '#forum-prow-hive-qe-ci' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-trustedlaunch-mini-perm-rhcos10-tp-f7 spec: containers: - args: @@ -32044,21 +32345,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-mag-ipi-f7-longduration-hive + - --target=azure-ipi-trustedlaunch-mini-perm-rhcos10-tp-f7 - --variant=amd64-nightly 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 @@ -32109,7 +32402,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 10 11 6 * * + cron: 52 4 8,24 * * decorate: true decoration_config: skip_cloning: true @@ -32118,13 +32411,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azuremag - ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-mag-ipi-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-trustedlaunch-rhcos10-tp-f14-destructive spec: containers: - args: @@ -32134,21 +32427,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-mag-ipi-fips-f28-destructive + - --target=azure-ipi-trustedlaunch-rhcos10-tp-f14-destructive - --variant=amd64-nightly 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 @@ -32199,7 +32484,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 22 8 1,8,15,24 * * + cron: 31 2 26 * * decorate: true decoration_config: skip_cloning: true @@ -32208,13 +32493,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azuremag - ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-mag-ipi-fips-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-vmgenv1-mini-perm-f28-destructive spec: containers: - args: @@ -32224,7 +32509,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-mag-ipi-fips-f7 + - --target=azure-ipi-vmgenv1-mini-perm-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -32289,7 +32574,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 43 10 3 * * + cron: 38 19 5,14,21,28 * * decorate: true decoration_config: skip_cloning: true @@ -32298,13 +32583,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azuremag - ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-mag-ipi-fullyprivate-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-vmgenv1-mini-perm-f7 spec: containers: - args: @@ -32314,7 +32599,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-mag-ipi-fullyprivate-f28-destructive + - --target=azure-ipi-vmgenv1-mini-perm-f7 - --variant=amd64-nightly command: - ci-operator @@ -32379,7 +32664,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 56 21 13 * * + cron: 46 10 12,28 * * decorate: true decoration_config: skip_cloning: true @@ -32388,23 +32673,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azuremag - ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-mag-ipi-fullyprivate-f28-longduration-cloud - reporter_config: - slack: - channel: '#forum-prow-long-duration-cloudinfra-testcases' - job_states_to_report: - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-vmgenv1-mini-perm-rhcos10-tp-f14-destructive spec: containers: - args: @@ -32414,21 +32689,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-mag-ipi-fullyprivate-f28-longduration-cloud + - --target=azure-ipi-vmgenv1-mini-perm-rhcos10-tp-f14-destructive - --variant=amd64-nightly 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 @@ -32479,7 +32746,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 3 14 3,10,19,26 * * + cron: 16 14 6,13,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -32488,13 +32755,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azuremag - ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-mag-ipi-fullyprivate-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-vmgenv1-mini-perm-rhcos10-tp-f7 spec: containers: - args: @@ -32504,21 +32771,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-mag-ipi-fullyprivate-f7 + - --target=azure-ipi-vmgenv1-mini-perm-rhcos10-tp-f7 - --variant=amd64-nightly 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 @@ -32569,7 +32828,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 0 19 14 * * + cron: 56 15 7,14,21,30 * * decorate: true decoration_config: skip_cloning: true @@ -32578,14 +32837,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azurestack - ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-stack-ipi-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-vmgueststateonly-mini-perm-rhcos10-tp-f7 spec: containers: - args: @@ -32595,21 +32853,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-stack-ipi-f28 + - --target=azure-ipi-vmgueststateonly-mini-perm-rhcos10-tp-f7 - --variant=amd64-nightly 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 @@ -32660,7 +32910,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 13 19 5 * * + cron: 36 0 11,27 * * decorate: true decoration_config: skip_cloning: true @@ -32669,14 +32919,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azurestack - ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-stack-ipi-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-ipi-vmgueststateonly-rhcos10-tp-f14-destructive spec: containers: - args: @@ -32686,21 +32935,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-stack-ipi-f28-destructive + - --target=azure-ipi-vmgueststateonly-rhcos10-tp-f14-destructive - --variant=amd64-nightly 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 @@ -32751,7 +32992,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 35 2 14,30 * * + cron: 5 20 3,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -32760,14 +33001,24 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azurestack - ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: azuremag + ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-stack-ipi-proxy-f14-disasterrecovery + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-mag-ipi-f7-longduration-hive + reporter_config: + slack: + channel: '#forum-prow-hive-qe-ci' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -32777,7 +33028,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-stack-ipi-proxy-f14-disasterrecovery + - --target=azure-mag-ipi-f7-longduration-hive - --variant=amd64-nightly command: - ci-operator @@ -32842,7 +33093,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 6 9 9 * * + cron: 10 11 6 * * decorate: true decoration_config: skip_cloning: true @@ -32851,14 +33102,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azurestack - ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: azuremag + ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-stack-ipi-proxy-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-mag-ipi-fips-f28-destructive spec: containers: - args: @@ -32868,7 +33118,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-stack-ipi-proxy-fips-f28 + - --target=azure-mag-ipi-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -32933,7 +33183,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 45 23 27 * * + cron: 22 8 1,8,15,24 * * decorate: true decoration_config: skip_cloning: true @@ -32942,14 +33192,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azurestack - ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: azuremag + ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-stack-ipi-proxy-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-mag-ipi-fips-f7 spec: containers: - args: @@ -32959,7 +33208,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-stack-ipi-proxy-fips-f28-destructive + - --target=azure-mag-ipi-fips-f7 - --variant=amd64-nightly command: - ci-operator @@ -33024,7 +33273,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 32 11 27 * * + cron: 43 10 3 * * decorate: true decoration_config: skip_cloning: true @@ -33033,14 +33282,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azurestack - ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: azuremag + ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-stack-upi-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-mag-ipi-fullyprivate-f28-destructive spec: containers: - args: @@ -33050,7 +33298,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-stack-upi-f28 + - --target=azure-mag-ipi-fullyprivate-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -33115,7 +33363,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 19 3 7 * * + cron: 56 21 13 * * decorate: true decoration_config: skip_cloning: true @@ -33124,14 +33372,23 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azurestack - ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: azuremag + ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-stack-upi-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-mag-ipi-fullyprivate-f28-longduration-cloud + reporter_config: + slack: + channel: '#forum-prow-long-duration-cloudinfra-testcases' + job_states_to_report: + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -33141,7 +33398,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-stack-upi-f28-destructive + - --target=azure-mag-ipi-fullyprivate-f28-longduration-cloud - --variant=amd64-nightly command: - ci-operator @@ -33205,8 +33462,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 3 13 6,15,22,29 * * + cluster: build01 + cron: 3 14 3,10,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -33215,14 +33472,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azuremag + ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-ipi-ovn-vmedia-disk-encryption-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-mag-ipi-fullyprivate-f7 spec: containers: - args: @@ -33232,7 +33488,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-vmedia-disk-encryption-f7 + - --target=azure-mag-ipi-fullyprivate-f7 - --variant=amd64-nightly command: - ci-operator @@ -33296,8 +33552,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 0 18 7,16,23,30 * * + cluster: build01 + cron: 0 19 14 * * decorate: true decoration_config: skip_cloning: true @@ -33306,14 +33562,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azurestack + ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-sno-ipv4-disk-etcd-encrypt-disk-mirror-day2-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-stack-ipi-f28 spec: containers: - args: @@ -33323,7 +33579,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-sno-ipv4-disk-etcd-encrypt-disk-mirror-day2-f7 + - --target=azure-stack-ipi-f28 - --variant=amd64-nightly command: - ci-operator @@ -33387,8 +33643,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 4 17 7,16,23,30 * * + cluster: build01 + cron: 13 19 5 * * decorate: true decoration_config: skip_cloning: true @@ -33397,14 +33653,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azurestack + ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-sno-ipv4-etcd-encryption-rt-kernel-basecap-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-stack-ipi-f28-destructive spec: containers: - args: @@ -33414,7 +33670,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-sno-ipv4-etcd-encryption-rt-kernel-basecap-f7 + - --target=azure-stack-ipi-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -33478,8 +33734,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 46 18 4,11,20,27 * * + cluster: build01 + cron: 35 2 14,30 * * decorate: true decoration_config: skip_cloning: true @@ -33488,14 +33744,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azurestack + ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-sno-ipv4-etcd-encryption-rt-kernel-kdump-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-stack-ipi-proxy-f14-disasterrecovery spec: containers: - args: @@ -33505,7 +33761,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-sno-ipv4-etcd-encryption-rt-kernel-kdump-f7 + - --target=azure-stack-ipi-proxy-f14-disasterrecovery - --variant=amd64-nightly command: - ci-operator @@ -33569,8 +33825,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 42 20 1,8,15,22 * * + cluster: build01 + cron: 6 9 9 * * decorate: true decoration_config: skip_cloning: true @@ -33579,14 +33835,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azurestack + ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-dualstack-fips-lgw-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-stack-ipi-proxy-fips-f28 spec: containers: - args: @@ -33596,7 +33852,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-dualstack-fips-lgw-f7 + - --target=azure-stack-ipi-proxy-fips-f28 - --variant=amd64-nightly command: - ci-operator @@ -33660,8 +33916,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 20 13 4,13,20,27 * * + cluster: build01 + cron: 45 23 27 * * decorate: true decoration_config: skip_cloning: true @@ -33670,14 +33926,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azurestack + ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipsec-dualstack-fips-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-stack-ipi-proxy-fips-f28-destructive spec: containers: - args: @@ -33687,7 +33943,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipsec-dualstack-fips-f7 + - --target=azure-stack-ipi-proxy-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -33751,8 +34007,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 46 19 4,13,20,27 * * + cluster: build01 + cron: 32 11 27 * * decorate: true decoration_config: skip_cloning: true @@ -33761,14 +34017,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azurestack + ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipsec-ipv6-fips-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-stack-upi-f28 spec: containers: - args: @@ -33778,7 +34034,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipsec-ipv6-fips-f7 + - --target=azure-stack-upi-f28 - --variant=amd64-nightly command: - ci-operator @@ -33842,8 +34098,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 45 15 7,14,21,28 * * + cluster: build01 + cron: 19 3 7 * * decorate: true decoration_config: skip_cloning: true @@ -33852,14 +34108,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azurestack + ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipv4-disconnected-ipsec-fips-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-azure-stack-upi-f28-destructive spec: containers: - args: @@ -33869,7 +34125,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv4-disconnected-ipsec-fips-f7 + - --target=azure-stack-upi-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -33934,7 +34190,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 26 15 14,28 * * + cron: 3 13 6,15,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -33950,7 +34206,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipv4-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-ipi-ovn-vmedia-disk-encryption-f7 spec: containers: - args: @@ -33960,7 +34216,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv4-f14 + - --target=baremetal-ipi-ovn-vmedia-disk-encryption-f7 - --variant=amd64-nightly command: - ci-operator @@ -34025,7 +34281,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 32 17 7,14,23,30 * * + cron: 38 16 1,8,15,24 * * decorate: true decoration_config: skip_cloning: true @@ -34041,7 +34297,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipv6-static-rt-kernel-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-ipi-ovn-vmedia-disk-encryption-rhcos10-tp-f7 spec: containers: - args: @@ -34051,21 +34307,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv6-static-rt-kernel-f7 + - --target=baremetal-ipi-ovn-vmedia-disk-encryption-rhcos10-tp-f7 - --variant=amd64-nightly 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 @@ -34116,7 +34364,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 32 10 4 * * + cron: 0 18 7,16,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -34132,7 +34380,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-sno-ipv4-disk-etcd-encrypt-disk-mirror-day2-f7 spec: containers: - args: @@ -34142,7 +34390,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f28-destructive + - --target=baremetal-sno-ipv4-disk-etcd-encrypt-disk-mirror-day2-f7 - --variant=amd64-nightly command: - ci-operator @@ -34207,7 +34455,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 4 7 28 * * + cron: 51 17 5,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -34223,18 +34471,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f28-ipv6-netobserv - reporter_config: - slack: - channel: '#team-qe-netobserv' - job_states_to_report: - - aborted - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-sno-ipv4-etcd-encryption-rt-basecap-rhcos10-tp-f7 spec: containers: - args: @@ -34244,21 +34481,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f28-ipv6-netobserv + - --target=baremetal-sno-ipv4-etcd-encryption-rt-basecap-rhcos10-tp-f7 - --variant=amd64-nightly 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 @@ -34309,7 +34538,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 26 4 21 * * + cron: 11 19 6,13,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -34325,18 +34554,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f28-virt-netobserv - reporter_config: - slack: - channel: '#team-qe-netobserv' - job_states_to_report: - - aborted - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-sno-ipv4-etcd-encryption-rt-kdump-rhcos10-tp-f7 spec: containers: - args: @@ -34346,21 +34564,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f28-virt-netobserv + - --target=baremetal-sno-ipv4-etcd-encryption-rt-kdump-rhcos10-tp-f7 - --variant=amd64-nightly 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 @@ -34411,7 +34621,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 11 9 5,12,19,26 * * + cron: 4 17 7,16,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -34427,7 +34637,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-sno-ipv4-etcd-encryption-rt-kernel-basecap-f7 spec: containers: - args: @@ -34437,7 +34647,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f7 + - --target=baremetal-sno-ipv4-etcd-encryption-rt-kernel-basecap-f7 - --variant=amd64-nightly command: - ci-operator @@ -34502,7 +34712,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 38 23 11,25 * * + cron: 46 18 4,11,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -34518,7 +34728,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-f14-longrun-mco-p1 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-sno-ipv4-etcd-encryption-rt-kernel-kdump-f7 spec: containers: - args: @@ -34528,7 +34738,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-f14-longrun-mco-p1 + - --target=baremetal-sno-ipv4-etcd-encryption-rt-kernel-kdump-f7 - --variant=amd64-nightly command: - ci-operator @@ -34593,7 +34803,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 37 11 6,20 * * + cron: 42 20 1,8,15,22 * * decorate: true decoration_config: skip_cloning: true @@ -34609,7 +34819,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-f14-longrun-mco-p2 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-dualstack-fips-lgw-f7 spec: containers: - args: @@ -34619,7 +34829,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-f14-longrun-mco-p2 + - --target=baremetal-upi-ovn-dualstack-fips-lgw-f7 - --variant=amd64-nightly command: - ci-operator @@ -34684,7 +34894,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 34 17 6,22 * * + cron: 20 13 4,13,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -34700,7 +34910,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-f14-longrun-mco-p3 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipsec-dualstack-fips-f7 spec: containers: - args: @@ -34710,7 +34920,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-f14-longrun-mco-p3 + - --target=baremetal-upi-ovn-ipsec-dualstack-fips-f7 - --variant=amd64-nightly command: - ci-operator @@ -34775,7 +34985,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 5 17 12,26 * * + cron: 46 19 4,13,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -34791,7 +35001,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipsec-ipv6-fips-f7 spec: containers: - args: @@ -34801,7 +35011,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv4-fips-f14 + - --target=baremetal-upi-ovn-ipsec-ipv6-fips-f7 - --variant=amd64-nightly command: - ci-operator @@ -34866,7 +35076,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 28 23 1,15 * * + cron: 45 15 7,14,21,28 * * decorate: true decoration_config: skip_cloning: true @@ -34882,7 +35092,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f14-ui + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipv4-disconnected-ipsec-fips-f7 spec: containers: - args: @@ -34892,7 +35102,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv4-fips-f14-ui + - --target=baremetal-upi-ovn-ipv4-disconnected-ipsec-fips-f7 - --variant=amd64-nightly command: - ci-operator @@ -34957,7 +35167,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 55 18 3,17 * * + cron: 26 15 14,28 * * decorate: true decoration_config: skip_cloning: true @@ -34973,7 +35183,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f14-wrs + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipv4-f14 spec: containers: - args: @@ -34983,7 +35193,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv4-fips-f14-wrs + - --target=baremetal-upi-ovn-ipv4-f14 - --variant=amd64-nightly command: - ci-operator @@ -35048,7 +35258,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 24 13 15 * * + cron: 32 17 7,14,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -35064,7 +35274,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipv6-static-rt-kernel-f7 spec: containers: - args: @@ -35074,7 +35284,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv4-fips-f28-destructive + - --target=baremetal-upi-ovn-ipv6-static-rt-kernel-f7 - --variant=amd64-nightly command: - ci-operator @@ -35139,7 +35349,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 4 0 9,25 * * + cron: 32 10 4 * * decorate: true decoration_config: skip_cloning: true @@ -35155,7 +35365,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv6-fips-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f28-destructive spec: containers: - args: @@ -35165,7 +35375,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv6-fips-f14 + - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -35230,7 +35440,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 43 1 2 * * + cron: 4 7 28 * * decorate: true decoration_config: skip_cloning: true @@ -35246,7 +35456,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv6-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f28-ipv6-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -35256,7 +35477,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv6-fips-f28-destructive + - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f28-ipv6-netobserv - --variant=amd64-nightly command: - ci-operator @@ -35321,7 +35542,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 15 10 7,21 * * + cron: 26 4 21 * * decorate: true decoration_config: skip_cloning: true @@ -35337,7 +35558,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv6-ipsec-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f28-virt-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -35347,7 +35579,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv6-ipsec-f14 + - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f28-virt-netobserv - --variant=amd64-nightly command: - ci-operator @@ -35412,7 +35644,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 16 0 2 * * + cron: 11 9 5,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -35428,7 +35660,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv6-ipsec-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f7 spec: containers: - args: @@ -35438,7 +35670,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv6-ipsec-f28-destructive + - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f7 - --variant=amd64-nightly command: - ci-operator @@ -35503,7 +35735,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 44 14 4,18 * * + cron: 38 23 11,25 * * decorate: true decoration_config: skip_cloning: true @@ -35519,7 +35751,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-lvms-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-f14-longrun-mco-p1 spec: containers: - args: @@ -35529,7 +35761,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-lvms-f14 + - --target=baremetalds-ipi-ovn-f14-longrun-mco-p1 - --variant=amd64-nightly command: - ci-operator @@ -35594,7 +35826,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 24 17 14,28 * * + cron: 37 11 6,20 * * decorate: true decoration_config: skip_cloning: true @@ -35610,7 +35842,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-lvms-f14-compliance + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-f14-longrun-mco-p2 spec: containers: - args: @@ -35620,7 +35852,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-lvms-f14-compliance + - --target=baremetalds-ipi-ovn-f14-longrun-mco-p2 - --variant=amd64-nightly command: - ci-operator @@ -35685,7 +35917,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 27 14 4,18 * * + cron: 34 17 6,22 * * decorate: true decoration_config: skip_cloning: true @@ -35701,7 +35933,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-lvms-f14-compliance-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-f14-longrun-mco-p3 spec: containers: - args: @@ -35711,7 +35943,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-lvms-f14-compliance-destructive + - --target=baremetalds-ipi-ovn-f14-longrun-mco-p3 - --variant=amd64-nightly command: - ci-operator @@ -35776,7 +36008,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 21 21 13,27 * * + cron: 5 17 12,26 * * decorate: true decoration_config: skip_cloning: true @@ -35792,7 +36024,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-lvms-f14-disasterrecovery + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f14 spec: containers: - args: @@ -35802,7 +36034,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-lvms-f14-disasterrecovery + - --target=baremetalds-ipi-ovn-ipv4-fips-f14 - --variant=amd64-nightly command: - ci-operator @@ -35867,7 +36099,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 2 6 13,27 * * + cron: 28 23 1,15 * * decorate: true decoration_config: skip_cloning: true @@ -35883,7 +36115,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-lvms-f14-security-profiles + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f14-ui spec: containers: - args: @@ -35893,7 +36125,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-lvms-f14-security-profiles + - --target=baremetalds-ipi-ovn-ipv4-fips-f14-ui - --variant=amd64-nightly command: - ci-operator @@ -35958,7 +36190,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 8 8 29 2 * + cron: 55 18 3,17 * * decorate: true decoration_config: skip_cloning: true @@ -35974,7 +36206,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-lvms-f999-file-integrity + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f14-wrs spec: containers: - args: @@ -35984,7 +36216,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-lvms-f999-file-integrity + - --target=baremetalds-ipi-ovn-ipv4-fips-f14-wrs - --variant=amd64-nightly command: - ci-operator @@ -36048,8 +36280,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 15 1 16 * * + cluster: build06 + cron: 24 13 15 * * decorate: true decoration_config: skip_cloning: true @@ -36058,13 +36290,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-byo-fw-mini-perm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f28-destructive spec: containers: - args: @@ -36074,7 +36307,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-byo-fw-mini-perm-f28-destructive + - --target=baremetalds-ipi-ovn-ipv4-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -36138,8 +36371,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 55 21 30 * * + cluster: build06 + cron: 4 0 9,25 * * decorate: true decoration_config: skip_cloning: true @@ -36148,13 +36381,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-byo-fw-oidc-mini-perm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv6-fips-f14 spec: containers: - args: @@ -36164,7 +36398,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-byo-fw-oidc-mini-perm-f28-destructive + - --target=baremetalds-ipi-ovn-ipv6-fips-f14 - --variant=amd64-nightly command: - ci-operator @@ -36228,8 +36462,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 30 13 28 * * + cluster: build06 + cron: 43 1 2 * * decorate: true decoration_config: skip_cloning: true @@ -36238,13 +36472,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-confidential-fips-mini-perm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv6-fips-f28-destructive spec: containers: - args: @@ -36254,7 +36489,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-confidential-fips-mini-perm-f28-destructive + - --target=baremetalds-ipi-ovn-ipv6-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -36318,8 +36553,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 44 2 2,16 * * + cluster: build06 + cron: 15 10 7,21 * * decorate: true decoration_config: skip_cloning: true @@ -36328,13 +36563,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-confidential-secureboot-mini-perm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv6-ipsec-f14 spec: containers: - args: @@ -36344,7 +36580,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-confidential-secureboot-mini-perm-f14 + - --target=baremetalds-ipi-ovn-ipv6-ipsec-f14 - --variant=amd64-nightly command: - ci-operator @@ -36408,8 +36644,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 1 4 1 * * + cluster: build06 + cron: 16 0 2 * * decorate: true decoration_config: skip_cloning: true @@ -36418,13 +36654,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-disc-priv-fips-mini-perm-f28-disasterrecovery + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv6-ipsec-f28-destructive spec: containers: - args: @@ -36434,7 +36671,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disc-priv-fips-mini-perm-f28-disasterrecovery + - --target=baremetalds-ipi-ovn-ipv6-ipsec-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -36498,8 +36735,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 30 19 26 * * + cluster: build06 + cron: 44 14 4,18 * * decorate: true decoration_config: skip_cloning: true @@ -36508,13 +36745,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-disc-priv-oidc-fips-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-lvms-f14 spec: containers: - args: @@ -36524,7 +36762,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disc-priv-oidc-fips-mini-perm-f28 + - --target=baremetalds-ipi-ovn-lvms-f14 - --variant=amd64-nightly command: - ci-operator @@ -36588,8 +36826,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 54 10 6 * * + cluster: build06 + cron: 24 17 14,28 * * decorate: true decoration_config: skip_cloning: true @@ -36598,13 +36836,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-disc-priv-oidc-oc-mirror-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-lvms-f14-compliance spec: containers: - args: @@ -36614,7 +36853,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disc-priv-oidc-oc-mirror-fips-f28-destructive + - --target=baremetalds-ipi-ovn-lvms-f14-compliance - --variant=amd64-nightly command: - ci-operator @@ -36678,8 +36917,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 34 14 14,28 * * + cluster: build06 + cron: 27 14 4,18 * * decorate: true decoration_config: skip_cloning: true @@ -36688,13 +36927,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f14-stress-olm + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-lvms-f14-compliance-destructive spec: containers: - args: @@ -36704,7 +36944,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-f14-stress-olm + - --target=baremetalds-ipi-ovn-lvms-f14-compliance-destructive - --variant=amd64-nightly command: - ci-operator @@ -36768,8 +37008,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 23 20 6,15,22,29 * * + cluster: build06 + cron: 21 21 13,27 * * decorate: true decoration_config: skip_cloning: true @@ -36778,24 +37018,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-critical - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-lvms-f14-disasterrecovery spec: containers: - args: @@ -36805,7 +37035,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-f7-longduration-mco-critical + - --target=baremetalds-ipi-ovn-lvms-f14-disasterrecovery - --variant=amd64-nightly command: - ci-operator @@ -36869,8 +37099,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 17 13 6,13,20,27 * * + cluster: build06 + cron: 2 6 13,27 * * decorate: true decoration_config: skip_cloning: true @@ -36879,24 +37109,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-p1 - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-lvms-f14-security-profiles spec: containers: - args: @@ -36906,7 +37126,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-f7-longduration-mco-p1 + - --target=baremetalds-ipi-ovn-lvms-f14-security-profiles - --variant=amd64-nightly command: - ci-operator @@ -36970,8 +37190,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 21 19 7,14,21,28 * * + cluster: build06 + cron: 8 8 29 2 * decorate: true decoration_config: skip_cloning: true @@ -36980,24 +37200,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-p2 - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-lvms-f999-file-integrity spec: containers: - args: @@ -37007,7 +37217,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-f7-longduration-mco-p2 + - --target=baremetalds-ipi-ovn-lvms-f999-file-integrity - --variant=amd64-nightly command: - ci-operator @@ -37072,7 +37282,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 14 21 7,14,21,30 * * + cron: 15 1 16 * * decorate: true decoration_config: skip_cloning: true @@ -37087,18 +37297,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-p3 - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-byo-fw-mini-perm-f28-destructive spec: containers: - args: @@ -37108,7 +37307,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-f7-longduration-mco-p3 + - --target=gcp-ipi-byo-fw-mini-perm-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -37173,7 +37372,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 32 16 4 * * + cron: 55 21 30 * * decorate: true decoration_config: skip_cloning: true @@ -37188,18 +37387,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-filestore-csi-f28-longduration-part3-3 - reporter_config: - slack: - channel: '#forum-prow-hive-qe-ci' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-byo-fw-oidc-mini-perm-f28-destructive spec: containers: - args: @@ -37209,7 +37397,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-filestore-csi-f28-longduration-part3-3 + - --target=gcp-ipi-byo-fw-oidc-mini-perm-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -37274,7 +37462,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 23 15 6,13,20,27 * * + cron: 30 13 28 * * decorate: true decoration_config: skip_cloning: true @@ -37289,18 +37477,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-longduration-tp-mco-p1-f7 - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-confidential-fips-mini-perm-f28-destructive spec: containers: - args: @@ -37310,7 +37487,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-longduration-tp-mco-p1-f7 + - --target=gcp-ipi-confidential-fips-mini-perm-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -37375,7 +37552,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 23 22 3,10,17,24 * * + cron: 6 9 9,23 * * decorate: true decoration_config: skip_cloning: true @@ -37390,18 +37567,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-longduration-tp-mco-p2-f7 - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-confidential-fips-rhcos10-tp-f14-destructive spec: containers: - args: @@ -37411,21 +37577,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-longduration-tp-mco-p2-f7 + - --target=gcp-ipi-confidential-fips-rhcos10-tp-f14-destructive - --variant=amd64-nightly 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 @@ -37476,7 +37634,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 35 23 6,15,22,29 * * + cron: 44 2 2,16 * * decorate: true decoration_config: skip_cloning: true @@ -37491,18 +37649,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-longduration-tp-mco-p3-f7 - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-confidential-secureboot-mini-perm-f14 spec: containers: - args: @@ -37512,7 +37659,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-longduration-tp-mco-p3-f7 + - --target=gcp-ipi-confidential-secureboot-mini-perm-f14 - --variant=amd64-nightly command: - ci-operator @@ -37577,7 +37724,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 21 5 14 * * + cron: 23 5 12,26 * * decorate: true decoration_config: skip_cloning: true @@ -37592,7 +37739,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-marketplace-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-confidential-secureboot-rhcos10-tp-f14 spec: containers: - args: @@ -37602,21 +37749,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-marketplace-mini-perm-f28 + - --target=gcp-ipi-confidential-secureboot-rhcos10-tp-f14 - --variant=amd64-nightly 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 @@ -37667,7 +37806,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 34 1 3 * * + cron: 1 4 1 * * decorate: true decoration_config: skip_cloning: true @@ -37682,7 +37821,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-marketplace-mini-perm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-disc-priv-fips-mini-perm-f28-disasterrecovery spec: containers: - args: @@ -37692,7 +37831,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-marketplace-mini-perm-f28-destructive + - --target=gcp-ipi-disc-priv-fips-mini-perm-f28-disasterrecovery - --variant=amd64-nightly command: - ci-operator @@ -37757,7 +37896,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 35 6 15 * * + cron: 30 19 26 * * decorate: true decoration_config: skip_cloning: true @@ -37772,7 +37911,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-mini-perm-custom-type-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-disc-priv-oidc-fips-mini-perm-f28 spec: containers: - args: @@ -37782,7 +37921,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-mini-perm-custom-type-f28 + - --target=gcp-ipi-disc-priv-oidc-fips-mini-perm-f28 - --variant=amd64-nightly command: - ci-operator @@ -37847,7 +37986,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 11 12 30 * * + cron: 54 10 6 * * decorate: true decoration_config: skip_cloning: true @@ -37862,7 +38001,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-ovn-ipsec-f28-destructive-ota + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-disc-priv-oidc-oc-mirror-fips-f28-destructive spec: containers: - args: @@ -37872,7 +38011,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-ovn-ipsec-f28-destructive-ota + - --target=gcp-ipi-disc-priv-oidc-oc-mirror-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -37937,7 +38076,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 23 14 3,10,17,26 * * + cron: 34 14 14,28 * * decorate: true decoration_config: skip_cloning: true @@ -37952,7 +38091,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-ovn-winc-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f14-stress-olm spec: containers: - args: @@ -37962,7 +38101,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-ovn-winc-f7 + - --target=gcp-ipi-f14-stress-olm - --variant=amd64-nightly command: - ci-operator @@ -38027,7 +38166,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 23 21 7,23 * * + cron: 23 20 6,15,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -38042,7 +38181,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-to-multiarch-mini-perm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-critical + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -38052,7 +38202,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-to-multiarch-mini-perm-f14 + - --target=gcp-ipi-f7-longduration-mco-critical - --variant=amd64-nightly command: - ci-operator @@ -38117,7 +38267,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 32 15 4,11,18,27 * * + cron: 17 13 6,13,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -38132,7 +38282,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ocm-osd-ccs-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-p1 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -38142,7 +38303,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ocm-osd-ccs-f7 + - --target=gcp-ipi-f7-longduration-mco-p1 - --variant=amd64-nightly command: - ci-operator @@ -38206,8 +38367,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 58 5 4,13,20,27 * * + cluster: build04 + cron: 21 19 7,14,21,28 * * decorate: true decoration_config: skip_cloning: true @@ -38216,14 +38377,24 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet ci-operator.openshift.io/cloud: gcp ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ocm-osd-ccs-marketplace-api-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-p2 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -38233,7 +38404,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ocm-osd-ccs-marketplace-api-f7 + - --target=gcp-ipi-f7-longduration-mco-p2 - --variant=amd64-nightly command: - ci-operator @@ -38298,7 +38469,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 33 17 3,12,19,26 * * + cron: 14 21 7,14,21,30 * * decorate: true decoration_config: skip_cloning: true @@ -38313,7 +38484,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ocm-osd-ccs-marketplace-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-p3 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -38323,7 +38505,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ocm-osd-ccs-marketplace-f7 + - --target=gcp-ipi-f7-longduration-mco-p3 - --variant=amd64-nightly command: - ci-operator @@ -38388,7 +38570,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 45 12 4,11,20,27 * * + cron: 32 16 4 * * decorate: true decoration_config: skip_cloning: true @@ -38403,7 +38585,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ocm-osd-ccs-xpn-marketplace-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-filestore-csi-f28-longduration-part3-3 + reporter_config: + slack: + channel: '#forum-prow-hive-qe-ci' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -38413,7 +38606,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ocm-osd-ccs-xpn-marketplace-f7 + - --target=gcp-ipi-filestore-csi-f28-longduration-part3-3 - --variant=amd64-nightly command: - ci-operator @@ -38478,7 +38671,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 53 11 3,10,17,24 * * + cron: 23 15 6,13,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -38493,7 +38686,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ocm-osd-ccs-xpn-private-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-longduration-tp-mco-p1-f7 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -38503,7 +38707,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ocm-osd-ccs-xpn-private-f7 + - --target=gcp-ipi-longduration-tp-mco-p1-f7 - --variant=amd64-nightly command: - ci-operator @@ -38567,8 +38771,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 27 5 2,9,16,25 * * + cluster: build04 + cron: 23 22 3,10,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -38577,14 +38781,24 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet ci-operator.openshift.io/cloud: gcp ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ocm-wif-sv-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-longduration-tp-mco-p2-f7 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -38594,7 +38808,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ocm-wif-sv-f7 + - --target=gcp-ipi-longduration-tp-mco-p2-f7 - --variant=amd64-nightly command: - ci-operator @@ -38659,7 +38873,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 44 5 4,11,18,27 * * + cron: 35 23 6,15,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -38674,17 +38888,28 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-upi-f7-ui - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-upi-f7-ui + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-longduration-tp-mco-p3-f7 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=gcp-ipi-longduration-tp-mco-p3-f7 - --variant=amd64-nightly command: - ci-operator @@ -38748,8 +38973,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 8 22 29 2 * + cluster: build04 + cron: 36 13 4,18 * * decorate: true decoration_config: skip_cloning: true @@ -38758,13 +38983,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-dedicatedhost-dynamic-f999 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-marketplace-mini-perm-f14-rhcos10-tp-destructive spec: containers: - args: @@ -38774,21 +38999,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-dedicatedhost-dynamic-f999 + - --target=gcp-ipi-marketplace-mini-perm-f14-rhcos10-tp-destructive - --variant=amd64-nightly 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 @@ -38838,8 +39055,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 46 6 27 * * + cluster: build04 + cron: 21 5 14 * * decorate: true decoration_config: skip_cloning: true @@ -38848,13 +39065,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-dedicatedhost-static-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-marketplace-mini-perm-f28 spec: containers: - args: @@ -38864,7 +39081,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-dedicatedhost-static-f28-destructive + - --target=gcp-ipi-marketplace-mini-perm-f28 - --variant=amd64-nightly command: - ci-operator @@ -38928,8 +39145,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 33 17 16 * * + cluster: build04 + cron: 34 1 3 * * decorate: true decoration_config: skip_cloning: true @@ -38938,13 +39155,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe-2 + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-disc-priv-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-marketplace-mini-perm-f28-destructive spec: containers: - args: @@ -38954,7 +39171,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-disc-priv-f28 + - --target=gcp-ipi-marketplace-mini-perm-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -39018,8 +39235,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 23 8 6 * * + cluster: build04 + cron: 28 2 6,20 * * decorate: true decoration_config: skip_cloning: true @@ -39028,13 +39245,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe-2 + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-disc-priv-oc-mirror-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-marketplace-mini-perm-rhcos10-tp-f14 spec: containers: - args: @@ -39044,21 +39261,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-disc-priv-oc-mirror-f28-destructive + - --target=gcp-ipi-marketplace-mini-perm-rhcos10-tp-f14 - --variant=amd64-nightly 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 @@ -39108,8 +39317,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 26 23 24 * * + cluster: build04 + cron: 35 6 15 * * decorate: true decoration_config: skip_cloning: true @@ -39118,13 +39327,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-mini-perm-custom-type-f28 spec: containers: - args: @@ -39134,7 +39343,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-mini-perm-f28 + - --target=gcp-ipi-mini-perm-custom-type-f28 - --variant=amd64-nightly command: - ci-operator @@ -39198,8 +39407,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 34 9 15 * * + cluster: build04 + cron: 11 12 30 * * decorate: true decoration_config: skip_cloning: true @@ -39208,13 +39417,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-mini-perm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-ovn-ipsec-f28-destructive-ota spec: containers: - args: @@ -39224,7 +39433,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-mini-perm-f28-destructive + - --target=gcp-ipi-ovn-ipsec-f28-destructive-ota - --variant=amd64-nightly command: - ci-operator @@ -39288,8 +39497,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 14 20 4 * * + cluster: build04 + cron: 23 14 3,10,17,26 * * decorate: true decoration_config: skip_cloning: true @@ -39298,13 +39507,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-ovn-ipsec-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-ovn-winc-f7 spec: containers: - args: @@ -39314,7 +39523,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-ovn-ipsec-f28 + - --target=gcp-ipi-ovn-winc-f7 - --variant=amd64-nightly command: - ci-operator @@ -39378,8 +39587,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 3 19 26 * * + cluster: build04 + cron: 23 21 7,23 * * decorate: true decoration_config: skip_cloning: true @@ -39388,13 +39597,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-ovn-ipsec-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-to-multiarch-mini-perm-f14 spec: containers: - args: @@ -39404,7 +39613,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-ovn-ipsec-f28-destructive + - --target=gcp-ipi-to-multiarch-mini-perm-f14 - --variant=amd64-nightly command: - ci-operator @@ -39468,8 +39677,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 8 22 29 2 * + cluster: build04 + cron: 32 15 4,11,18,27 * * decorate: true decoration_config: skip_cloning: true @@ -39478,13 +39687,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-ovn-mtu-migrate-f999 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ocm-osd-ccs-f7 spec: containers: - args: @@ -39494,7 +39703,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-ovn-mtu-migrate-f999 + - --target=gcp-ocm-osd-ccs-f7 - --variant=amd64-nightly command: - ci-operator @@ -39558,8 +39767,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 28 6 1 * * + cluster: build06 + cron: 58 5 4,13,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -39568,13 +39777,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-byo-kms-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ocm-osd-ccs-marketplace-api-f7 spec: containers: - args: @@ -39584,7 +39794,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-private-byo-kms-f28 + - --target=gcp-ocm-osd-ccs-marketplace-api-f7 - --variant=amd64-nightly command: - ci-operator @@ -39648,8 +39858,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 36 21 10 * * + cluster: build04 + cron: 33 17 3,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -39658,13 +39868,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-byo-kms-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ocm-osd-ccs-marketplace-f7 spec: containers: - args: @@ -39674,7 +39884,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-private-byo-kms-f28-destructive + - --target=gcp-ocm-osd-ccs-marketplace-f7 - --variant=amd64-nightly command: - ci-operator @@ -39738,8 +39948,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 49 20 16 * * + cluster: build04 + cron: 45 12 4,11,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -39748,13 +39958,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-custom-cos-endpoint-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ocm-osd-ccs-xpn-marketplace-f7 spec: containers: - args: @@ -39764,7 +39974,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-private-custom-cos-endpoint-fips-f28 + - --target=gcp-ocm-osd-ccs-xpn-marketplace-f7 - --variant=amd64-nightly command: - ci-operator @@ -39828,8 +40038,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 34 18 4 * * + cluster: build04 + cron: 53 11 3,10,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -39838,13 +40048,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-custom-cos-endpoint-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ocm-osd-ccs-xpn-private-f7 spec: containers: - args: @@ -39854,7 +40064,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-private-custom-cos-endpoint-fips-f28-destructive + - --target=gcp-ocm-osd-ccs-xpn-private-f7 - --variant=amd64-nightly command: - ci-operator @@ -39918,8 +40128,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 10 20 14,30 * * + cluster: build06 + cron: 27 5 2,9,16,25 * * decorate: true decoration_config: skip_cloning: true @@ -39928,13 +40138,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-f14-disasterrecovery + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ocm-wif-sv-f7 spec: containers: - args: @@ -39944,7 +40155,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-private-f14-disasterrecovery + - --target=gcp-ocm-wif-sv-f7 - --variant=amd64-nightly command: - ci-operator @@ -40008,8 +40219,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 6 15 29 * * + cluster: build04 + cron: 44 5 4,11,18,27 * * decorate: true decoration_config: skip_cloning: true @@ -40018,13 +40229,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-upi-f7-ui spec: containers: - args: @@ -40034,7 +40245,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-private-fips-f28 + - --target=gcp-upi-f7-ui - --variant=amd64-nightly command: - ci-operator @@ -40099,7 +40310,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 31 4 28 * * + cron: 8 8 29 2 * decorate: true decoration_config: skip_cloning: true @@ -40114,7 +40325,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-dedicatedhost-dynamic-f999 spec: containers: - args: @@ -40124,7 +40335,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-private-fips-f28-destructive + - --target=ibmcloud-ipi-dedicatedhost-dynamic-f999 - --variant=amd64-nightly command: - ci-operator @@ -40189,7 +40400,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 32 9 2,16 * * + cron: 46 6 27 * * decorate: true decoration_config: skip_cloning: true @@ -40204,7 +40415,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-proxy-private-rt-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-dedicatedhost-static-f28-destructive spec: containers: - args: @@ -40214,7 +40425,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-proxy-private-rt-f14 + - --target=ibmcloud-ipi-dedicatedhost-static-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -40279,7 +40490,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 36 23 24 * * + cron: 33 17 16 * * decorate: true decoration_config: skip_cloning: true @@ -40289,12 +40500,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-proxy-private-rt-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-disc-priv-f28 spec: containers: - args: @@ -40304,7 +40515,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-proxy-private-rt-f28-destructive + - --target=ibmcloud-ipi-disc-priv-f28 - --variant=amd64-nightly command: - ci-operator @@ -40369,7 +40580,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 16 9 20 * * + cron: 23 8 6 * * decorate: true decoration_config: skip_cloning: true @@ -40379,22 +40590,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-proxy-private-rt-f28-longduration-cloud - reporter_config: - slack: - channel: '#forum-prow-long-duration-cloudinfra-testcases' - job_states_to_report: - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-disc-priv-oc-mirror-f28-destructive spec: containers: - args: @@ -40404,7 +40605,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-proxy-private-rt-f28-longduration-cloud + - --target=ibmcloud-ipi-disc-priv-oc-mirror-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -40469,7 +40670,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 5 16 28 * * + cron: 26 23 24 * * decorate: true decoration_config: skip_cloning: true @@ -40484,7 +40685,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-tp-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-mini-perm-f28 spec: containers: - args: @@ -40494,7 +40695,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-tp-f28 + - --target=ibmcloud-ipi-mini-perm-f28 - --variant=amd64-nightly command: - ci-operator @@ -40559,7 +40760,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 34 17 24 * * + cron: 34 9 15 * * decorate: true decoration_config: skip_cloning: true @@ -40574,7 +40775,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-tp-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-mini-perm-f28-destructive spec: containers: - args: @@ -40584,7 +40785,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-tp-f28-destructive + - --target=ibmcloud-ipi-mini-perm-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -40649,7 +40850,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 15 15 15 * * + cron: 14 20 4 * * decorate: true decoration_config: skip_cloning: true @@ -40664,7 +40865,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-short-cert-rotation-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-ovn-ipsec-f28 spec: containers: - args: @@ -40674,7 +40875,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-short-cert-rotation-f28 + - --target=ibmcloud-ipi-ovn-ipsec-f28 - --variant=amd64-nightly command: - ci-operator @@ -40739,7 +40940,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 54 14 30 * * + cron: 3 19 26 * * decorate: true decoration_config: skip_cloning: true @@ -40748,14 +40949,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-boot-categories-project-rt-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-ovn-ipsec-f28-destructive spec: containers: - args: @@ -40765,7 +40965,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-boot-categories-project-rt-f28 + - --target=ibmcloud-ipi-ovn-ipsec-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -40830,7 +41030,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 40 10 5 2,4,6,8,10,12 * + cron: 8 8 29 2 * decorate: true decoration_config: skip_cloning: true @@ -40839,14 +41039,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-boot-categories-project-rt-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-ovn-mtu-migrate-f999 spec: containers: - args: @@ -40856,7 +41055,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-boot-categories-project-rt-f60-destructive + - --target=ibmcloud-ipi-ovn-mtu-migrate-f999 - --variant=amd64-nightly command: - ci-operator @@ -40921,7 +41120,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 8 1 28 * * + cron: 28 6 1 * * decorate: true decoration_config: skip_cloning: true @@ -40930,14 +41129,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-compact-image-registry-s3-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-byo-kms-f28 spec: containers: - args: @@ -40947,7 +41145,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-compact-image-registry-s3-f28 + - --target=ibmcloud-ipi-private-byo-kms-f28 - --variant=amd64-nightly command: - ci-operator @@ -41012,7 +41210,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 39 0 17 2,4,6,8,10,12 * + cron: 36 21 10 * * decorate: true decoration_config: skip_cloning: true @@ -41021,14 +41219,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-compact-image-registry-s3-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-byo-kms-f28-destructive spec: containers: - args: @@ -41038,7 +41235,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-compact-image-registry-s3-f60-destructive + - --target=ibmcloud-ipi-private-byo-kms-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -41103,7 +41300,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 25 13 2 * * + cron: 57 2 16 * * decorate: true decoration_config: skip_cloning: true @@ -41112,14 +41309,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-data-disks-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-byo-kms-rhcos10-tp-f28 spec: containers: - args: @@ -41129,21 +41325,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-data-disks-f28 + - --target=ibmcloud-ipi-private-byo-kms-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -41194,7 +41382,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 24 7 28 1,3,5,7,9,11 * + cron: 17 16 15 * * decorate: true decoration_config: skip_cloning: true @@ -41203,14 +41391,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-data-disks-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-byo-kms-rhcos10-tp-f28-destructive spec: containers: - args: @@ -41220,21 +41407,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-data-disks-f60-destructive + - --target=ibmcloud-ipi-private-byo-kms-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -41285,7 +41464,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 9 15 14 * * + cron: 49 20 16 * * decorate: true decoration_config: skip_cloning: true @@ -41294,14 +41473,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-disc-rt-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-custom-cos-endpoint-fips-f28 spec: containers: - args: @@ -41311,7 +41489,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-disc-rt-f28 + - --target=ibmcloud-ipi-private-custom-cos-endpoint-fips-f28 - --variant=amd64-nightly command: - ci-operator @@ -41376,7 +41554,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 28 16 6 2,4,6,8,10,12 * + cron: 34 18 4 * * decorate: true decoration_config: skip_cloning: true @@ -41385,14 +41563,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-disc-rt-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-custom-cos-endpoint-fips-f28-destructive spec: containers: - args: @@ -41402,7 +41579,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-disc-rt-f60-destructive + - --target=ibmcloud-ipi-private-custom-cos-endpoint-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -41467,7 +41644,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 15 18 10 * * + cron: 10 20 14,30 * * decorate: true decoration_config: skip_cloning: true @@ -41476,14 +41653,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-flow - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-flow-networks-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-f14-disasterrecovery spec: containers: - args: @@ -41493,7 +41669,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-flow-networks-f28 + - --target=ibmcloud-ipi-private-f14-disasterrecovery - --variant=amd64-nightly command: - ci-operator @@ -41558,7 +41734,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 16 0 7 1,3,5,7,9,11 * + cron: 6 15 29 * * decorate: true decoration_config: skip_cloning: true @@ -41567,14 +41743,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-flow - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-flow-networks-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-fips-f28 spec: containers: - args: @@ -41584,7 +41759,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-flow-networks-f60-destructive + - --target=ibmcloud-ipi-private-fips-f28 - --variant=amd64-nightly command: - ci-operator @@ -41649,7 +41824,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 34 18 2 * * + cron: 31 4 28 * * decorate: true decoration_config: skip_cloning: true @@ -41658,14 +41833,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-gpu-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-fips-f28-destructive spec: containers: - args: @@ -41675,7 +41849,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-gpu-f28 + - --target=ibmcloud-ipi-private-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -41740,7 +41914,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 2 11 12 1,3,5,7,9,11 * + cron: 31 18 16 * * decorate: true decoration_config: skip_cloning: true @@ -41749,14 +41923,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-gpu-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-fips-rhcos10-tp-f28 spec: containers: - args: @@ -41766,21 +41939,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-gpu-f60-destructive + - --target=ibmcloud-ipi-private-fips-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -41831,7 +41996,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 10 21 24 * * + cron: 23 18 2 * * decorate: true decoration_config: skip_cloning: true @@ -41840,14 +42005,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-multi-nic-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-private-fips-rhcos10-tp-f28-destructive spec: containers: - args: @@ -41857,21 +42021,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-multi-nic-f28 + - --target=ibmcloud-ipi-private-fips-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -41922,7 +42078,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 47 19 7 2,4,6,8,10,12 * + cron: 32 9 2,16 * * decorate: true decoration_config: skip_cloning: true @@ -41931,14 +42087,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-multi-nic-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-proxy-private-rt-f14 spec: containers: - args: @@ -41948,7 +42103,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-multi-nic-f60-destructive + - --target=ibmcloud-ipi-proxy-private-rt-f14 - --variant=amd64-nightly command: - ci-operator @@ -42013,7 +42168,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 1 15 9,16,23,30 * * + cron: 36 23 24 * * decorate: true decoration_config: skip_cloning: true @@ -42022,13 +42177,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-ovn-winc-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-proxy-private-rt-f28-destructive spec: containers: - args: @@ -42038,7 +42193,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-ovn-winc-f7 + - --target=ibmcloud-ipi-proxy-private-rt-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -42103,7 +42258,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 25 12 15 * * + cron: 16 9 20 * * decorate: true decoration_config: skip_cloning: true @@ -42112,14 +42267,23 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-preload-image-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-proxy-private-rt-f28-longduration-cloud + reporter_config: + slack: + channel: '#forum-prow-long-duration-cloudinfra-testcases' + job_states_to_report: + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -42129,7 +42293,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-preload-image-f28 + - --target=ibmcloud-ipi-proxy-private-rt-f28-longduration-cloud - --variant=amd64-nightly command: - ci-operator @@ -42194,7 +42358,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 57 1 3 * * + cron: 12 10 6,20 * * decorate: true decoration_config: skip_cloning: true @@ -42203,14 +42367,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-preload-image-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-proxy-private-rt-rhcos10-tp-f14 spec: containers: - args: @@ -42220,21 +42383,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-preload-image-f28-destructive + - --target=ibmcloud-ipi-proxy-private-rt-rhcos10-tp-f14 - --variant=amd64-nightly 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 @@ -42285,7 +42440,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 1 6 23 * * + cron: 24 20 13 * * decorate: true decoration_config: skip_cloning: true @@ -42294,14 +42449,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-proxy-f28-disasterrecovery + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-proxy-private-rt-rhcos10-tp-f28-destructive spec: containers: - args: @@ -42311,21 +42465,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-proxy-f28-disasterrecovery + - --target=ibmcloud-ipi-proxy-private-rt-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -42376,7 +42522,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 57 0 7 * * + cron: 5 16 28 * * decorate: true decoration_config: skip_cloning: true @@ -42385,14 +42531,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-proxy-fips-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-tp-f28 spec: containers: - args: @@ -42402,7 +42547,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-proxy-fips-mini-perm-f28 + - --target=ibmcloud-ipi-tp-f28 - --variant=amd64-nightly command: - ci-operator @@ -42467,7 +42612,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 16 1 18 1,3,5,7,9,11 * + cron: 34 17 24 * * decorate: true decoration_config: skip_cloning: true @@ -42476,14 +42621,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-proxy-fips-mini-perm-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-ipi-tp-f28-destructive spec: containers: - args: @@ -42493,7 +42637,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-proxy-fips-mini-perm-f60-destructive + - --target=ibmcloud-ipi-tp-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -42558,7 +42702,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 48 1 26 * * + cron: 15 15 15 * * decorate: true decoration_config: skip_cloning: true @@ -42567,14 +42711,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-tp-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-ibmcloud-short-cert-rotation-f28 spec: containers: - args: @@ -42584,7 +42727,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-tp-f28 + - --target=ibmcloud-short-cert-rotation-f28 - --variant=amd64-nightly command: - ci-operator @@ -42649,7 +42792,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 8 5 27 2,4,6,8,10,12 * + cron: 24 0 22 * * decorate: true decoration_config: skip_cloning: true @@ -42665,7 +42808,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-tp-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-boot-cate-project-rt-rhcos10-tp-f28 spec: containers: - args: @@ -42675,21 +42818,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-tp-f60-destructive + - --target=nutanix-ipi-boot-cate-project-rt-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -42740,7 +42875,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 41 16 24 * * + cron: 23 4 22 * * decorate: true decoration_config: skip_cloning: true @@ -42750,13 +42885,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-external-lb-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-boot-cate-project-rt-rhcos10-tp-f28-destructive spec: containers: - args: @@ -42766,21 +42901,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-zones-external-lb-f28 + - --target=nutanix-ipi-boot-cate-project-rt-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -42831,7 +42958,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 4 16 3 * * + cron: 54 14 30 * * decorate: true decoration_config: skip_cloning: true @@ -42841,23 +42968,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-external-lb-f28-longduration-cloud - reporter_config: - slack: - channel: '#forum-prow-long-duration-cloudinfra-testcases' - job_states_to_report: - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-boot-categories-project-rt-f28 spec: containers: - args: @@ -42867,7 +42984,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-zones-external-lb-f28-longduration-cloud + - --target=nutanix-ipi-boot-categories-project-rt-f28 - --variant=amd64-nightly command: - ci-operator @@ -42932,7 +43049,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 56 10 4 1,3,5,7,9,11 * + cron: 40 10 5 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -42942,13 +43059,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-external-lb-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-boot-categories-project-rt-f60-destructive spec: containers: - args: @@ -42958,7 +43075,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-zones-external-lb-f60-destructive + - --target=nutanix-ipi-boot-categories-project-rt-f60-destructive - --variant=amd64-nightly command: - ci-operator @@ -43023,7 +43140,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 6 0 7 * * + cron: 8 1 28 * * decorate: true decoration_config: skip_cloning: true @@ -43033,13 +43150,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-compact-image-registry-s3-f28 spec: containers: - args: @@ -43049,7 +43166,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-zones-f28 + - --target=nutanix-ipi-compact-image-registry-s3-f28 - --variant=amd64-nightly command: - ci-operator @@ -43114,7 +43231,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 41 6 6 1,3,5,7,9,11 * + cron: 39 0 17 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -43124,13 +43241,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-compact-image-registry-s3-f60-destructive spec: containers: - args: @@ -43140,7 +43257,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-zones-f60-destructive + - --target=nutanix-ipi-compact-image-registry-s3-f60-destructive - --variant=amd64-nightly command: - ci-operator @@ -43205,7 +43322,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 4 20 27 * * + cron: 25 13 2 * * decorate: true decoration_config: skip_cloning: true @@ -43221,7 +43338,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-multi-nic-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-data-disks-f28 spec: containers: - args: @@ -43231,7 +43348,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-zones-multi-nic-f28 + - --target=nutanix-ipi-data-disks-f28 - --variant=amd64-nightly command: - ci-operator @@ -43296,7 +43413,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 18 5 6 1,3,5,7,9,11 * + cron: 24 7 28 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -43312,7 +43429,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-multi-nic-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-data-disks-f60-destructive spec: containers: - args: @@ -43322,7 +43439,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-zones-multi-nic-f60-destructive + - --target=nutanix-ipi-data-disks-f60-destructive - --variant=amd64-nightly command: - ci-operator @@ -43387,7 +43504,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 56 23 2,9,16,23 * * + cron: 18 15 27 * * decorate: true decoration_config: skip_cloning: true @@ -43397,13 +43514,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-short-cert-rotation-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-data-disks-rhcos10-tp-f28 spec: containers: - args: @@ -43413,21 +43530,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-short-cert-rotation-f7 + - --target=nutanix-ipi-data-disks-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -43477,8 +43586,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 0 0,4,8 * * * + cluster: build01 + cron: 32 17 9 * * decorate: true decoration_config: skip_cloning: true @@ -43487,14 +43596,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-olmv1-benchmark-test + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-data-disks-rhcos10-tp-f28-destructive spec: containers: - args: @@ -43504,21 +43613,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=olmv1-benchmark-test + - --target=nutanix-ipi-data-disks-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -43568,8 +43669,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: vsphere02 - cron: 17 8 25 * * + cluster: build01 + cron: 9 15 14 * * decorate: true decoration_config: skip_cloning: true @@ -43578,24 +43679,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-amd-f28-ipsec-netobserv - reporter_config: - slack: - channel: '#team-qe-netobserv' - job_states_to_report: - - aborted - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-disc-rt-f28 spec: containers: - args: @@ -43605,7 +43696,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-amd-f28-ipsec-netobserv + - --target=nutanix-ipi-disc-rt-f28 - --variant=amd64-nightly command: - ci-operator @@ -43669,8 +43760,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: vsphere02 - cron: 59 16 20 * * + cluster: build01 + cron: 28 16 6 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -43679,24 +43770,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-amd-f28-techpreview-nwevents-netobserv - reporter_config: - slack: - channel: '#team-qe-netobserv' - job_states_to_report: - - aborted - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-disc-rt-f60-destructive spec: containers: - args: @@ -43706,7 +43787,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-amd-f28-techpreview-nwevents-netobserv + - --target=nutanix-ipi-disc-rt-f60-destructive - --variant=amd64-nightly command: - ci-operator @@ -43770,8 +43851,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: vsphere02 - cron: 45 3 7,16,23,30 * * + cluster: build01 + cron: 15 18 10 * * decorate: true decoration_config: skip_cloning: true @@ -43780,24 +43861,3809 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-flow + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-amd-f7-netobserv - reporter_config: - slack: - channel: '#team-qe-netobserv' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-flow-networks-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-flow-networks-f28 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 16 0 7 1,3,5,7,9,11 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-flow + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-flow-networks-f60-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-flow-networks-f60-destructive + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 34 18 2 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-gpu-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-gpu-f28 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 2 11 12 1,3,5,7,9,11 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-gpu-f60-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-gpu-f60-destructive + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 41 19 18 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-gpu-rhcos10-tp-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-gpu-rhcos10-tp-f28 + - --variant=amd64-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 41 19 25 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-gpu-rhcos10-tp-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-gpu-rhcos10-tp-f28-destructive + - --variant=amd64-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 10 21 24 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-multi-nic-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-multi-nic-f28 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 47 19 7 2,4,6,8,10,12 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-multi-nic-f60-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-multi-nic-f60-destructive + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 8 18 2 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-multi-nic-rhcos10-tp-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-multi-nic-rhcos10-tp-f28 + - --variant=amd64-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 21 12 4 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-multi-nic-rhcos10-tp-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-multi-nic-rhcos10-tp-f28-destructive + - --variant=amd64-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 1 15 9,16,23,30 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-ovn-winc-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-ovn-winc-f7 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 25 12 15 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-preload-image-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-preload-image-f28 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 57 1 3 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-preload-image-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-preload-image-f28-destructive + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 1 6 23 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-proxy-f28-disasterrecovery + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-proxy-f28-disasterrecovery + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 57 0 7 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-proxy-fips-mini-perm-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-proxy-fips-mini-perm-f28 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 16 1 18 1,3,5,7,9,11 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-proxy-fips-mini-perm-f60-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-proxy-fips-mini-perm-f60-destructive + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 48 1 26 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-tp-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-tp-f28 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 8 5 27 2,4,6,8,10,12 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-tp-f60-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-tp-f60-destructive + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 41 16 24 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-external-lb-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-zones-external-lb-f28 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 4 16 3 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-external-lb-f28-longduration-cloud + reporter_config: + slack: + channel: '#forum-prow-long-duration-cloudinfra-testcases' + job_states_to_report: + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-zones-external-lb-f28-longduration-cloud + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 56 10 4 1,3,5,7,9,11 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-external-lb-f60-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-zones-external-lb-f60-destructive + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 6 0 7 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-zones-f28 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 41 6 6 1,3,5,7,9,11 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-f60-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-zones-f60-destructive + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 4 20 27 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-multi-nic-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-zones-multi-nic-f28 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 18 5 6 1,3,5,7,9,11 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-multi-nic-f60-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-ipi-zones-multi-nic-f60-destructive + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 56 23 2,9,16,23 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-short-cert-rotation-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=nutanix-short-cert-rotation-f7 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build06 + cron: 0 0,4,8 * * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + capability/intranet: intranet + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-olmv1-benchmark-test + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=olmv1-benchmark-test + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 17 8 25 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-amd-f28-ipsec-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-amd-f28-ipsec-netobserv + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 59 16 20 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-amd-f28-techpreview-nwevents-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-amd-f28-techpreview-nwevents-netobserv + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 45 3 7,16,23,30 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-amd-f7-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-amd-f7-netobserv + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 55 13 30 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-compact-etcd-encrypt-rhcos10-tp-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-compact-etcd-encrypt-rhcos10-tp-f28 + - --variant=amd64-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 58 3 16 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-compact-etcd-encrypt-rhcos10-tp-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-compact-etcd-encrypt-rhcos10-tp-f28-destructive + - --variant=amd64-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 11 2 27 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-compact-etcd-encryption-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-compact-etcd-encryption-f28 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 32 7 1 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-compact-etcd-encryption-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-compact-etcd-encryption-f28-destructive + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 26 1 14 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disc-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-disc-f28 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 36 6 13 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disc-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-disc-f28-destructive + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 44 12 23 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disk-encrypt-tang-fips-rhcos10-tp-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-disk-encrypt-tang-fips-rhcos10-tp-f28 + - --variant=amd64-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 56 6 4 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disk-encrypt-tang-fips-rhcos10-tp-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-disk-encrypt-tang-fips-rhcos10-tp-f28-destructive + - --variant=amd64-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 14 22 18 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disk-encryption-tang-fips-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-disk-encryption-tang-fips-f28 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 2 0 15 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disk-encryption-tang-fips-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-disk-encryption-tang-fips-f28-destructive + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 30 11 24 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-external-lb-post-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-external-lb-post-f28 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 42 23 2,16 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-f14-sanity-reliability-test + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-f14-sanity-reliability-test + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 45 22 30 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-f28-longduration-hive + reporter_config: + slack: + channel: '#forum-prow-hive-qe-ci' job_states_to_report: - - aborted - error - failure - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -43807,7 +47673,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-amd-f7-netobserv + - --target=vsphere-ipi-f28-longduration-hive - --variant=amd64-nightly command: - ci-operator @@ -43872,7 +47738,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 11 2 27 * * + cron: 21 7 30 * * decorate: true decoration_config: skip_cloning: true @@ -43882,12 +47748,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-compact-etcd-encryption-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-host-groups-customize-f28 spec: containers: - args: @@ -43897,7 +47763,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-compact-etcd-encryption-f28 + - --target=vsphere-ipi-host-groups-customize-f28 - --variant=amd64-nightly command: - ci-operator @@ -43962,7 +47828,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 32 7 1 * * + cron: 50 19 3 * * decorate: true decoration_config: skip_cloning: true @@ -43972,12 +47838,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-compact-etcd-encryption-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-host-groups-customize-f28-destructive spec: containers: - args: @@ -43987,7 +47853,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-compact-etcd-encryption-f28-destructive + - --target=vsphere-ipi-host-groups-customize-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -44052,7 +47918,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 26 1 14 * * + cron: 9 20 7,21 * * decorate: true decoration_config: skip_cloning: true @@ -44062,12 +47928,23 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disc-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-longduration-mco-fips-proxy-p1-f14 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -44077,7 +47954,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-disc-f28 + - --target=vsphere-ipi-longduration-mco-fips-proxy-p1-f14 - --variant=amd64-nightly command: - ci-operator @@ -44142,7 +48019,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 36 6 13 * * + cron: 53 15 15,29 * * decorate: true decoration_config: skip_cloning: true @@ -44152,12 +48029,23 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disc-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-longduration-mco-fips-proxy-p2-f14 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -44167,7 +48055,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-disc-f28-destructive + - --target=vsphere-ipi-longduration-mco-fips-proxy-p2-f14 - --variant=amd64-nightly command: - ci-operator @@ -44232,7 +48120,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 14 22 18 * * + cron: 22 14 9,25 * * decorate: true decoration_config: skip_cloning: true @@ -44247,7 +48135,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disk-encryption-tang-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-longduration-mco-fips-proxy-p3-f14 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -44257,7 +48156,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-disk-encryption-tang-fips-f28 + - --target=vsphere-ipi-longduration-mco-fips-proxy-p3-f14 - --variant=amd64-nightly command: - ci-operator @@ -44322,7 +48221,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 2 0 15 * * + cron: 41 15 26 * * decorate: true decoration_config: skip_cloning: true @@ -44337,7 +48236,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disk-encryption-tang-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-disk-f28 spec: containers: - args: @@ -44347,7 +48246,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-disk-encryption-tang-fips-f28-destructive + - --target=vsphere-ipi-multi-disk-f28 - --variant=amd64-nightly command: - ci-operator @@ -44412,7 +48311,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 30 11 24 * * + cron: 56 20 14 * * decorate: true decoration_config: skip_cloning: true @@ -44422,12 +48321,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-external-lb-post-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-disk-f28-destructive spec: containers: - args: @@ -44437,7 +48336,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-external-lb-post-f28 + - --target=vsphere-ipi-multi-disk-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -44502,7 +48401,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 42 23 2,16 * * + cron: 23 20 15 * * decorate: true decoration_config: skip_cloning: true @@ -44517,7 +48416,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-f14-sanity-reliability-test + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-disk-rhcos10-tp-f28 spec: containers: - args: @@ -44527,21 +48426,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-f14-sanity-reliability-test + - --target=vsphere-ipi-multi-disk-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -44592,7 +48483,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 45 22 30 * * + cron: 14 18 29 * * decorate: true decoration_config: skip_cloning: true @@ -44607,18 +48498,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-f28-longduration-hive - reporter_config: - slack: - channel: '#forum-prow-hive-qe-ci' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-disk-rhcos10-tp-f28-destructive spec: containers: - args: @@ -44628,21 +48508,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-f28-longduration-hive + - --target=vsphere-ipi-multi-disk-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -44693,7 +48565,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 21 7 30 * * + cron: 32 11 16 * * decorate: true decoration_config: skip_cloning: true @@ -44708,7 +48580,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-host-groups-customize-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-nic-f28 spec: containers: - args: @@ -44718,7 +48590,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-host-groups-customize-f28 + - --target=vsphere-ipi-multi-nic-f28 - --variant=amd64-nightly command: - ci-operator @@ -44783,7 +48655,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 50 19 3 * * + cron: 14 2 1 * * decorate: true decoration_config: skip_cloning: true @@ -44798,7 +48670,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-host-groups-customize-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-nic-f28-destructive spec: containers: - args: @@ -44808,7 +48680,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-host-groups-customize-f28-destructive + - --target=vsphere-ipi-multi-nic-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -44873,7 +48745,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 9 20 7,21 * * + cron: 28 14 17 * * decorate: true decoration_config: skip_cloning: true @@ -44888,18 +48760,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-longduration-mco-fips-proxy-p1-f14 - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-nic-rhcos10-tp-f28 spec: containers: - args: @@ -44909,21 +48770,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-longduration-mco-fips-proxy-p1-f14 + - --target=vsphere-ipi-multi-nic-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -44974,7 +48827,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 53 15 15,29 * * + cron: 16 1 6 * * decorate: true decoration_config: skip_cloning: true @@ -44989,18 +48842,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-longduration-mco-fips-proxy-p2-f14 - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-nic-rhcos10-tp-f28-destructive spec: containers: - args: @@ -45010,21 +48852,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-longduration-mco-fips-proxy-p2-f14 + - --target=vsphere-ipi-multi-nic-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -45075,7 +48909,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 22 14 9,25 * * + cron: 13 16 13 * * decorate: true decoration_config: skip_cloning: true @@ -45090,18 +48924,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-longduration-mco-fips-proxy-p3-f14 - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-vcenter-f28 spec: containers: - args: @@ -45111,7 +48934,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-longduration-mco-fips-proxy-p3-f14 + - --target=vsphere-ipi-multi-vcenter-f28 - --variant=amd64-nightly command: - ci-operator @@ -45176,7 +48999,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 41 15 26 * * + cron: 11 8 9 * * decorate: true decoration_config: skip_cloning: true @@ -45191,7 +49014,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-disk-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-vcenter-f28-destructive spec: containers: - args: @@ -45201,7 +49024,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-disk-f28 + - --target=vsphere-ipi-multi-vcenter-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -45266,7 +49089,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 56 20 14 * * + cron: 31 7 22 * * decorate: true decoration_config: skip_cloning: true @@ -45281,7 +49104,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-disk-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multisubnets-elb-usermanaged-f28 spec: containers: - args: @@ -45291,7 +49114,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-disk-f28-destructive + - --target=vsphere-ipi-multisubnets-elb-usermanaged-f28 - --variant=amd64-nightly command: - ci-operator @@ -45356,7 +49179,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 32 11 16 * * + cron: 24 21 1 * * decorate: true decoration_config: skip_cloning: true @@ -45371,7 +49194,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-nic-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multisubnets-elb-usermanaged-f28-destructive spec: containers: - args: @@ -45381,7 +49204,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-nic-f28 + - --target=vsphere-ipi-multisubnets-elb-usermanaged-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -45446,7 +49269,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 14 2 1 * * + cron: 20 2 26 * * decorate: true decoration_config: skip_cloning: true @@ -45461,7 +49284,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-nic-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-f28 spec: containers: - args: @@ -45471,7 +49294,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-nic-f28-destructive + - --target=vsphere-ipi-ovn-dualstack-f28 - --variant=amd64-nightly command: - ci-operator @@ -45536,7 +49359,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 13 16 13 * * + cron: 10 16 3 * * decorate: true decoration_config: skip_cloning: true @@ -45551,7 +49374,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-vcenter-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-f28-destructive spec: containers: - args: @@ -45561,7 +49384,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-vcenter-f28 + - --target=vsphere-ipi-ovn-dualstack-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -45626,7 +49449,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 11 8 9 * * + cron: 57 14 6 * * decorate: true decoration_config: skip_cloning: true @@ -45641,7 +49464,17 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-vcenter-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-f28-longduration-cloud + reporter_config: + slack: + channel: '#forum-prow-long-duration-cloudinfra-testcases' + job_states_to_report: + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -45651,7 +49484,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-vcenter-f28-destructive + - --target=vsphere-ipi-ovn-dualstack-f28-longduration-cloud - --variant=amd64-nightly command: - ci-operator @@ -45716,7 +49549,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 31 7 22 * * + cron: 28 21 6 * * decorate: true decoration_config: skip_cloning: true @@ -45731,7 +49564,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multisubnets-elb-usermanaged-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-privmaryv6-f28 spec: containers: - args: @@ -45741,7 +49574,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multisubnets-elb-usermanaged-f28 + - --target=vsphere-ipi-ovn-dualstack-privmaryv6-f28 - --variant=amd64-nightly command: - ci-operator @@ -45806,7 +49639,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 24 21 1 * * + cron: 10 7 11 * * decorate: true decoration_config: skip_cloning: true @@ -45821,7 +49654,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multisubnets-elb-usermanaged-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-privmaryv6-f28-destructive spec: containers: - args: @@ -45831,7 +49664,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multisubnets-elb-usermanaged-f28-destructive + - --target=vsphere-ipi-ovn-dualstack-privmaryv6-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -45896,7 +49729,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 20 2 26 * * + cron: 16 11 7 * * decorate: true decoration_config: skip_cloning: true @@ -45906,12 +49739,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-ipsec-mininal-permission-f28 spec: containers: - args: @@ -45921,7 +49754,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-dualstack-f28 + - --target=vsphere-ipi-ovn-ipsec-mininal-permission-f28 - --variant=amd64-nightly command: - ci-operator @@ -45986,7 +49819,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 10 16 3 * * + cron: 3 23 18 * * decorate: true decoration_config: skip_cloning: true @@ -45996,12 +49829,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-ipsec-mininal-permission-f28-destructive spec: containers: - args: @@ -46011,7 +49844,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-dualstack-f28-destructive + - --target=vsphere-ipi-ovn-ipsec-mininal-permission-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -46076,7 +49909,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 57 14 6 * * + cron: 53 6 2,18 * * decorate: true decoration_config: skip_cloning: true @@ -46091,17 +49924,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-f28-longduration-cloud - reporter_config: - slack: - channel: '#forum-prow-long-duration-cloudinfra-testcases' - job_states_to_report: - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-local-to-shared-gateway-mode-migration-f14 spec: containers: - args: @@ -46111,7 +49934,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-dualstack-f28-longduration-cloud + - --target=vsphere-ipi-ovn-local-to-shared-gateway-mode-migration-f14 - --variant=amd64-nightly command: - ci-operator @@ -46176,7 +49999,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 28 21 6 * * + cron: 45 3 2 * * decorate: true decoration_config: skip_cloning: true @@ -46191,7 +50014,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-privmaryv6-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-shared-to-local-gw-migration-f28 spec: containers: - args: @@ -46201,7 +50024,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-dualstack-privmaryv6-f28 + - --target=vsphere-ipi-ovn-shared-to-local-gw-migration-f28 - --variant=amd64-nightly command: - ci-operator @@ -46266,7 +50089,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 10 7 11 * * + cron: 59 11 1 * * decorate: true decoration_config: skip_cloning: true @@ -46281,7 +50104,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-privmaryv6-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-shared-to-local-gw-migration-f28-destructive spec: containers: - args: @@ -46291,7 +50114,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-dualstack-privmaryv6-f28-destructive + - --target=vsphere-ipi-ovn-shared-to-local-gw-migration-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -46356,7 +50179,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 16 11 7 * * + cron: 23 2 5,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -46371,7 +50194,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-ipsec-mininal-permission-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-winc-f7 spec: containers: - args: @@ -46381,7 +50204,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-ipsec-mininal-permission-f28 + - --target=vsphere-ipi-ovn-winc-f7 - --variant=amd64-nightly command: - ci-operator @@ -46446,7 +50269,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 3 23 18 * * + cron: 26 18 16,30 * * decorate: true decoration_config: skip_cloning: true @@ -46456,12 +50279,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-ipsec-mininal-permission-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-f14-disasterrecovery spec: containers: - args: @@ -46471,7 +50294,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-ipsec-mininal-permission-f28-destructive + - --target=vsphere-ipi-proxy-f14-disasterrecovery - --variant=amd64-nightly command: - ci-operator @@ -46536,7 +50359,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 53 6 2,18 * * + cron: 50 14 2 * * decorate: true decoration_config: skip_cloning: true @@ -46546,12 +50369,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-local-to-shared-gateway-mode-migration-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-f28 spec: containers: - args: @@ -46561,7 +50384,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-local-to-shared-gateway-mode-migration-f14 + - --target=vsphere-ipi-proxy-fips-f28 - --variant=amd64-nightly command: - ci-operator @@ -46626,7 +50449,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 45 3 2 * * + cron: 3 7 21 * * decorate: true decoration_config: skip_cloning: true @@ -46636,12 +50459,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-shared-to-local-gw-migration-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-f28-destructive spec: containers: - args: @@ -46651,7 +50474,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-shared-to-local-gw-migration-f28 + - --target=vsphere-ipi-proxy-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -46716,7 +50539,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 59 11 1 * * + cron: 57 15 11,25 * * decorate: true decoration_config: skip_cloning: true @@ -46726,12 +50549,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-shared-to-local-gw-migration-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-regen-cert-f14 spec: containers: - args: @@ -46741,7 +50564,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-shared-to-local-gw-migration-f28-destructive + - --target=vsphere-ipi-proxy-fips-regen-cert-f14 - --variant=amd64-nightly command: - ci-operator @@ -46806,7 +50629,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 23 2 5,12,19,26 * * + cron: 4 1 11,27 * * decorate: true decoration_config: skip_cloning: true @@ -46816,12 +50639,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-winc-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-regen-cert-rhcos10-tp-f14 spec: containers: - args: @@ -46831,21 +50654,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-winc-f7 + - --target=vsphere-ipi-proxy-fips-regen-cert-rhcos10-tp-f14 - --variant=amd64-nightly 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 @@ -46896,7 +50711,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 26 18 16,30 * * + cron: 26 18 19 * * decorate: true decoration_config: skip_cloning: true @@ -46911,7 +50726,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-f14-disasterrecovery + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-rhcos10-tp-f28 spec: containers: - args: @@ -46921,21 +50736,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-f14-disasterrecovery + - --target=vsphere-ipi-proxy-fips-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -46986,7 +50793,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 50 14 2 * * + cron: 51 22 26 * * decorate: true decoration_config: skip_cloning: true @@ -47001,7 +50808,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-rhcos10-tp-f28-destructive spec: containers: - args: @@ -47011,21 +50818,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-fips-f28 + - --target=vsphere-ipi-proxy-fips-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -47076,7 +50875,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 3 7 21 * * + cron: 17 21 6 * * decorate: true decoration_config: skip_cloning: true @@ -47091,7 +50890,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-tp-f28 spec: containers: - args: @@ -47101,7 +50900,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-fips-f28-destructive + - --target=vsphere-ipi-proxy-tp-f28 - --variant=amd64-nightly command: - ci-operator @@ -47166,7 +50965,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 57 15 11,25 * * + cron: 14 7 21 * * decorate: true decoration_config: skip_cloning: true @@ -47181,7 +50980,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-regen-cert-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-tp-f28-destructive spec: containers: - args: @@ -47191,7 +50990,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-fips-regen-cert-f14 + - --target=vsphere-ipi-proxy-tp-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -47256,7 +51055,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 17 21 6 * * + cron: 13 20 9 * * decorate: true decoration_config: skip_cloning: true @@ -47266,12 +51065,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-tp-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-remote-worker-f28 spec: containers: - args: @@ -47281,7 +51080,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-tp-f28 + - --target=vsphere-ipi-remote-worker-f28 - --variant=amd64-nightly command: - ci-operator @@ -47346,7 +51145,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 14 7 21 * * + cron: 9 15 13 * * decorate: true decoration_config: skip_cloning: true @@ -47356,12 +51155,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-tp-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-remote-worker-f28-destructive spec: containers: - args: @@ -47371,7 +51170,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-tp-f28-destructive + - --target=vsphere-ipi-remote-worker-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -47436,7 +51235,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 13 20 9 * * + cron: 8 5 4 * * decorate: true decoration_config: skip_cloning: true @@ -47451,7 +51250,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-remote-worker-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-static-ip-f28 spec: containers: - args: @@ -47461,7 +51260,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-remote-worker-f28 + - --target=vsphere-ipi-static-ip-f28 - --variant=amd64-nightly command: - ci-operator @@ -47526,7 +51325,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 9 15 13 * * + cron: 11 4 22 * * decorate: true decoration_config: skip_cloning: true @@ -47541,7 +51340,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-remote-worker-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-static-ip-f28-destructive spec: containers: - args: @@ -47551,7 +51350,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-remote-worker-f28-destructive + - --target=vsphere-ipi-static-ip-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -47616,7 +51415,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 8 5 4 * * + cron: 23 13 25 * * decorate: true decoration_config: skip_cloning: true @@ -47631,7 +51430,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-static-ip-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-template-usertags-f28 spec: containers: - args: @@ -47641,7 +51440,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-static-ip-f28 + - --target=vsphere-ipi-template-usertags-f28 - --variant=amd64-nightly command: - ci-operator @@ -47706,7 +51505,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 11 4 22 * * + cron: 36 10 22 * * decorate: true decoration_config: skip_cloning: true @@ -47721,7 +51520,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-static-ip-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-template-usertags-f28-destructive spec: containers: - args: @@ -47731,7 +51530,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-static-ip-f28-destructive + - --target=vsphere-ipi-template-usertags-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -47796,7 +51595,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 23 13 25 * * + cron: 52 7 7 * * decorate: true decoration_config: skip_cloning: true @@ -47806,12 +51605,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-template-usertags-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multi-nic-f28 spec: containers: - args: @@ -47821,7 +51620,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-template-usertags-f28 + - --target=vsphere-ipi-zones-multi-nic-f28 - --variant=amd64-nightly command: - ci-operator @@ -47886,7 +51685,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 36 10 22 * * + cron: 38 16 1 * * decorate: true decoration_config: skip_cloning: true @@ -47896,12 +51695,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-template-usertags-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multi-nic-f28-destructive spec: containers: - args: @@ -47911,7 +51710,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-template-usertags-f28-destructive + - --target=vsphere-ipi-zones-multi-nic-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -47976,7 +51775,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 52 7 7 * * + cron: 13 20 6 * * decorate: true decoration_config: skip_cloning: true @@ -47991,7 +51790,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multi-nic-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multisubnets-external-lb-f28 spec: containers: - args: @@ -48001,7 +51800,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-zones-multi-nic-f28 + - --target=vsphere-ipi-zones-multisubnets-external-lb-f28 - --variant=amd64-nightly command: - ci-operator @@ -48066,7 +51865,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 38 16 1 * * + cron: 0 16 6 * * decorate: true decoration_config: skip_cloning: true @@ -48081,7 +51880,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multi-nic-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multisubnets-external-lb-f28-destructive spec: containers: - args: @@ -48091,7 +51890,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-zones-multi-nic-f28-destructive + - --target=vsphere-ipi-zones-multisubnets-external-lb-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -48156,7 +51955,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 13 20 6 * * + cron: 45 8 7 * * decorate: true decoration_config: skip_cloning: true @@ -48171,7 +51970,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multisubnets-external-lb-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-template-f28 spec: containers: - args: @@ -48181,7 +51980,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-zones-multisubnets-external-lb-f28 + - --target=vsphere-ipi-zones-template-f28 - --variant=amd64-nightly command: - ci-operator @@ -48246,7 +52045,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 0 16 6 * * + cron: 15 23 27 * * decorate: true decoration_config: skip_cloning: true @@ -48261,7 +52060,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multisubnets-external-lb-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-template-f28-destructive spec: containers: - args: @@ -48271,7 +52070,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-zones-multisubnets-external-lb-f28-destructive + - --target=vsphere-ipi-zones-template-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -48336,7 +52135,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 45 8 7 * * + cron: 2 10 5,14,21,28 * * decorate: true decoration_config: skip_cloning: true @@ -48351,7 +52150,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-template-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-short-cert-rotation-f7 spec: containers: - args: @@ -48361,7 +52160,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-zones-template-f28 + - --target=vsphere-short-cert-rotation-f7 - --variant=amd64-nightly command: - ci-operator @@ -48426,7 +52225,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 15 23 27 * * + cron: 8 2 27 * * decorate: true decoration_config: skip_cloning: true @@ -48436,12 +52235,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-template-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disc-secureboot-fips-f28 spec: containers: - args: @@ -48451,7 +52250,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-zones-template-f28-destructive + - --target=vsphere-upi-disc-secureboot-fips-f28 - --variant=amd64-nightly command: - ci-operator @@ -48516,7 +52315,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 2 10 5,14,21,28 * * + cron: 53 15 21 * * decorate: true decoration_config: skip_cloning: true @@ -48526,12 +52325,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-short-cert-rotation-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disc-secureboot-fips-f28-destructive spec: containers: - args: @@ -48541,7 +52340,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-short-cert-rotation-f7 + - --target=vsphere-upi-disc-secureboot-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -48606,7 +52405,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 8 2 27 * * + cron: 36 11 12 * * decorate: true decoration_config: skip_cloning: true @@ -48621,7 +52420,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disc-secureboot-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disc-secureboot-fips-rhcos10-tp-f28 spec: containers: - args: @@ -48631,21 +52430,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-disc-secureboot-fips-f28 + - --target=vsphere-upi-disc-secureboot-fips-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -48696,7 +52487,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 53 15 21 * * + cron: 44 16 6 * * decorate: true decoration_config: skip_cloning: true @@ -48711,7 +52502,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disc-secureboot-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disc-secureboot-fips-rhcos10-tp-f28-destructive spec: containers: - args: @@ -48721,21 +52512,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-disc-secureboot-fips-f28-destructive + - --target=vsphere-upi-disc-secureboot-fips-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 From 8d18718499ef89187026a52355a38d743478ff4a Mon Sep 17 00:00:00 2001 From: Jianlin Liu Date: Wed, 11 Feb 2026 19:12:01 +0800 Subject: [PATCH 3/6] enable QE rhcos10 ci jobs on arm64 arch --- ...s-private-release-4.22__arm64-nightly.yaml | 64 ++++- ...-tests-private-release-4.22-periodics.yaml | 249 +++++++++++++++++- 2 files changed, 311 insertions(+), 2 deletions(-) diff --git a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__arm64-nightly.yaml b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__arm64-nightly.yaml index b8a11a8fbd428..29a482130d0d3 100644 --- a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__arm64-nightly.yaml +++ b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__arm64-nightly.yaml @@ -182,6 +182,47 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-aws-ipi-disconnected-private-cco-manual-security-token-service-private-s3-with-ep-sts-ec2-elb +- as: aws-ipi-disc-priv-sts-ep-mini-perm-rhcos10-tp-f14 + cron: 12 22 8,24 * * + steps: + cluster_profile: aws-qe + dependencies: + OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest + env: + AWS_CCOCTL_USE_MINIMAL_PERMISSIONS: "yes" + AWS_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.devcluster.openshift.com + COMPUTE_NODE_TYPE: m6g.xlarge + CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge + E2E_RUN_TAGS: '@disconnected' + EXTRACT_MANIFEST_INCLUDED: "true" + FEATURE_SET: TechPreviewNoUpgrade + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;~Serial&;~Disruptive&;~ConnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly& + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-aws-ipi-disconnected-private-cco-manual-security-token-service-private-s3-with-ep-sts-ec2-elb +- as: aws-ipi-disc-priv-sts-ep-oc-mirror-rhcos10-tp-f14-destructive + cron: 5 17 16,30 * * + steps: + cluster_profile: aws-qe + dependencies: + OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest + env: + BASE_DOMAIN: qe.devcluster.openshift.com + COMPUTE_NODE_TYPE: m6g.xlarge + CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge + E2E_RUN_TAGS: '@disconnected' + EXTRACT_MANIFEST_INCLUDED: "true" + FEATURE_SET: TechPreviewNoUpgrade + MIRROR_BIN: oc-mirror + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + TEST_FILTERS: ~ChkUpgrade&;~NonPreRelease&;Serial;Disruptive;~ConnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly& + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-aws-ipi-disconnected-private-cco-manual-security-token-service-private-s3-with-ep-sts-ec2-elb - as: aws-ipi-disc-priv-tp-f28-destructive cron: 5 1 4 * * steps: @@ -219,7 +260,7 @@ tests: - chain: openshift-e2e-test-qe workflow: cucushift-installer-rehearse-aws-ipi-disconnected-private - as: aws-ipi-f14-longduration-workload - cron: 30 9 8,24 * * + cron: 24 21 7,23 * * steps: cluster_profile: aws-qe dependencies: @@ -656,6 +697,27 @@ tests: test: - chain: openshift-e2e-test-qe workflow: baremetal-lab-sno +- as: baremetal-sno-ipv4-disk-etcd-encryption-rhcos10-tp-f7 + capabilities: + - intranet + cron: 14 14 2,9,18,25 * * + steps: + cluster_profile: equinix-ocp-metal-qe + dependencies: + OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest + env: + AUX_HOST: openshift-qe-metal-ci.arm.eng.rdu2.redhat.com + ENABLE_DISK_ENCRYPTION: "true" + ENABLE_ETCD_ENCRYPTION: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + RESERVE_BOOTSTRAP: "false" + architecture: arm64 + masters: "1" + workers: "0" + test: + - chain: openshift-e2e-test-qe + workflow: baremetal-lab-sno - as: baremetal-ipi-ovn-vmedia-bmc-verify-ca-f28 capabilities: - intranet diff --git a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml index 7c7c2a98a808d..750eaaca87092 100644 --- a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml +++ b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml @@ -61796,6 +61796,88 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build10 + cron: 12 22 8,24 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: arm64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-disc-priv-sts-ep-mini-perm-rhcos10-tp-f14 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-disc-priv-sts-ep-mini-perm-rhcos10-tp-f14 + - --variant=arm64-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 - agent: kubernetes cluster: build10 cron: 13 2 7 * * @@ -61886,6 +61968,88 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build10 + cron: 5 17 16,30 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: arm64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-disc-priv-sts-ep-oc-mirror-rhcos10-tp-f14-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-disc-priv-sts-ep-oc-mirror-rhcos10-tp-f14-destructive + - --variant=arm64-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 - agent: kubernetes cluster: build10 cron: 43 7 14,28 * * @@ -62068,7 +62232,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 30 9 8,24 * * + cron: 24 21 7,23 * * decorate: true decoration_config: skip_cloning: true @@ -63598,6 +63762,89 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build06 + cron: 14 14 2,9,18,25 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/variant: arm64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-baremetal-sno-ipv4-disk-etcd-encryption-rhcos10-tp-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=baremetal-sno-ipv4-disk-etcd-encryption-rhcos10-tp-f7 + - --variant=arm64-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 - agent: kubernetes cluster: build06 cron: 34 18 3,10,17,24 * * From 899472790b3429ca44518a6a1dcb37a0f42fafad Mon Sep 17 00:00:00 2001 From: Jianlin Liu Date: Wed, 11 Feb 2026 20:47:16 +0800 Subject: [PATCH 4/6] enable QE rhcos10 ci jobs on multi arch --- ...s-private-release-4.22__amd64-nightly.yaml | 6 +- ...s-private-release-4.22__arm64-nightly.yaml | 2 +- ...s-private-release-4.22__multi-nightly.yaml | 463 +- ...-tests-private-release-4.22-periodics.yaml | 10108 ++++++++++------ 4 files changed, 6707 insertions(+), 3872 deletions(-) diff --git a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__amd64-nightly.yaml b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__amd64-nightly.yaml index 3fe863a5d638e..eb51f49174901 100644 --- a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__amd64-nightly.yaml +++ b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__amd64-nightly.yaml @@ -4972,7 +4972,7 @@ tests: test: - chain: openshift-e2e-test-qe workflow: baremetal-lab-ipi-virtual-media -- as: baremetal-ipi-ovn-vmedia-disk-encryption-rhcos10-tp-f7 +- as: metal-ipi-ovn-vmedia-disk-encryption-rhcos10-tp-f7 capabilities: - intranet cron: 38 16 1,8,15,24 * * @@ -5059,7 +5059,7 @@ tests: - ref: cucushift-installer-check-capability - chain: openshift-e2e-test-qe workflow: baremetal-lab-sno -- as: baremetal-sno-ipv4-etcd-encryption-rt-kdump-rhcos10-tp-f7 +- as: metal-sno-ipv4-etcd-encryption-rt-kdump-rhcos10-tp-f7 capabilities: - intranet cron: 11 19 6,13,22,29 * * @@ -5079,7 +5079,7 @@ tests: test: - chain: openshift-e2e-test-qe workflow: baremetal-lab-sno -- as: baremetal-sno-ipv4-etcd-encryption-rt-basecap-rhcos10-tp-f7 +- as: metal-sno-ipv4-etcd-encryption-rt-basecap-rhcos10-tp-f7 capabilities: - intranet cron: 51 17 5,12,19,26 * * diff --git a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__arm64-nightly.yaml b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__arm64-nightly.yaml index 29a482130d0d3..06485ec620061 100644 --- a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__arm64-nightly.yaml +++ b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__arm64-nightly.yaml @@ -697,7 +697,7 @@ tests: test: - chain: openshift-e2e-test-qe workflow: baremetal-lab-sno -- as: baremetal-sno-ipv4-disk-etcd-encryption-rhcos10-tp-f7 +- as: metal-sno-ipv4-disk-etcd-encryption-rhcos10-tp-f7 capabilities: - intranet cron: 14 14 2,9,18,25 * * diff --git a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__multi-nightly.yaml b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__multi-nightly.yaml index ca7bc7fc29244..de32fbc40cce4 100644 --- a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__multi-nightly.yaml +++ b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__multi-nightly.yaml @@ -185,6 +185,57 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-aws-ipi-byo-iam-role-efs +- as: aws-ipi-byo-iam-role-efs-rhcos10-tp-arm-f7-custom-cert + cron: 15 15 7,16,23,30 * * + steps: + cluster_profile: aws-qe + dependency_overrides: + OO_INDEX: registry.redhat.io/redhat/redhat-operator-index:v4.20 + env: + BASE_DOMAIN: qe.devcluster.openshift.com + COMPUTE_NODE_TYPE: m6g.xlarge + CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge + FEATURE_SET: TechPreviewNoUpgrade + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + test: + - chain: cert-manager-custom-api-ingress-cert + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-aws-ipi-byo-iam-role-efs +- as: aws-ipi-byo-iam-role-efs-rhcos10-tp-arm-regen-cert-f14 + cron: 14 0 13,27 * * + steps: + cluster_profile: aws-qe + dependency_overrides: + OO_INDEX: registry.redhat.io/redhat/redhat-operator-index:v4.20 + env: + BASE_DOMAIN: qe.devcluster.openshift.com + COMPUTE_NODE_TYPE: m6g.xlarge + CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge + E2E_RUN_TAGS: '@level0' + FEATURE_SET: TechPreviewNoUpgrade + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + TEST_IMPORTANCE: LEVEL0 + test: + - chain: openshift-e2e-test-qe-regenerate-cluster-cert + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-aws-ipi-byo-iam-role-efs +- as: aws-ipi-byo-iam-role-efs-fips-rhcos10-tp-amd-f28-destructive + cron: 10 16 23 * * + steps: + cluster_profile: aws-qe + dependency_overrides: + OO_INDEX: registry.redhat.io/redhat/redhat-operator-index:v4.20 + env: + BASE_DOMAIN: qe.devcluster.openshift.com + ENABLE_BYO_IAM_ROLE_CONTROL_PLANE: "false" + ENABLE_BYO_IAM_ROLE_CUMPUTE: "false" + ENABLE_BYO_IAM_ROLE_DEFAULT_MACHINE: "true" + FIPS_ENABLED: "true" + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-aws-ipi-byo-iam-role-efs - as: aws-ipi-byo-kms-etcd-encryption-mini-perm-arm-f7 cron: 20 12 4,13,20,27 * * steps: @@ -211,6 +262,35 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-aws-ipi-byo-kms-etcd-encryption +- as: aws-ipi-kms-etcd-encrypt-rhcos10-tp-arm-f7 + cron: 37 16 6,13,22,29 * * + steps: + cluster_profile: aws-qe + env: + BASE_DOMAIN: qe.devcluster.openshift.com + COMPUTE_NODE_TYPE: m6g.xlarge + CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge + FEATURE_SET: TechPreviewNoUpgrade + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-aws-ipi-byo-kms-etcd-encryption +- as: aws-ipi-kms-etcd-encrypt-fips-rhcos10-tp-amd-f28-destructive + cron: 4 17 6 * * + steps: + cluster_profile: aws-qe + env: + BASE_DOMAIN: qe.devcluster.openshift.com + ENABLE_AWS_KMS_KEY_COMPUTE: "yes" + ENABLE_AWS_KMS_KEY_CONTROL_PLANE: "yes" + ENABLE_AWS_KMS_KEY_DEFAULT_MACHINE: "no" + FEATURE_SET: TechPreviewNoUpgrade + FIPS_ENABLED: "true" + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-aws-ipi-byo-kms-etcd-encryption - as: aws-ipi-localzone-rootvolume-f7 cron: 50 3 1,8,15,24 * * steps: @@ -750,6 +830,40 @@ tests: - ref: ipi-install-heterogeneous - chain: openshift-e2e-test-qe workflow: cucushift-installer-rehearse-aws-ipi-ovn-ipsec +- as: aws-ipi-ovn-ipsec-rhcos10-tp-amd-arm-day0-f28-destructive + cron: 15 0 19 * * + steps: + cluster_profile: aws-qe + env: + BASE_DOMAIN: qe.devcluster.openshift.com + COMPUTE_ARCH: arm64 + CONTROL_ARCH: amd64 + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - ref: ipi-install-heterogeneous + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-aws-ipi-ovn-ipsec +- as: aws-ipi-ovn-ipsec-mini-perm-rhcos10-tp-arm-mixarch-f7 + cron: 29 0 9,16,23,30 * * + steps: + cluster_profile: aws-qe + env: + ADDITIONAL_WORKER_ARCHITECTURE: x86_64 + ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge + ADDITIONAL_WORKERS: "1" + AWS_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.devcluster.openshift.com + COMPUTE_NODE_REPLICAS: "2" + COMPUTE_NODE_TYPE: m6g.xlarge + CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge + FEATURE_SET: TechPreviewNoUpgrade + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + test: + - ref: ipi-install-heterogeneous + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-aws-ipi-ovn-ipsec - as: aws-ipi-ovn-ipv4-subnet-arm-f14 cron: 42 12 11,25 * * steps: @@ -859,7 +973,7 @@ tests: - chain: openshift-e2e-test-qe workflow: cucushift-installer-rehearse-aws-ipi-private-cco-manual-security-token-service - as: aws-ipi-https-proxy-sts-mini-perm-amd-f28-destructive - cron: 51 18 15 * * + cron: 37 17 24 * * steps: cluster_profile: aws-qe env: @@ -872,7 +986,38 @@ tests: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-aws-ipi-proxy-cco-manual-security-token-service - as: aws-ipi-https-proxy-sts-mini-perm-arm-f7 - cron: 33 11 1,8,15,24 * * + cron: 42 18 4,11,18,25 * * + steps: + cluster_profile: aws-qe + env: + AWS_CCOCTL_USE_MINIMAL_PERMISSIONS: "yes" + AWS_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.devcluster.openshift.com + COMPUTE_NODE_TYPE: m6g.xlarge + CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge + ENABLE_HTTPS_PROXY: "yes" + EXTRACT_MANIFEST_INCLUDED: "true" + OCP_ARCH: arm64 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-aws-ipi-proxy-cco-manual-security-token-service +- as: aws-ipi-https-proxy-sts-rhcos10-tp-amd-f28-destructive + cron: 12 16 23 * * + steps: + cluster_profile: aws-qe + env: + AWS_CCOCTL_USE_MINIMAL_PERMISSIONS: "yes" + AWS_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.devcluster.openshift.com + ENABLE_HTTPS_PROXY: "yes" + EXTRACT_MANIFEST_INCLUDED: "true" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-aws-ipi-proxy-cco-manual-security-token-service +- as: aws-ipi-https-proxy-sts-mini-perm-rhcos10-tp-arm-f7 + cron: 46 18 3,10,17,24 * * steps: cluster_profile: aws-qe env: @@ -883,7 +1028,9 @@ tests: CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge ENABLE_HTTPS_PROXY: "yes" EXTRACT_MANIFEST_INCLUDED: "true" + FEATURE_SET: TechPreviewNoUpgrade OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 test: - chain: openshift-e2e-test-qe workflow: cucushift-installer-rehearse-aws-ipi-proxy-cco-manual-security-token-service @@ -1250,6 +1397,36 @@ tests: test: - chain: openshift-e2e-test-qe-destructive workflow: cucushift-installer-rehearse-azure-ipi-disk-encryption-set +- as: azure-ipi-des-mini-perm-rhcos10-tp-arm-f14 + cron: 24 13 9,25 * * + steps: + cluster_profile: azure-qe + env: + AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.azure.devcluster.openshift.com + COMPUTE_NODE_TYPE: Standard_D4ps_v5 + ENABLE_DES_DEFAULT_MACHINE: "true" + FEATURE_SET: TechPreviewNoUpgrade + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-azure-ipi-disk-encryption-set +- as: azure-ipi-des-mini-perm-fips-rhcos10-tp-amd-f28-destructive + cron: 13 2 16 * * + steps: + cluster_profile: azure-qe + env: + AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.azure.devcluster.openshift.com + ENABLE_DES_COMPUTE: "true" + ENABLE_DES_CONTROL_PLANE: "true" + FEATURE_SET: TechPreviewNoUpgrade + FIPS_ENABLED: "true" + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-azure-ipi-disk-encryption-set - as: azure-ipi-disc-fullypriv-arm-mixarch-f7 cron: 5 5 3,10,17,24 * * steps: @@ -1486,6 +1663,37 @@ tests: test: - chain: openshift-e2e-test-qe workflow: cucushift-installer-rehearse-azure-ipi-multidisk +- as: azure-ipi-multi-disk-etcd-rhcos10-tp-amd-f28-destructive + cron: 5 8 14 * * + steps: + cluster_profile: azure-qe + env: + AZURE_COMPUTE_MULTIDISK_MOUNT_PATH: /var/lib/containers + AZURE_COMPUTE_MULTIDISK_TYPE: user-defined + AZURE_CONTROL_PLANE_MULTIDISK_TYPE: etcd + BASE_DOMAIN: qe.azure.devcluster.openshift.com + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-azure-ipi-multidisk +- as: azure-ipi-multi-disk-etcd-mini-perm-rhcos10-tp-arm-f14 + cron: 2 13 9,25 * * + steps: + cluster_profile: azure-qe + env: + AZURE_COMPUTE_MULTIDISK_MOUNT_PATH: /var/lib/containers + AZURE_COMPUTE_MULTIDISK_TYPE: user-defined + AZURE_CONTROL_PLANE_MULTIDISK_TYPE: etcd + AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.azure.devcluster.openshift.com + COMPUTE_NODE_TYPE: Standard_D4ps_v5 + FEATURE_SET: TechPreviewNoUpgrade + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-azure-ipi-multidisk - as: azure-ipi-multi-disk-swap-mini-perm-tp-amd-f28-destructive cron: 23 15 15 * * steps: @@ -1516,6 +1724,36 @@ tests: test: - chain: openshift-e2e-test-qe workflow: cucushift-installer-rehearse-azure-ipi-multidisk +- as: azure-ipi-multi-disk-swap-rhcos10-tp-amd-f28-destructive + cron: 15 13 6 * * + steps: + cluster_profile: azure-qe + env: + AZURE_COMPUTE_MULTIDISK_TYPE: swap + AZURE_CONTROL_PLANE_MULTIDISK_TYPE: swap + AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.azure.devcluster.openshift.com + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-azure-ipi-multidisk +- as: azure-ipi-multi-disk-swap-mini-perm-rhcos10-tp-arm-f14 + cron: 12 10 6,22 * * + steps: + cluster_profile: azure-qe + env: + AZURE_COMPUTE_MULTIDISK_TYPE: swap + AZURE_CONTROL_PLANE_MULTIDISK_TYPE: swap + AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.azure.devcluster.openshift.com + COMPUTE_NODE_TYPE: Standard_D4ps_v5 + FEATURE_SET: TechPreviewNoUpgrade + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-azure-ipi-multidisk - as: azure-ipi-multi-disk-user-defined-tp-amd-f28-destructive cron: 48 4 3 * * steps: @@ -1561,6 +1799,51 @@ tests: test: - chain: openshift-e2e-test-qe workflow: cucushift-installer-rehearse-azure-ipi-multidisk +- as: azure-ipi-multi-disk-usrdef-rhcos10-tp-amd-f28-destructive + cron: 1 20 9 * * + steps: + cluster_profile: azure-qe + env: + AZURE_COMPUTE_MULTIDISK_CATCHING_TYPE: ReadWrite + AZURE_COMPUTE_MULTIDISK_LUN_ID: "20" + AZURE_COMPUTE_MULTIDISK_MOUNT_PATH: /var + AZURE_COMPUTE_MULTIDISK_STORAGE_ACCOUNT_TYPE: Standard_LRS + AZURE_COMPUTE_MULTIDISK_TYPE: user-defined + AZURE_CONTROL_PLANE_MULTIDISK_CATCHING_TYPE: None + AZURE_CONTROL_PLANE_MULTIDISK_LUN_ID: "16" + AZURE_CONTROL_PLANE_MULTIDISK_MOUNT_PATH: /var/lib/containers + AZURE_CONTROL_PLANE_MULTIDISK_STORAGE_ACCOUNT_TYPE: StandardSSD_LRS + AZURE_CONTROL_PLANE_MULTIDISK_TYPE: user-defined + BASE_DOMAIN: qe.azure.devcluster.openshift.com + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-azure-ipi-multidisk +- as: azure-ipi-multi-disk-usrdef-mini-perm-rhcos10-tp-arm-f14 + cron: 56 12 7,21 * * + steps: + cluster_profile: azure-qe + env: + AZURE_COMPUTE_MULTIDISK_CATCHING_TYPE: ReadWrite + AZURE_COMPUTE_MULTIDISK_LUN_ID: "20" + AZURE_COMPUTE_MULTIDISK_MOUNT_PATH: /var + AZURE_COMPUTE_MULTIDISK_STORAGE_ACCOUNT_TYPE: Standard_LRS + AZURE_COMPUTE_MULTIDISK_TYPE: user-defined + AZURE_CONTROL_PLANE_MULTIDISK_CATCHING_TYPE: None + AZURE_CONTROL_PLANE_MULTIDISK_LUN_ID: "16" + AZURE_CONTROL_PLANE_MULTIDISK_MOUNT_PATH: /var/lib/containers + AZURE_CONTROL_PLANE_MULTIDISK_STORAGE_ACCOUNT_TYPE: StandardSSD_LRS + AZURE_CONTROL_PLANE_MULTIDISK_TYPE: user-defined + AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.azure.devcluster.openshift.com + COMPUTE_NODE_TYPE: Standard_D4ps_v5 + FEATURE_SET: TechPreviewNoUpgrade + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-azure-ipi-multidisk - as: azure-ipi-nat-gateway-mzone-mini-perm-amd-f28-destructive cron: 32 14 25 * * steps: @@ -1711,6 +1994,33 @@ tests: test: - chain: openshift-e2e-test-qe workflow: cucushift-installer-rehearse-azure-ipi-ovn-etcd-encryption +- as: azure-ipi-etcd-encrypt-compact-rhcos10-tp-amd-f28-destructive + cron: 8 13 27 * * + steps: + cluster_profile: azure-qe + env: + BASE_DOMAIN: qe.azure.devcluster.openshift.com + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + SIZE_VARIANT: compact + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-azure-ipi-ovn-etcd-encryption +- as: azure-ipi-etcd-encrypt-compact-mini-perm-rhcos10-tp-arm-f7 + cron: 53 15 7,14,21,28 * * + steps: + cluster_profile: azure-qe + env: + AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.azure.devcluster.openshift.com + COMPUTE_NODE_TYPE: Standard_D4ps_v5 + FEATURE_SET: TechPreviewNoUpgrade + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + SIZE_VARIANT: compact + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-azure-ipi-ovn-etcd-encryption - as: azure-ipi-ovn-ipsec-azurefile-csi-amd-f28-destructive cron: 20 17 13 * * steps: @@ -1732,6 +2042,31 @@ tests: test: - chain: openshift-e2e-test-qe workflow: cucushift-installer-rehearse-azure-ipi-ovn-ipsec-azurefile-csi +- as: azure-ipi-ovn-ipsec-file-csi-rhcos10-tp-amd-f28-destructive + cron: 31 0 3 * * + steps: + cluster_profile: azure-qe + env: + BASE_DOMAIN: qe.azure.devcluster.openshift.com + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-azure-ipi-ovn-ipsec-azurefile-csi +- as: azure-ipi-ovn-ipsec-file-csi-rhcos10-tp-mini-perm-arm-f7 + cron: 23 7 6,15,22,29 * * + steps: + cluster_profile: azure-qe + env: + AZURE_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + BASE_DOMAIN: qe.azure.devcluster.openshift.com + COMPUTE_NODE_TYPE: Standard_D4ps_v5 + FEATURE_SET: TechPreviewNoUpgrade + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-azure-ipi-ovn-ipsec-azurefile-csi - as: azure-ipi-vnet-ovn-ipv4-subnet-arm-f28-destructive cron: 11 12 7 * * steps: @@ -2271,6 +2606,37 @@ tests: test: - chain: openshift-e2e-test-qe workflow: cucushift-installer-rehearse-gcp-ipi-filestore-csi +- as: gcp-ipi-compact-filestore-csi-rhcos10-tp-amd-f28-destructive + cron: 17 20 2 * * + steps: + cluster_profile: gcp-qe + dependency_overrides: + OO_INDEX: quay.io/openshift-qe-optional-operators/aosqe-index:v4.22 + env: + E2E_RUN_TAGS: not @storage + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + SIZE_VARIANT: compact + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-gcp-ipi-filestore-csi +- as: gcp-ipi-compact-filestore-csi-mini-perm-rhcos10-tp-arm-f14 + cron: 3 1 15,29 * * + steps: + cluster_profile: gcp-qe + dependency_overrides: + OO_INDEX: quay.io/openshift-qe-optional-operators/aosqe-index:v4.22 + env: + COMPUTE_NODE_TYPE: t2a-standard-4 + E2E_RUN_TAGS: not @storage + FEATURE_SET: TechPreviewNoUpgrade + GCP_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + SIZE_VARIANT: compact + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-gcp-ipi-filestore-csi - as: gcp-ipi-custom-dns-mini-perm-amd-f28-destructive cron: 6 12 14 * * steps: @@ -2396,6 +2762,30 @@ tests: - chain: cert-manager-custom-api-ingress-cert - chain: openshift-e2e-test-qe workflow: cucushift-installer-rehearse-gcp-ipi-disk-encryption +- as: gcp-ipi-disk-encrypt-mini-perm-rhcos10-tp-amd-f28-destructive + cron: 52 18 17 * * + steps: + cluster_profile: gcp-qe + env: + FEATURE_SET: TechPreviewNoUpgrade + GCP_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-gcp-ipi-disk-encryption +- as: gcp-ipi-disk-encrypt-rhcos10-tp-arm-f14-custom-cert + cron: 1 9 6,20 * * + steps: + cluster_profile: gcp-qe + env: + COMPUTE_NODE_TYPE: t2a-standard-4 + FEATURE_SET: TechPreviewNoUpgrade + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + test: + - chain: cert-manager-custom-api-ingress-cert + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-gcp-ipi-disk-encryption - as: gcp-ipi-oidc-mini-perm-rt-fips-amd-regen-cert-f14 cron: 5 0 10,26 * * steps: @@ -2510,6 +2900,29 @@ tests: test: - chain: openshift-e2e-test-qe workflow: cucushift-installer-rehearse-gcp-ipi-proxy-etcd-encryption +- as: gcp-ipi-proxy-etcd-encryption-rhcos10-tp-amd-f28-destructive + cron: 0 17 3 * * + steps: + cluster_profile: gcp-qe + env: + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe-destructive + workflow: cucushift-installer-rehearse-gcp-ipi-proxy-etcd-encryption +- as: gcp-ipi-proxy-etcd-encryption-rhcos10-tp-mini-perm-arm-f14 + cron: 12 5 6,22 * * + steps: + cluster_profile: gcp-qe + env: + COMPUTE_NODE_TYPE: t2a-standard-4 + FEATURE_SET: TechPreviewNoUpgrade + GCP_INSTALL_USE_MINIMAL_PERMISSIONS: "yes" + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + test: + - chain: openshift-e2e-test-qe + workflow: cucushift-installer-rehearse-gcp-ipi-proxy-etcd-encryption - as: gcp-ipi-proxy-oidc-mini-perm-amd-f28-destructive cron: 28 15 27 * * steps: @@ -2867,7 +3280,7 @@ tests: - as: baremetal-ipi-ovn-ipv4-vmedia-multi-arch-day2-amd-f28 capabilities: - intranet - cron: 37 14 7 * * + cron: 12 15 13 * * steps: cluster_profile: equinix-ocp-metal-qe env: @@ -2886,7 +3299,47 @@ tests: - as: baremetal-ipi-ovn-ipv4-vmedia-multi-arch-amd-f28 capabilities: - intranet - cron: 15 13 23 * * + cron: 38 14 26 * * + steps: + cluster_profile: equinix-ocp-metal-qe + env: + ADDITIONAL_WORKER_ARCHITECTURE: aarch64 + ADDITIONAL_WORKERS: "2" + ADDITIONAL_WORKERS_DAY2: "false" + AUX_HOST: openshift-qe-metal-ci.arm.eng.rdu2.redhat.com + DISCONNECTED: "false" + RESERVE_BOOTSTRAP: "false" + architecture: amd64 + masters: "3" + workers: "0" + test: + - chain: openshift-e2e-test-qe + workflow: baremetal-lab-ipi-virtual-media +- as: metal-ipi-ovn-ipv4-vmedia-multi-arch-day2-rhcos10-tp-amd-f28 + capabilities: + - intranet + cron: 57 3 25 * * + steps: + cluster_profile: equinix-ocp-metal-qe + env: + ADDITIONAL_WORKER_ARCHITECTURE: aarch64 + ADDITIONAL_WORKERS: "1" + ADDITIONAL_WORKERS_DAY2: "true" + AUX_HOST: openshift-qe-metal-ci.arm.eng.rdu2.redhat.com + DISCONNECTED: "false" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 + RESERVE_BOOTSTRAP: "false" + architecture: amd64 + masters: "3" + workers: "1" + test: + - chain: openshift-e2e-test-qe + workflow: baremetal-lab-ipi-virtual-media +- as: metal-ipi-ovn-ipv4-vmedia-multi-arch-rhcos10-tp-amd-f28 + capabilities: + - intranet + cron: 32 21 12 * * steps: cluster_profile: equinix-ocp-metal-qe env: @@ -2895,6 +3348,8 @@ tests: ADDITIONAL_WORKERS_DAY2: "false" AUX_HOST: openshift-qe-metal-ci.arm.eng.rdu2.redhat.com DISCONNECTED: "false" + FEATURE_SET: TechPreviewNoUpgrade + OS_IMAGE_STREAM: rhel-10 RESERVE_BOOTSTRAP: "false" architecture: amd64 masters: "3" diff --git a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml index 750eaaca87092..ca42e660be6fc 100644 --- a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml +++ b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml @@ -34279,89 +34279,6 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator -- agent: kubernetes - cluster: build06 - cron: 38 16 1,8,15,24 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: release-4.22 - org: openshift - repo: openshift-tests-private - labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe - ci-operator.openshift.io/variant: amd64-nightly - ci.openshift.io/generator: prowgen - job-release: "4.22" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-ipi-ovn-vmedia-disk-encryption-rhcos10-tp-f7 - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-vmedia-disk-encryption-rhcos10-tp-f7 - - --variant=amd64-nightly - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - 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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - - 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 - agent: kubernetes cluster: build06 cron: 0 18 7,16,23,30 * * @@ -34455,7 +34372,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 51 17 5,12,19,26 * * + cron: 4 17 7,16,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -34471,7 +34388,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-sno-ipv4-etcd-encryption-rt-basecap-rhcos10-tp-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-sno-ipv4-etcd-encryption-rt-kernel-basecap-f7 spec: containers: - args: @@ -34481,13 +34398,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-sno-ipv4-etcd-encryption-rt-basecap-rhcos10-tp-f7 + - --target=baremetal-sno-ipv4-etcd-encryption-rt-kernel-basecap-f7 - --variant=amd64-nightly 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 @@ -34538,7 +34463,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 11 19 6,13,22,29 * * + cron: 46 18 4,11,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -34554,7 +34479,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-sno-ipv4-etcd-encryption-rt-kdump-rhcos10-tp-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-sno-ipv4-etcd-encryption-rt-kernel-kdump-f7 spec: containers: - args: @@ -34564,13 +34489,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-sno-ipv4-etcd-encryption-rt-kdump-rhcos10-tp-f7 + - --target=baremetal-sno-ipv4-etcd-encryption-rt-kernel-kdump-f7 - --variant=amd64-nightly 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 @@ -34621,7 +34554,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 4 17 7,16,23,30 * * + cron: 42 20 1,8,15,22 * * decorate: true decoration_config: skip_cloning: true @@ -34637,7 +34570,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-sno-ipv4-etcd-encryption-rt-kernel-basecap-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-dualstack-fips-lgw-f7 spec: containers: - args: @@ -34647,7 +34580,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-sno-ipv4-etcd-encryption-rt-kernel-basecap-f7 + - --target=baremetal-upi-ovn-dualstack-fips-lgw-f7 - --variant=amd64-nightly command: - ci-operator @@ -34712,7 +34645,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 46 18 4,11,20,27 * * + cron: 20 13 4,13,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -34728,7 +34661,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-sno-ipv4-etcd-encryption-rt-kernel-kdump-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipsec-dualstack-fips-f7 spec: containers: - args: @@ -34738,7 +34671,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-sno-ipv4-etcd-encryption-rt-kernel-kdump-f7 + - --target=baremetal-upi-ovn-ipsec-dualstack-fips-f7 - --variant=amd64-nightly command: - ci-operator @@ -34803,7 +34736,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 42 20 1,8,15,22 * * + cron: 46 19 4,13,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -34819,7 +34752,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-dualstack-fips-lgw-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipsec-ipv6-fips-f7 spec: containers: - args: @@ -34829,7 +34762,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-dualstack-fips-lgw-f7 + - --target=baremetal-upi-ovn-ipsec-ipv6-fips-f7 - --variant=amd64-nightly command: - ci-operator @@ -34894,7 +34827,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 20 13 4,13,20,27 * * + cron: 45 15 7,14,21,28 * * decorate: true decoration_config: skip_cloning: true @@ -34910,7 +34843,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipsec-dualstack-fips-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipv4-disconnected-ipsec-fips-f7 spec: containers: - args: @@ -34920,7 +34853,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipsec-dualstack-fips-f7 + - --target=baremetal-upi-ovn-ipv4-disconnected-ipsec-fips-f7 - --variant=amd64-nightly command: - ci-operator @@ -34985,7 +34918,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 46 19 4,13,20,27 * * + cron: 26 15 14,28 * * decorate: true decoration_config: skip_cloning: true @@ -35001,7 +34934,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipsec-ipv6-fips-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipv4-f14 spec: containers: - args: @@ -35011,7 +34944,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipsec-ipv6-fips-f7 + - --target=baremetal-upi-ovn-ipv4-f14 - --variant=amd64-nightly command: - ci-operator @@ -35076,7 +35009,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 45 15 7,14,21,28 * * + cron: 32 17 7,14,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -35092,7 +35025,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipv4-disconnected-ipsec-fips-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipv6-static-rt-kernel-f7 spec: containers: - args: @@ -35102,7 +35035,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv4-disconnected-ipsec-fips-f7 + - --target=baremetal-upi-ovn-ipv6-static-rt-kernel-f7 - --variant=amd64-nightly command: - ci-operator @@ -35167,7 +35100,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 26 15 14,28 * * + cron: 32 10 4 * * decorate: true decoration_config: skip_cloning: true @@ -35183,7 +35116,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipv4-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f28-destructive spec: containers: - args: @@ -35193,7 +35126,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv4-f14 + - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -35258,7 +35191,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 32 17 7,14,23,30 * * + cron: 4 7 28 * * decorate: true decoration_config: skip_cloning: true @@ -35274,7 +35207,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetal-upi-ovn-ipv6-static-rt-kernel-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f28-ipv6-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -35284,7 +35228,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv6-static-rt-kernel-f7 + - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f28-ipv6-netobserv - --variant=amd64-nightly command: - ci-operator @@ -35349,7 +35293,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 32 10 4 * * + cron: 26 4 21 * * decorate: true decoration_config: skip_cloning: true @@ -35365,7 +35309,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f28-virt-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -35375,7 +35330,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f28-destructive + - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f28-virt-netobserv - --variant=amd64-nightly command: - ci-operator @@ -35440,7 +35395,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 4 7 28 * * + cron: 11 9 5,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -35456,18 +35411,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f28-ipv6-netobserv - reporter_config: - slack: - channel: '#team-qe-netobserv' - job_states_to_report: - - aborted - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f7 spec: containers: - args: @@ -35477,7 +35421,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f28-ipv6-netobserv + - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f7 - --variant=amd64-nightly command: - ci-operator @@ -35542,7 +35486,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 26 4 21 * * + cron: 38 23 11,25 * * decorate: true decoration_config: skip_cloning: true @@ -35558,18 +35502,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f28-virt-netobserv - reporter_config: - slack: - channel: '#team-qe-netobserv' - job_states_to_report: - - aborted - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-f14-longrun-mco-p1 spec: containers: - args: @@ -35579,7 +35512,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f28-virt-netobserv + - --target=baremetalds-ipi-ovn-f14-longrun-mco-p1 - --variant=amd64-nightly command: - ci-operator @@ -35644,7 +35577,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 11 9 5,12,19,26 * * + cron: 37 11 6,20 * * decorate: true decoration_config: skip_cloning: true @@ -35660,7 +35593,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-dualstack-primaryv6-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-f14-longrun-mco-p2 spec: containers: - args: @@ -35670,7 +35603,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f7 + - --target=baremetalds-ipi-ovn-f14-longrun-mco-p2 - --variant=amd64-nightly command: - ci-operator @@ -35735,7 +35668,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 38 23 11,25 * * + cron: 34 17 6,22 * * decorate: true decoration_config: skip_cloning: true @@ -35751,7 +35684,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-f14-longrun-mco-p1 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-f14-longrun-mco-p3 spec: containers: - args: @@ -35761,7 +35694,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-f14-longrun-mco-p1 + - --target=baremetalds-ipi-ovn-f14-longrun-mco-p3 - --variant=amd64-nightly command: - ci-operator @@ -35826,7 +35759,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 37 11 6,20 * * + cron: 5 17 12,26 * * decorate: true decoration_config: skip_cloning: true @@ -35842,7 +35775,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-f14-longrun-mco-p2 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f14 spec: containers: - args: @@ -35852,7 +35785,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-f14-longrun-mco-p2 + - --target=baremetalds-ipi-ovn-ipv4-fips-f14 - --variant=amd64-nightly command: - ci-operator @@ -35917,7 +35850,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 34 17 6,22 * * + cron: 28 23 1,15 * * decorate: true decoration_config: skip_cloning: true @@ -35933,7 +35866,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-f14-longrun-mco-p3 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f14-ui spec: containers: - args: @@ -35943,7 +35876,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-f14-longrun-mco-p3 + - --target=baremetalds-ipi-ovn-ipv4-fips-f14-ui - --variant=amd64-nightly command: - ci-operator @@ -36008,7 +35941,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 5 17 12,26 * * + cron: 55 18 3,17 * * decorate: true decoration_config: skip_cloning: true @@ -36024,7 +35957,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f14-wrs spec: containers: - args: @@ -36034,7 +35967,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv4-fips-f14 + - --target=baremetalds-ipi-ovn-ipv4-fips-f14-wrs - --variant=amd64-nightly command: - ci-operator @@ -36099,7 +36032,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 28 23 1,15 * * + cron: 24 13 15 * * decorate: true decoration_config: skip_cloning: true @@ -36115,7 +36048,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f14-ui + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f28-destructive spec: containers: - args: @@ -36125,7 +36058,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv4-fips-f14-ui + - --target=baremetalds-ipi-ovn-ipv4-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -36190,7 +36123,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 55 18 3,17 * * + cron: 4 0 9,25 * * decorate: true decoration_config: skip_cloning: true @@ -36206,7 +36139,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f14-wrs + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv6-fips-f14 spec: containers: - args: @@ -36216,189 +36149,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv4-fips-f14-wrs - - --variant=amd64-nightly - 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 - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - 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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - - 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 -- agent: kubernetes - cluster: build06 - cron: 24 13 15 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: release-4.22 - org: openshift - repo: openshift-tests-private - labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe - ci-operator.openshift.io/variant: amd64-nightly - ci.openshift.io/generator: prowgen - job-release: "4.22" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv4-fips-f28-destructive - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv4-fips-f28-destructive - - --variant=amd64-nightly - 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 - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - 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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - - 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 -- agent: kubernetes - cluster: build06 - cron: 4 0 9,25 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: release-4.22 - org: openshift - repo: openshift-tests-private - labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe - ci-operator.openshift.io/variant: amd64-nightly - ci.openshift.io/generator: prowgen - job-release: "4.22" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-baremetalds-ipi-ovn-ipv6-fips-f14 - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv6-fips-f14 + - --target=baremetalds-ipi-ovn-ipv6-fips-f14 - --variant=amd64-nightly command: - ci-operator @@ -42791,8 +42542,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 24 0 22 * * + cluster: build06 + cron: 38 16 1,8,15,24 * * decorate: true decoration_config: skip_cloning: true @@ -42801,14 +42552,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe - ci-operator.openshift.io/cluster: build01 + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-boot-cate-project-rt-rhcos10-tp-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-metal-ipi-ovn-vmedia-disk-encryption-rhcos10-tp-f7 spec: containers: - args: @@ -42818,7 +42569,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-boot-cate-project-rt-rhcos10-tp-f28 + - --target=metal-ipi-ovn-vmedia-disk-encryption-rhcos10-tp-f7 - --variant=amd64-nightly command: - ci-operator @@ -42874,8 +42625,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 23 4 22 * * + cluster: build06 + cron: 51 17 5,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -42884,14 +42635,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe - ci-operator.openshift.io/cluster: build01 + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-boot-cate-project-rt-rhcos10-tp-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-metal-sno-ipv4-etcd-encryption-rt-basecap-rhcos10-tp-f7 spec: containers: - args: @@ -42901,7 +42652,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-boot-cate-project-rt-rhcos10-tp-f28-destructive + - --target=metal-sno-ipv4-etcd-encryption-rt-basecap-rhcos10-tp-f7 - --variant=amd64-nightly command: - ci-operator @@ -42957,8 +42708,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 54 14 30 * * + cluster: build06 + cron: 11 19 6,13,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -42967,14 +42718,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe - ci-operator.openshift.io/cluster: build01 + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-boot-categories-project-rt-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-metal-sno-ipv4-etcd-encryption-rt-kdump-rhcos10-tp-f7 spec: containers: - args: @@ -42984,21 +42735,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-boot-categories-project-rt-f28 + - --target=metal-sno-ipv4-etcd-encryption-rt-kdump-rhcos10-tp-f7 - --variant=amd64-nightly 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 @@ -43049,7 +42792,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 40 10 5 2,4,6,8,10,12 * + cron: 24 0 22 * * decorate: true decoration_config: skip_cloning: true @@ -43065,7 +42808,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-boot-categories-project-rt-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-boot-cate-project-rt-rhcos10-tp-f28 spec: containers: - args: @@ -43075,21 +42818,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-boot-categories-project-rt-f60-destructive + - --target=nutanix-ipi-boot-cate-project-rt-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -43140,7 +42875,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 8 1 28 * * + cron: 23 4 22 * * decorate: true decoration_config: skip_cloning: true @@ -43156,7 +42891,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-compact-image-registry-s3-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-boot-cate-project-rt-rhcos10-tp-f28-destructive spec: containers: - args: @@ -43166,21 +42901,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-compact-image-registry-s3-f28 + - --target=nutanix-ipi-boot-cate-project-rt-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -43231,7 +42958,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 39 0 17 2,4,6,8,10,12 * + cron: 54 14 30 * * decorate: true decoration_config: skip_cloning: true @@ -43247,7 +42974,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-compact-image-registry-s3-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-boot-categories-project-rt-f28 spec: containers: - args: @@ -43257,7 +42984,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-compact-image-registry-s3-f60-destructive + - --target=nutanix-ipi-boot-categories-project-rt-f28 - --variant=amd64-nightly command: - ci-operator @@ -43322,7 +43049,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 25 13 2 * * + cron: 40 10 5 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -43332,13 +43059,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-data-disks-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-boot-categories-project-rt-f60-destructive spec: containers: - args: @@ -43348,7 +43075,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-data-disks-f28 + - --target=nutanix-ipi-boot-categories-project-rt-f60-destructive - --variant=amd64-nightly command: - ci-operator @@ -43413,7 +43140,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 24 7 28 1,3,5,7,9,11 * + cron: 8 1 28 * * decorate: true decoration_config: skip_cloning: true @@ -43423,13 +43150,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-data-disks-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-compact-image-registry-s3-f28 spec: containers: - args: @@ -43439,7 +43166,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-data-disks-f60-destructive + - --target=nutanix-ipi-compact-image-registry-s3-f28 - --variant=amd64-nightly command: - ci-operator @@ -43504,7 +43231,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 18 15 27 * * + cron: 39 0 17 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -43514,13 +43241,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-data-disks-rhcos10-tp-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-compact-image-registry-s3-f60-destructive spec: containers: - args: @@ -43530,13 +43257,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-data-disks-rhcos10-tp-f28 + - --target=nutanix-ipi-compact-image-registry-s3-f60-destructive - --variant=amd64-nightly 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 @@ -43587,7 +43322,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 32 17 9 * * + cron: 25 13 2 * * decorate: true decoration_config: skip_cloning: true @@ -43603,7 +43338,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-data-disks-rhcos10-tp-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-data-disks-f28 spec: containers: - args: @@ -43613,13 +43348,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-data-disks-rhcos10-tp-f28-destructive + - --target=nutanix-ipi-data-disks-f28 - --variant=amd64-nightly 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 @@ -43670,7 +43413,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 9 15 14 * * + cron: 24 7 28 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -43680,13 +43423,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-disc-rt-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-data-disks-f60-destructive spec: containers: - args: @@ -43696,7 +43439,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-disc-rt-f28 + - --target=nutanix-ipi-data-disks-f60-destructive - --variant=amd64-nightly command: - ci-operator @@ -43761,7 +43504,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 28 16 6 2,4,6,8,10,12 * + cron: 18 15 27 * * decorate: true decoration_config: skip_cloning: true @@ -43771,13 +43514,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-disc-rt-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-data-disks-rhcos10-tp-f28 spec: containers: - args: @@ -43787,21 +43530,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-disc-rt-f60-destructive + - --target=nutanix-ipi-data-disks-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -43852,7 +43587,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 15 18 10 * * + cron: 32 17 9 * * decorate: true decoration_config: skip_cloning: true @@ -43862,13 +43597,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-flow + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-flow-networks-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-data-disks-rhcos10-tp-f28-destructive spec: containers: - args: @@ -43878,21 +43613,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-flow-networks-f28 + - --target=nutanix-ipi-data-disks-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -43943,7 +43670,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 16 0 7 1,3,5,7,9,11 * + cron: 9 15 14 * * decorate: true decoration_config: skip_cloning: true @@ -43953,13 +43680,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-flow + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-flow-networks-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-disc-rt-f28 spec: containers: - args: @@ -43969,7 +43696,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-flow-networks-f60-destructive + - --target=nutanix-ipi-disc-rt-f28 - --variant=amd64-nightly command: - ci-operator @@ -44034,7 +43761,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 34 18 2 * * + cron: 28 16 6 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -44044,13 +43771,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-gpu-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-disc-rt-f60-destructive spec: containers: - args: @@ -44060,7 +43787,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-gpu-f28 + - --target=nutanix-ipi-disc-rt-f60-destructive - --variant=amd64-nightly command: - ci-operator @@ -44125,7 +43852,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 2 11 12 1,3,5,7,9,11 * + cron: 15 18 10 * * decorate: true decoration_config: skip_cloning: true @@ -44135,13 +43862,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-flow ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-gpu-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-flow-networks-f28 spec: containers: - args: @@ -44151,7 +43878,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-gpu-f60-destructive + - --target=nutanix-ipi-flow-networks-f28 - --variant=amd64-nightly command: - ci-operator @@ -44216,7 +43943,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 41 19 18 * * + cron: 16 0 7 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -44226,13 +43953,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-flow ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-gpu-rhcos10-tp-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-flow-networks-f60-destructive spec: containers: - args: @@ -44242,13 +43969,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-gpu-rhcos10-tp-f28 + - --target=nutanix-ipi-flow-networks-f60-destructive - --variant=amd64-nightly 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 @@ -44299,7 +44034,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 41 19 25 * * + cron: 34 18 2 * * decorate: true decoration_config: skip_cloning: true @@ -44315,7 +44050,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-gpu-rhcos10-tp-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-gpu-f28 spec: containers: - args: @@ -44325,13 +44060,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-gpu-rhcos10-tp-f28-destructive + - --target=nutanix-ipi-gpu-f28 - --variant=amd64-nightly 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 @@ -44382,7 +44125,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 10 21 24 * * + cron: 2 11 12 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -44392,13 +44135,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-multi-nic-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-gpu-f60-destructive spec: containers: - args: @@ -44408,7 +44151,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-multi-nic-f28 + - --target=nutanix-ipi-gpu-f60-destructive - --variant=amd64-nightly command: - ci-operator @@ -44473,7 +44216,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 47 19 7 2,4,6,8,10,12 * + cron: 41 19 18 * * decorate: true decoration_config: skip_cloning: true @@ -44483,13 +44226,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-multi-nic-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-gpu-rhcos10-tp-f28 spec: containers: - args: @@ -44499,21 +44242,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-multi-nic-f60-destructive + - --target=nutanix-ipi-gpu-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -44564,7 +44299,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 8 18 2 * * + cron: 41 19 25 * * decorate: true decoration_config: skip_cloning: true @@ -44574,13 +44309,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-multi-nic-rhcos10-tp-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-gpu-rhcos10-tp-f28-destructive spec: containers: - args: @@ -44590,7 +44325,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-multi-nic-rhcos10-tp-f28 + - --target=nutanix-ipi-gpu-rhcos10-tp-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -44647,7 +44382,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 21 12 4 * * + cron: 10 21 24 * * decorate: true decoration_config: skip_cloning: true @@ -44663,7 +44398,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-multi-nic-rhcos10-tp-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-multi-nic-f28 spec: containers: - args: @@ -44673,13 +44408,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-multi-nic-rhcos10-tp-f28-destructive + - --target=nutanix-ipi-multi-nic-f28 - --variant=amd64-nightly 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 @@ -44730,7 +44473,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 1 15 9,16,23,30 * * + cron: 47 19 7 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -44741,11 +44484,12 @@ periodics: labels: ci-operator.openshift.io/cloud: nutanix ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-ovn-winc-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-multi-nic-f60-destructive spec: containers: - args: @@ -44755,7 +44499,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-ovn-winc-f7 + - --target=nutanix-ipi-multi-nic-f60-destructive - --variant=amd64-nightly command: - ci-operator @@ -44820,7 +44564,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 25 12 15 * * + cron: 8 18 2 * * decorate: true decoration_config: skip_cloning: true @@ -44830,13 +44574,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-preload-image-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-multi-nic-rhcos10-tp-f28 spec: containers: - args: @@ -44846,21 +44590,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-preload-image-f28 + - --target=nutanix-ipi-multi-nic-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -44911,7 +44647,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 57 1 3 * * + cron: 21 12 4 * * decorate: true decoration_config: skip_cloning: true @@ -44921,13 +44657,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-preload-image-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-multi-nic-rhcos10-tp-f28-destructive spec: containers: - args: @@ -44937,21 +44673,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-preload-image-f28-destructive + - --target=nutanix-ipi-multi-nic-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -45002,7 +44730,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 1 6 23 * * + cron: 1 15 9,16,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -45012,13 +44740,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-proxy-f28-disasterrecovery + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-ovn-winc-f7 spec: containers: - args: @@ -45028,7 +44755,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-proxy-f28-disasterrecovery + - --target=nutanix-ipi-ovn-winc-f7 - --variant=amd64-nightly command: - ci-operator @@ -45093,7 +44820,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 57 0 7 * * + cron: 25 12 15 * * decorate: true decoration_config: skip_cloning: true @@ -45103,13 +44830,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-proxy-fips-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-preload-image-f28 spec: containers: - args: @@ -45119,7 +44846,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-proxy-fips-mini-perm-f28 + - --target=nutanix-ipi-preload-image-f28 - --variant=amd64-nightly command: - ci-operator @@ -45184,7 +44911,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 16 1 18 1,3,5,7,9,11 * + cron: 57 1 3 * * decorate: true decoration_config: skip_cloning: true @@ -45194,13 +44921,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-gpu ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-proxy-fips-mini-perm-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-preload-image-f28-destructive spec: containers: - args: @@ -45210,7 +44937,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-proxy-fips-mini-perm-f60-destructive + - --target=nutanix-ipi-preload-image-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -45275,7 +45002,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 48 1 26 * * + cron: 1 6 23 * * decorate: true decoration_config: skip_cloning: true @@ -45285,13 +45012,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-tp-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-proxy-f28-disasterrecovery spec: containers: - args: @@ -45301,7 +45028,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-tp-f28 + - --target=nutanix-ipi-proxy-f28-disasterrecovery - --variant=amd64-nightly command: - ci-operator @@ -45366,7 +45093,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 8 5 27 2,4,6,8,10,12 * + cron: 57 0 7 * * decorate: true decoration_config: skip_cloning: true @@ -45376,13 +45103,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-tp-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-proxy-fips-mini-perm-f28 spec: containers: - args: @@ -45392,7 +45119,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-tp-f60-destructive + - --target=nutanix-ipi-proxy-fips-mini-perm-f28 - --variant=amd64-nightly command: - ci-operator @@ -45457,7 +45184,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 41 16 24 * * + cron: 16 1 18 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -45467,13 +45194,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-external-lb-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-proxy-fips-mini-perm-f60-destructive spec: containers: - args: @@ -45483,7 +45210,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-zones-external-lb-f28 + - --target=nutanix-ipi-proxy-fips-mini-perm-f60-destructive - --variant=amd64-nightly command: - ci-operator @@ -45548,7 +45275,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 4 16 3 * * + cron: 48 1 26 * * decorate: true decoration_config: skip_cloning: true @@ -45558,23 +45285,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-external-lb-f28-longduration-cloud - reporter_config: - slack: - channel: '#forum-prow-long-duration-cloudinfra-testcases' - job_states_to_report: - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-tp-f28 spec: containers: - args: @@ -45584,7 +45301,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-zones-external-lb-f28-longduration-cloud + - --target=nutanix-ipi-tp-f28 - --variant=amd64-nightly command: - ci-operator @@ -45649,7 +45366,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 56 10 4 1,3,5,7,9,11 * + cron: 8 5 27 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -45659,13 +45376,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-external-lb-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-tp-f60-destructive spec: containers: - args: @@ -45675,7 +45392,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-zones-external-lb-f60-destructive + - --target=nutanix-ipi-tp-f60-destructive - --variant=amd64-nightly command: - ci-operator @@ -45740,7 +45457,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 6 0 7 * * + cron: 41 16 24 * * decorate: true decoration_config: skip_cloning: true @@ -45756,7 +45473,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-external-lb-f28 spec: containers: - args: @@ -45766,7 +45483,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-zones-f28 + - --target=nutanix-ipi-zones-external-lb-f28 - --variant=amd64-nightly command: - ci-operator @@ -45831,7 +45548,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 41 6 6 1,3,5,7,9,11 * + cron: 4 16 3 * * decorate: true decoration_config: skip_cloning: true @@ -45847,7 +45564,17 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-external-lb-f28-longduration-cloud + reporter_config: + slack: + channel: '#forum-prow-long-duration-cloudinfra-testcases' + job_states_to_report: + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -45857,7 +45584,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-zones-f60-destructive + - --target=nutanix-ipi-zones-external-lb-f28-longduration-cloud - --variant=amd64-nightly command: - ci-operator @@ -45922,7 +45649,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 4 20 27 * * + cron: 56 10 4 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -45938,7 +45665,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-multi-nic-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-external-lb-f60-destructive spec: containers: - args: @@ -45948,7 +45675,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-zones-multi-nic-f28 + - --target=nutanix-ipi-zones-external-lb-f60-destructive - --variant=amd64-nightly command: - ci-operator @@ -46013,7 +45740,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 18 5 6 1,3,5,7,9,11 * + cron: 6 0 7 * * decorate: true decoration_config: skip_cloning: true @@ -46029,7 +45756,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-multi-nic-f60-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-f28 spec: containers: - args: @@ -46039,7 +45766,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-zones-multi-nic-f60-destructive + - --target=nutanix-ipi-zones-f28 - --variant=amd64-nightly command: - ci-operator @@ -46104,7 +45831,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 56 23 2,9,16,23 * * + cron: 41 6 6 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -46114,13 +45841,13 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-short-cert-rotation-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-f60-destructive spec: containers: - args: @@ -46130,7 +45857,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-short-cert-rotation-f7 + - --target=nutanix-ipi-zones-f60-destructive - --variant=amd64-nightly command: - ci-operator @@ -46194,8 +45921,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 0 0,4,8 * * * + cluster: build01 + cron: 4 20 27 * * decorate: true decoration_config: skip_cloning: true @@ -46204,14 +45931,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-olmv1-benchmark-test + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-multi-nic-f28 spec: containers: - args: @@ -46221,7 +45948,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=olmv1-benchmark-test + - --target=nutanix-ipi-zones-multi-nic-f28 - --variant=amd64-nightly command: - ci-operator @@ -46285,8 +46012,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: vsphere02 - cron: 17 8 25 * * + cluster: build01 + cron: 18 5 6 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -46295,24 +46022,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-zone + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-amd-f28-ipsec-netobserv - reporter_config: - slack: - channel: '#team-qe-netobserv' - job_states_to_report: - - aborted - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-ipi-zones-multi-nic-f60-destructive spec: containers: - args: @@ -46322,7 +46039,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-amd-f28-ipsec-netobserv + - --target=nutanix-ipi-zones-multi-nic-f60-destructive - --variant=amd64-nightly command: - ci-operator @@ -46386,8 +46103,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: vsphere02 - cron: 59 16 20 * * + cluster: build01 + cron: 56 23 2,9,16,23 * * decorate: true decoration_config: skip_cloning: true @@ -46396,24 +46113,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-amd-f28-techpreview-nwevents-netobserv - reporter_config: - slack: - channel: '#team-qe-netobserv' - job_states_to_report: - - aborted - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-nutanix-short-cert-rotation-f7 spec: containers: - args: @@ -46423,7 +46130,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-amd-f28-techpreview-nwevents-netobserv + - --target=nutanix-short-cert-rotation-f7 - --variant=amd64-nightly command: - ci-operator @@ -46487,8 +46194,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: vsphere02 - cron: 45 3 7,16,23,30 * * + cluster: build06 + cron: 0 0,4,8 * * * decorate: true decoration_config: skip_cloning: true @@ -46497,24 +46204,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + capability/intranet: intranet + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-amd-f7-netobserv - reporter_config: - slack: - channel: '#team-qe-netobserv' - job_states_to_report: - - aborted - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-olmv1-benchmark-test spec: containers: - args: @@ -46524,7 +46221,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-amd-f7-netobserv + - --target=olmv1-benchmark-test - --variant=amd64-nightly command: - ci-operator @@ -46589,7 +46286,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 55 13 30 * * + cron: 17 8 25 * * decorate: true decoration_config: skip_cloning: true @@ -46599,12 +46296,23 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-compact-etcd-encrypt-rhcos10-tp-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-amd-f28-ipsec-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -46614,13 +46322,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-compact-etcd-encrypt-rhcos10-tp-f28 + - --target=vsphere-ipi-amd-f28-ipsec-netobserv - --variant=amd64-nightly 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 @@ -46671,7 +46387,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 58 3 16 * * + cron: 59 16 20 * * decorate: true decoration_config: skip_cloning: true @@ -46681,12 +46397,23 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-compact-etcd-encrypt-rhcos10-tp-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-amd-f28-techpreview-nwevents-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -46696,13 +46423,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-compact-etcd-encrypt-rhcos10-tp-f28-destructive + - --target=vsphere-ipi-amd-f28-techpreview-nwevents-netobserv - --variant=amd64-nightly 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 @@ -46753,7 +46488,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 11 2 27 * * + cron: 45 3 7,16,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -46763,12 +46498,23 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-compact-etcd-encryption-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-amd-f7-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -46778,7 +46524,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-compact-etcd-encryption-f28 + - --target=vsphere-ipi-amd-f7-netobserv - --variant=amd64-nightly command: - ci-operator @@ -46843,7 +46589,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 32 7 1 * * + cron: 55 13 30 * * decorate: true decoration_config: skip_cloning: true @@ -46858,7 +46604,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-compact-etcd-encryption-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-compact-etcd-encrypt-rhcos10-tp-f28 spec: containers: - args: @@ -46868,21 +46614,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-compact-etcd-encryption-f28-destructive + - --target=vsphere-ipi-compact-etcd-encrypt-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -46933,7 +46671,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 26 1 14 * * + cron: 58 3 16 * * decorate: true decoration_config: skip_cloning: true @@ -46943,12 +46681,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disc-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-compact-etcd-encrypt-rhcos10-tp-f28-destructive spec: containers: - args: @@ -46958,21 +46696,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-disc-f28 + - --target=vsphere-ipi-compact-etcd-encrypt-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -47023,7 +46753,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 36 6 13 * * + cron: 11 2 27 * * decorate: true decoration_config: skip_cloning: true @@ -47033,12 +46763,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disc-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-compact-etcd-encryption-f28 spec: containers: - args: @@ -47048,7 +46778,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-disc-f28-destructive + - --target=vsphere-ipi-compact-etcd-encryption-f28 - --variant=amd64-nightly command: - ci-operator @@ -47113,171 +46843,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 44 12 23 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: release-4.22 - org: openshift - repo: openshift-tests-private - labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic - ci-operator.openshift.io/variant: amd64-nightly - ci.openshift.io/generator: prowgen - job-release: "4.22" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disk-encrypt-tang-fips-rhcos10-tp-f28 - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-disk-encrypt-tang-fips-rhcos10-tp-f28 - - --variant=amd64-nightly - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - 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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - - 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 -- agent: kubernetes - cluster: vsphere02 - cron: 56 6 4 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: release-4.22 - org: openshift - repo: openshift-tests-private - labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic - ci-operator.openshift.io/variant: amd64-nightly - ci.openshift.io/generator: prowgen - job-release: "4.22" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disk-encrypt-tang-fips-rhcos10-tp-f28-destructive - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-disk-encrypt-tang-fips-rhcos10-tp-f28-destructive - - --variant=amd64-nightly - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - 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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - - 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 -- agent: kubernetes - cluster: vsphere02 - cron: 14 22 18 * * + cron: 32 7 1 * * decorate: true decoration_config: skip_cloning: true @@ -47287,12 +46853,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disk-encryption-tang-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-compact-etcd-encryption-f28-destructive spec: containers: - args: @@ -47302,7 +46868,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-disk-encryption-tang-fips-f28 + - --target=vsphere-ipi-compact-etcd-encryption-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -47367,7 +46933,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 2 0 15 * * + cron: 26 1 14 * * decorate: true decoration_config: skip_cloning: true @@ -47377,12 +46943,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disk-encryption-tang-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disc-f28 spec: containers: - args: @@ -47392,7 +46958,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-disk-encryption-tang-fips-f28-destructive + - --target=vsphere-ipi-disc-f28 - --variant=amd64-nightly command: - ci-operator @@ -47457,7 +47023,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 30 11 24 * * + cron: 36 6 13 * * decorate: true decoration_config: skip_cloning: true @@ -47467,12 +47033,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-external-lb-post-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disc-f28-destructive spec: containers: - args: @@ -47482,7 +47048,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-external-lb-post-f28 + - --target=vsphere-ipi-disc-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -47547,7 +47113,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 42 23 2,16 * * + cron: 44 12 23 * * decorate: true decoration_config: skip_cloning: true @@ -47562,7 +47128,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-f14-sanity-reliability-test + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disk-encrypt-tang-fips-rhcos10-tp-f28 spec: containers: - args: @@ -47572,21 +47138,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-f14-sanity-reliability-test + - --target=vsphere-ipi-disk-encrypt-tang-fips-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -47637,7 +47195,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 45 22 30 * * + cron: 56 6 4 * * decorate: true decoration_config: skip_cloning: true @@ -47652,18 +47210,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-f28-longduration-hive - reporter_config: - slack: - channel: '#forum-prow-hive-qe-ci' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disk-encrypt-tang-fips-rhcos10-tp-f28-destructive spec: containers: - args: @@ -47673,21 +47220,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-f28-longduration-hive + - --target=vsphere-ipi-disk-encrypt-tang-fips-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -47738,7 +47277,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 21 7 30 * * + cron: 14 22 18 * * decorate: true decoration_config: skip_cloning: true @@ -47753,7 +47292,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-host-groups-customize-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disk-encryption-tang-fips-f28 spec: containers: - args: @@ -47763,7 +47302,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-host-groups-customize-f28 + - --target=vsphere-ipi-disk-encryption-tang-fips-f28 - --variant=amd64-nightly command: - ci-operator @@ -47828,7 +47367,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 50 19 3 * * + cron: 2 0 15 * * decorate: true decoration_config: skip_cloning: true @@ -47843,7 +47382,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-host-groups-customize-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-disk-encryption-tang-fips-f28-destructive spec: containers: - args: @@ -47853,7 +47392,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-host-groups-customize-f28-destructive + - --target=vsphere-ipi-disk-encryption-tang-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -47918,7 +47457,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 9 20 7,21 * * + cron: 30 11 24 * * decorate: true decoration_config: skip_cloning: true @@ -47928,23 +47467,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-longduration-mco-fips-proxy-p1-f14 - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-external-lb-post-f28 spec: containers: - args: @@ -47954,7 +47482,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-longduration-mco-fips-proxy-p1-f14 + - --target=vsphere-ipi-external-lb-post-f28 - --variant=amd64-nightly command: - ci-operator @@ -48019,7 +47547,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 53 15 15,29 * * + cron: 42 23 2,16 * * decorate: true decoration_config: skip_cloning: true @@ -48034,18 +47562,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-longduration-mco-fips-proxy-p2-f14 - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-f14-sanity-reliability-test spec: containers: - args: @@ -48055,7 +47572,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-longduration-mco-fips-proxy-p2-f14 + - --target=vsphere-ipi-f14-sanity-reliability-test - --variant=amd64-nightly command: - ci-operator @@ -48120,7 +47637,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 22 14 9,25 * * + cron: 45 22 30 * * decorate: true decoration_config: skip_cloning: true @@ -48135,10 +47652,10 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-longduration-mco-fips-proxy-p3-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-f28-longduration-hive reporter_config: slack: - channel: '#forum-ocp-mco-qe' + channel: '#forum-prow-hive-qe-ci' job_states_to_report: - error - failure @@ -48156,7 +47673,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-longduration-mco-fips-proxy-p3-f14 + - --target=vsphere-ipi-f28-longduration-hive - --variant=amd64-nightly command: - ci-operator @@ -48221,7 +47738,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 41 15 26 * * + cron: 21 7 30 * * decorate: true decoration_config: skip_cloning: true @@ -48236,7 +47753,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-disk-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-host-groups-customize-f28 spec: containers: - args: @@ -48246,7 +47763,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-disk-f28 + - --target=vsphere-ipi-host-groups-customize-f28 - --variant=amd64-nightly command: - ci-operator @@ -48311,7 +47828,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 56 20 14 * * + cron: 50 19 3 * * decorate: true decoration_config: skip_cloning: true @@ -48326,7 +47843,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-disk-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-host-groups-customize-f28-destructive spec: containers: - args: @@ -48336,7 +47853,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-disk-f28-destructive + - --target=vsphere-ipi-host-groups-customize-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -48401,7 +47918,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 23 20 15 * * + cron: 9 20 7,21 * * decorate: true decoration_config: skip_cloning: true @@ -48416,7 +47933,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-disk-rhcos10-tp-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-longduration-mco-fips-proxy-p1-f14 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -48426,13 +47954,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-disk-rhcos10-tp-f28 + - --target=vsphere-ipi-longduration-mco-fips-proxy-p1-f14 - --variant=amd64-nightly 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 @@ -48483,7 +48019,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 14 18 29 * * + cron: 53 15 15,29 * * decorate: true decoration_config: skip_cloning: true @@ -48498,7 +48034,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-disk-rhcos10-tp-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-longduration-mco-fips-proxy-p2-f14 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -48508,13 +48055,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-disk-rhcos10-tp-f28-destructive + - --target=vsphere-ipi-longduration-mco-fips-proxy-p2-f14 - --variant=amd64-nightly 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 @@ -48565,7 +48120,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 32 11 16 * * + cron: 22 14 9,25 * * decorate: true decoration_config: skip_cloning: true @@ -48580,7 +48135,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-nic-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-longduration-mco-fips-proxy-p3-f14 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -48590,7 +48156,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-nic-f28 + - --target=vsphere-ipi-longduration-mco-fips-proxy-p3-f14 - --variant=amd64-nightly command: - ci-operator @@ -48655,7 +48221,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 14 2 1 * * + cron: 41 15 26 * * decorate: true decoration_config: skip_cloning: true @@ -48670,7 +48236,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-nic-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-disk-f28 spec: containers: - args: @@ -48680,7 +48246,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-nic-f28-destructive + - --target=vsphere-ipi-multi-disk-f28 - --variant=amd64-nightly command: - ci-operator @@ -48745,7 +48311,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 28 14 17 * * + cron: 56 20 14 * * decorate: true decoration_config: skip_cloning: true @@ -48760,7 +48326,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-nic-rhcos10-tp-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-disk-f28-destructive spec: containers: - args: @@ -48770,13 +48336,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-nic-rhcos10-tp-f28 + - --target=vsphere-ipi-multi-disk-f28-destructive - --variant=amd64-nightly 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 @@ -48827,7 +48401,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 16 1 6 * * + cron: 23 20 15 * * decorate: true decoration_config: skip_cloning: true @@ -48842,7 +48416,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-nic-rhcos10-tp-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-disk-rhcos10-tp-f28 spec: containers: - args: @@ -48852,7 +48426,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-nic-rhcos10-tp-f28-destructive + - --target=vsphere-ipi-multi-disk-rhcos10-tp-f28 - --variant=amd64-nightly command: - ci-operator @@ -48909,7 +48483,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 13 16 13 * * + cron: 14 18 29 * * decorate: true decoration_config: skip_cloning: true @@ -48924,7 +48498,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-vcenter-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-disk-rhcos10-tp-f28-destructive spec: containers: - args: @@ -48934,21 +48508,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-vcenter-f28 + - --target=vsphere-ipi-multi-disk-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -48999,7 +48565,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 11 8 9 * * + cron: 32 11 16 * * decorate: true decoration_config: skip_cloning: true @@ -49014,7 +48580,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-vcenter-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-nic-f28 spec: containers: - args: @@ -49024,7 +48590,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multi-vcenter-f28-destructive + - --target=vsphere-ipi-multi-nic-f28 - --variant=amd64-nightly command: - ci-operator @@ -49089,7 +48655,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 31 7 22 * * + cron: 14 2 1 * * decorate: true decoration_config: skip_cloning: true @@ -49104,7 +48670,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multisubnets-elb-usermanaged-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-nic-f28-destructive spec: containers: - args: @@ -49114,7 +48680,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multisubnets-elb-usermanaged-f28 + - --target=vsphere-ipi-multi-nic-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -49179,7 +48745,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 24 21 1 * * + cron: 28 14 17 * * decorate: true decoration_config: skip_cloning: true @@ -49194,7 +48760,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multisubnets-elb-usermanaged-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-nic-rhcos10-tp-f28 spec: containers: - args: @@ -49204,21 +48770,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-multisubnets-elb-usermanaged-f28-destructive + - --target=vsphere-ipi-multi-nic-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -49269,7 +48827,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 20 2 26 * * + cron: 16 1 6 * * decorate: true decoration_config: skip_cloning: true @@ -49284,7 +48842,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-nic-rhcos10-tp-f28-destructive spec: containers: - args: @@ -49294,21 +48852,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-dualstack-f28 + - --target=vsphere-ipi-multi-nic-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -49359,7 +48909,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 10 16 3 * * + cron: 13 16 13 * * decorate: true decoration_config: skip_cloning: true @@ -49374,7 +48924,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-vcenter-f28 spec: containers: - args: @@ -49384,7 +48934,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-dualstack-f28-destructive + - --target=vsphere-ipi-multi-vcenter-f28 - --variant=amd64-nightly command: - ci-operator @@ -49449,7 +48999,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 57 14 6 * * + cron: 11 8 9 * * decorate: true decoration_config: skip_cloning: true @@ -49464,17 +49014,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-f28-longduration-cloud - reporter_config: - slack: - channel: '#forum-prow-long-duration-cloudinfra-testcases' - job_states_to_report: - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multi-vcenter-f28-destructive spec: containers: - args: @@ -49484,7 +49024,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-dualstack-f28-longduration-cloud + - --target=vsphere-ipi-multi-vcenter-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -49549,7 +49089,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 28 21 6 * * + cron: 31 7 22 * * decorate: true decoration_config: skip_cloning: true @@ -49564,7 +49104,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-privmaryv6-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multisubnets-elb-usermanaged-f28 spec: containers: - args: @@ -49574,7 +49114,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-dualstack-privmaryv6-f28 + - --target=vsphere-ipi-multisubnets-elb-usermanaged-f28 - --variant=amd64-nightly command: - ci-operator @@ -49639,7 +49179,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 10 7 11 * * + cron: 24 21 1 * * decorate: true decoration_config: skip_cloning: true @@ -49654,7 +49194,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-privmaryv6-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-multisubnets-elb-usermanaged-f28-destructive spec: containers: - args: @@ -49664,7 +49204,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-dualstack-privmaryv6-f28-destructive + - --target=vsphere-ipi-multisubnets-elb-usermanaged-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -49729,7 +49269,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 16 11 7 * * + cron: 20 2 26 * * decorate: true decoration_config: skip_cloning: true @@ -49739,12 +49279,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-ipsec-mininal-permission-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-f28 spec: containers: - args: @@ -49754,7 +49294,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-ipsec-mininal-permission-f28 + - --target=vsphere-ipi-ovn-dualstack-f28 - --variant=amd64-nightly command: - ci-operator @@ -49819,7 +49359,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 3 23 18 * * + cron: 10 16 3 * * decorate: true decoration_config: skip_cloning: true @@ -49829,12 +49369,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-ipsec-mininal-permission-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-f28-destructive spec: containers: - args: @@ -49844,7 +49384,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-ipsec-mininal-permission-f28-destructive + - --target=vsphere-ipi-ovn-dualstack-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -49909,7 +49449,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 53 6 2,18 * * + cron: 57 14 6 * * decorate: true decoration_config: skip_cloning: true @@ -49924,7 +49464,17 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-local-to-shared-gateway-mode-migration-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-f28-longduration-cloud + reporter_config: + slack: + channel: '#forum-prow-long-duration-cloudinfra-testcases' + job_states_to_report: + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -49934,7 +49484,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-local-to-shared-gateway-mode-migration-f14 + - --target=vsphere-ipi-ovn-dualstack-f28-longduration-cloud - --variant=amd64-nightly command: - ci-operator @@ -49999,7 +49549,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 45 3 2 * * + cron: 28 21 6 * * decorate: true decoration_config: skip_cloning: true @@ -50014,7 +49564,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-shared-to-local-gw-migration-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-privmaryv6-f28 spec: containers: - args: @@ -50024,7 +49574,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-shared-to-local-gw-migration-f28 + - --target=vsphere-ipi-ovn-dualstack-privmaryv6-f28 - --variant=amd64-nightly command: - ci-operator @@ -50089,7 +49639,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 59 11 1 * * + cron: 10 7 11 * * decorate: true decoration_config: skip_cloning: true @@ -50104,7 +49654,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-shared-to-local-gw-migration-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-dualstack-privmaryv6-f28-destructive spec: containers: - args: @@ -50114,7 +49664,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-shared-to-local-gw-migration-f28-destructive + - --target=vsphere-ipi-ovn-dualstack-privmaryv6-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -50179,7 +49729,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 23 2 5,12,19,26 * * + cron: 16 11 7 * * decorate: true decoration_config: skip_cloning: true @@ -50194,7 +49744,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-winc-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-ipsec-mininal-permission-f28 spec: containers: - args: @@ -50204,7 +49754,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-winc-f7 + - --target=vsphere-ipi-ovn-ipsec-mininal-permission-f28 - --variant=amd64-nightly command: - ci-operator @@ -50269,7 +49819,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 26 18 16,30 * * + cron: 3 23 18 * * decorate: true decoration_config: skip_cloning: true @@ -50279,12 +49829,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-f14-disasterrecovery + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-ipsec-mininal-permission-f28-destructive spec: containers: - args: @@ -50294,7 +49844,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-f14-disasterrecovery + - --target=vsphere-ipi-ovn-ipsec-mininal-permission-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -50359,7 +49909,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 50 14 2 * * + cron: 53 6 2,18 * * decorate: true decoration_config: skip_cloning: true @@ -50369,12 +49919,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-local-to-shared-gateway-mode-migration-f14 spec: containers: - args: @@ -50384,7 +49934,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-fips-f28 + - --target=vsphere-ipi-ovn-local-to-shared-gateway-mode-migration-f14 - --variant=amd64-nightly command: - ci-operator @@ -50449,7 +49999,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 3 7 21 * * + cron: 45 3 2 * * decorate: true decoration_config: skip_cloning: true @@ -50459,12 +50009,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-shared-to-local-gw-migration-f28 spec: containers: - args: @@ -50474,7 +50024,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-fips-f28-destructive + - --target=vsphere-ipi-ovn-shared-to-local-gw-migration-f28 - --variant=amd64-nightly command: - ci-operator @@ -50539,7 +50089,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 57 15 11,25 * * + cron: 59 11 1 * * decorate: true decoration_config: skip_cloning: true @@ -50549,12 +50099,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-regen-cert-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-shared-to-local-gw-migration-f28-destructive spec: containers: - args: @@ -50564,7 +50114,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-fips-regen-cert-f14 + - --target=vsphere-ipi-ovn-shared-to-local-gw-migration-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -50629,7 +50179,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 4 1 11,27 * * + cron: 23 2 5,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -50639,12 +50189,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-regen-cert-rhcos10-tp-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-ovn-winc-f7 spec: containers: - args: @@ -50654,13 +50204,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-fips-regen-cert-rhcos10-tp-f14 + - --target=vsphere-ipi-ovn-winc-f7 - --variant=amd64-nightly 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 @@ -50711,7 +50269,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 26 18 19 * * + cron: 26 18 16,30 * * decorate: true decoration_config: skip_cloning: true @@ -50726,7 +50284,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-rhcos10-tp-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-f14-disasterrecovery spec: containers: - args: @@ -50736,13 +50294,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-fips-rhcos10-tp-f28 + - --target=vsphere-ipi-proxy-f14-disasterrecovery - --variant=amd64-nightly 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 @@ -50793,7 +50359,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 51 22 26 * * + cron: 50 14 2 * * decorate: true decoration_config: skip_cloning: true @@ -50808,7 +50374,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-rhcos10-tp-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-f28 spec: containers: - args: @@ -50818,13 +50384,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-fips-rhcos10-tp-f28-destructive + - --target=vsphere-ipi-proxy-fips-f28 - --variant=amd64-nightly 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 @@ -50875,7 +50449,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 17 21 6 * * + cron: 3 7 21 * * decorate: true decoration_config: skip_cloning: true @@ -50890,7 +50464,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-tp-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-f28-destructive spec: containers: - args: @@ -50900,7 +50474,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-tp-f28 + - --target=vsphere-ipi-proxy-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -50965,7 +50539,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 14 7 21 * * + cron: 57 15 11,25 * * decorate: true decoration_config: skip_cloning: true @@ -50980,7 +50554,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-tp-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-regen-cert-f14 spec: containers: - args: @@ -50990,7 +50564,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-tp-f28-destructive + - --target=vsphere-ipi-proxy-fips-regen-cert-f14 - --variant=amd64-nightly command: - ci-operator @@ -51055,7 +50629,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 13 20 9 * * + cron: 4 1 11,27 * * decorate: true decoration_config: skip_cloning: true @@ -51065,12 +50639,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-remote-worker-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-regen-cert-rhcos10-tp-f14 spec: containers: - args: @@ -51080,21 +50654,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-remote-worker-f28 + - --target=vsphere-ipi-proxy-fips-regen-cert-rhcos10-tp-f14 - --variant=amd64-nightly 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 @@ -51145,7 +50711,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 9 15 13 * * + cron: 26 18 19 * * decorate: true decoration_config: skip_cloning: true @@ -51155,12 +50721,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-remote-worker-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-rhcos10-tp-f28 spec: containers: - args: @@ -51170,21 +50736,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-remote-worker-f28-destructive + - --target=vsphere-ipi-proxy-fips-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -51235,7 +50793,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 8 5 4 * * + cron: 51 22 26 * * decorate: true decoration_config: skip_cloning: true @@ -51245,12 +50803,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-static-ip-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-fips-rhcos10-tp-f28-destructive spec: containers: - args: @@ -51260,7 +50818,89 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-static-ip-f28 + - --target=vsphere-ipi-proxy-fips-rhcos10-tp-f28-destructive + - --variant=amd64-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 17 21 6 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-tp-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-ipi-proxy-tp-f28 - --variant=amd64-nightly command: - ci-operator @@ -51325,7 +50965,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 11 4 22 * * + cron: 14 7 21 * * decorate: true decoration_config: skip_cloning: true @@ -51335,12 +50975,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-static-ip-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-proxy-tp-f28-destructive spec: containers: - args: @@ -51350,7 +50990,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-static-ip-f28-destructive + - --target=vsphere-ipi-proxy-tp-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -51415,7 +51055,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 23 13 25 * * + cron: 13 20 9 * * decorate: true decoration_config: skip_cloning: true @@ -51430,7 +51070,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-template-usertags-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-remote-worker-f28 spec: containers: - args: @@ -51440,7 +51080,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-template-usertags-f28 + - --target=vsphere-ipi-remote-worker-f28 - --variant=amd64-nightly command: - ci-operator @@ -51505,7 +51145,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 36 10 22 * * + cron: 9 15 13 * * decorate: true decoration_config: skip_cloning: true @@ -51520,7 +51160,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-template-usertags-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-remote-worker-f28-destructive spec: containers: - args: @@ -51530,7 +51170,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-template-usertags-f28-destructive + - --target=vsphere-ipi-remote-worker-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -51595,7 +51235,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 52 7 7 * * + cron: 8 5 4 * * decorate: true decoration_config: skip_cloning: true @@ -51605,12 +51245,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multi-nic-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-static-ip-f28 spec: containers: - args: @@ -51620,7 +51260,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-zones-multi-nic-f28 + - --target=vsphere-ipi-static-ip-f28 - --variant=amd64-nightly command: - ci-operator @@ -51685,7 +51325,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 38 16 1 * * + cron: 11 4 22 * * decorate: true decoration_config: skip_cloning: true @@ -51695,12 +51335,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multi-nic-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-static-ip-f28-destructive spec: containers: - args: @@ -51710,7 +51350,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-zones-multi-nic-f28-destructive + - --target=vsphere-ipi-static-ip-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -51775,7 +51415,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 13 20 6 * * + cron: 23 13 25 * * decorate: true decoration_config: skip_cloning: true @@ -51785,12 +51425,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multisubnets-external-lb-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-template-usertags-f28 spec: containers: - args: @@ -51800,7 +51440,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-zones-multisubnets-external-lb-f28 + - --target=vsphere-ipi-template-usertags-f28 - --variant=amd64-nightly command: - ci-operator @@ -51865,7 +51505,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 0 16 6 * * + cron: 36 10 22 * * decorate: true decoration_config: skip_cloning: true @@ -51875,12 +51515,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multisubnets-external-lb-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-template-usertags-f28-destructive spec: containers: - args: @@ -51890,7 +51530,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-zones-multisubnets-external-lb-f28-destructive + - --target=vsphere-ipi-template-usertags-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -51955,7 +51595,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 45 8 7 * * + cron: 52 7 7 * * decorate: true decoration_config: skip_cloning: true @@ -51970,7 +51610,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-template-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multi-nic-f28 spec: containers: - args: @@ -51980,7 +51620,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-zones-template-f28 + - --target=vsphere-ipi-zones-multi-nic-f28 - --variant=amd64-nightly command: - ci-operator @@ -52045,7 +51685,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 15 23 27 * * + cron: 38 16 1 * * decorate: true decoration_config: skip_cloning: true @@ -52060,7 +51700,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-template-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multi-nic-f28-destructive spec: containers: - args: @@ -52070,7 +51710,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-zones-template-f28-destructive + - --target=vsphere-ipi-zones-multi-nic-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -52135,7 +51775,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 2 10 5,14,21,28 * * + cron: 13 20 6 * * decorate: true decoration_config: skip_cloning: true @@ -52150,7 +51790,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-short-cert-rotation-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multisubnets-external-lb-f28 spec: containers: - args: @@ -52160,7 +51800,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-short-cert-rotation-f7 + - --target=vsphere-ipi-zones-multisubnets-external-lb-f28 - --variant=amd64-nightly command: - ci-operator @@ -52225,7 +51865,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 8 2 27 * * + cron: 0 16 6 * * decorate: true decoration_config: skip_cloning: true @@ -52235,12 +51875,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disc-secureboot-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-multisubnets-external-lb-f28-destructive spec: containers: - args: @@ -52250,7 +51890,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-disc-secureboot-fips-f28 + - --target=vsphere-ipi-zones-multisubnets-external-lb-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -52315,7 +51955,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 53 15 21 * * + cron: 45 8 7 * * decorate: true decoration_config: skip_cloning: true @@ -52325,12 +51965,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disc-secureboot-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-template-f28 spec: containers: - args: @@ -52340,7 +51980,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-disc-secureboot-fips-f28-destructive + - --target=vsphere-ipi-zones-template-f28 - --variant=amd64-nightly command: - ci-operator @@ -52405,89 +52045,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 36 11 12 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: release-4.22 - org: openshift - repo: openshift-tests-private - labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 - ci-operator.openshift.io/variant: amd64-nightly - ci.openshift.io/generator: prowgen - job-release: "4.22" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disc-secureboot-fips-rhcos10-tp-f28 - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-disc-secureboot-fips-rhcos10-tp-f28 - - --variant=amd64-nightly - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - 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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - - 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 -- agent: kubernetes - cluster: vsphere02 - cron: 44 16 6 * * + cron: 15 23 27 * * decorate: true decoration_config: skip_cloning: true @@ -52497,12 +52055,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disc-secureboot-fips-rhcos10-tp-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-ipi-zones-template-f28-destructive spec: containers: - args: @@ -52512,13 +52070,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-disc-secureboot-fips-rhcos10-tp-f28-destructive + - --target=vsphere-ipi-zones-template-f28-destructive - --variant=amd64-nightly 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 @@ -52569,7 +52135,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 12 5 20 * * + cron: 2 10 5,14,21,28 * * decorate: true decoration_config: skip_cloning: true @@ -52579,12 +52145,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disconnecting-network-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-short-cert-rotation-f7 spec: containers: - args: @@ -52594,7 +52160,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-disconnecting-network-f28 + - --target=vsphere-short-cert-rotation-f7 - --variant=amd64-nightly command: - ci-operator @@ -52659,7 +52225,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 20 14 15 * * + cron: 8 2 27 * * decorate: true decoration_config: skip_cloning: true @@ -52669,12 +52235,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disconnecting-network-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disc-secureboot-fips-f28 spec: containers: - args: @@ -52684,7 +52250,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-disconnecting-network-f28-destructive + - --target=vsphere-upi-disc-secureboot-fips-f28 - --variant=amd64-nightly command: - ci-operator @@ -52749,7 +52315,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 42 9 19 * * + cron: 53 15 21 * * decorate: true decoration_config: skip_cloning: true @@ -52759,12 +52325,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-encrypt-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disc-secureboot-fips-f28-destructive spec: containers: - args: @@ -52774,7 +52340,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-encrypt-f28 + - --target=vsphere-upi-disc-secureboot-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -52839,7 +52405,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 29 2 28 * * + cron: 36 11 12 * * decorate: true decoration_config: skip_cloning: true @@ -52849,12 +52415,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-encrypt-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disc-secureboot-fips-rhcos10-tp-f28 spec: containers: - args: @@ -52864,21 +52430,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-encrypt-f28-destructive + - --target=vsphere-upi-disc-secureboot-fips-rhcos10-tp-f28 - --variant=amd64-nightly 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 @@ -52929,7 +52487,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 19 11 12 * * + cron: 44 16 6 * * decorate: true decoration_config: skip_cloning: true @@ -52939,12 +52497,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-multi-vcenter-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disc-secureboot-fips-rhcos10-tp-f28-destructive spec: containers: - args: @@ -52954,21 +52512,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-multi-vcenter-f28 + - --target=vsphere-upi-disc-secureboot-fips-rhcos10-tp-f28-destructive - --variant=amd64-nightly 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 @@ -53019,7 +52569,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 44 23 20 * * + cron: 12 5 20 * * decorate: true decoration_config: skip_cloning: true @@ -53029,12 +52579,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-multi-vcenter-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disconnecting-network-f28 spec: containers: - args: @@ -53044,7 +52594,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-multi-vcenter-f28-destructive + - --target=vsphere-upi-disconnecting-network-f28 - --variant=amd64-nightly command: - ci-operator @@ -53109,7 +52659,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 18 2 17 * * + cron: 20 14 15 * * decorate: true decoration_config: skip_cloning: true @@ -53119,12 +52669,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-platform-external-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-disconnecting-network-f28-destructive spec: containers: - args: @@ -53134,7 +52684,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-platform-external-f28 + - --target=vsphere-upi-disconnecting-network-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -53199,7 +52749,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 42 0 21 * * + cron: 42 9 19 * * decorate: true decoration_config: skip_cloning: true @@ -53209,12 +52759,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-platform-external-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-encrypt-f28 spec: containers: - args: @@ -53224,7 +52774,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-platform-external-f28-destructive + - --target=vsphere-upi-encrypt-f28 - --variant=amd64-nightly command: - ci-operator @@ -53289,7 +52839,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 24 3 15 * * + cron: 29 2 28 * * decorate: true decoration_config: skip_cloning: true @@ -53299,12 +52849,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud-cluster-profile: vsphere-connected-2 ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-platform-none-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-encrypt-f28-destructive spec: containers: - args: @@ -53314,7 +52864,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-platform-none-f28 + - --target=vsphere-upi-encrypt-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -53379,7 +52929,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 22 9 16 * * + cron: 19 11 12 * * decorate: true decoration_config: skip_cloning: true @@ -53394,7 +52944,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-platform-none-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-multi-vcenter-f28 spec: containers: - args: @@ -53404,7 +52954,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-platform-none-f28-destructive + - --target=vsphere-upi-multi-vcenter-f28 - --variant=amd64-nightly command: - ci-operator @@ -53469,7 +53019,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 34 4 3 * * + cron: 44 23 20 * * decorate: true decoration_config: skip_cloning: true @@ -53484,7 +53034,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-zones-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-multi-vcenter-f28-destructive spec: containers: - args: @@ -53494,7 +53044,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-zones-f28 + - --target=vsphere-upi-multi-vcenter-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -53559,7 +53109,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 46 1 7 * * + cron: 18 2 17 * * decorate: true decoration_config: skip_cloning: true @@ -53574,7 +53124,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-zones-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-platform-external-f28 spec: containers: - args: @@ -53584,7 +53134,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-zones-f28-destructive + - --target=vsphere-upi-platform-external-f28 - --variant=amd64-nightly command: - ci-operator @@ -53649,7 +53199,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 3 5 1,8,17,24 * * + cron: 42 0 21 * * decorate: true decoration_config: skip_cloning: true @@ -53664,7 +53214,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-zones-f7-longrun-mco-tp-p1 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-platform-external-f28-destructive spec: containers: - args: @@ -53674,7 +53224,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-zones-f7-longrun-mco-tp-p1 + - --target=vsphere-upi-platform-external-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -53739,7 +53289,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 4 5 4,11,18,27 * * + cron: 24 3 15 * * decorate: true decoration_config: skip_cloning: true @@ -53754,7 +53304,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-zones-f7-longrun-mco-tp-p2 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-platform-none-f28 spec: containers: - args: @@ -53764,7 +53314,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-zones-f7-longrun-mco-tp-p2 + - --target=vsphere-upi-platform-none-f28 - --variant=amd64-nightly command: - ci-operator @@ -53829,7 +53379,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: vsphere02 - cron: 36 5 6,15,22,29 * * + cron: 22 9 16 * * decorate: true decoration_config: skip_cloning: true @@ -53844,7 +53394,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-zones-f7-longrun-mco-tp-p3 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-platform-none-f28-destructive spec: containers: - args: @@ -53854,7 +53404,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-zones-f7-longrun-mco-tp-p3 + - --target=vsphere-upi-platform-none-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -53918,8 +53468,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 14 0 4 * * + cluster: vsphere02 + cron: 34 4 3 * * decorate: true decoration_config: skip_cloning: true @@ -53928,12 +53478,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: amd64-rollback-nightly + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen + job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-aws-ipi-byo-route53-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-zones-f28 spec: containers: - args: @@ -53943,8 +53494,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-route53-f28 - - --variant=amd64-rollback-nightly + - --target=vsphere-upi-zones-f28 + - --variant=amd64-nightly command: - ci-operator env: @@ -54007,8 +53558,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 3 9 29 * * + cluster: vsphere02 + cron: 46 1 7 * * decorate: true decoration_config: skip_cloning: true @@ -54017,12 +53568,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: amd64-rollback-nightly + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen + job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-aws-ipi-ovn-hypershift-inplace-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-zones-f28-destructive spec: containers: - args: @@ -54032,8 +53584,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-hypershift-inplace-f28 - - --variant=amd64-rollback-nightly + - --target=vsphere-upi-zones-f28-destructive + - --variant=amd64-nightly command: - ci-operator env: @@ -54096,8 +53648,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 24 18 29 * * + cluster: vsphere02 + cron: 3 5 1,8,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -54106,23 +53658,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe - ci-operator.openshift.io/variant: amd64-rollback-nightly + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen + job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-azure-aks-hypershift-byo-vnet-replace-guest-f28 - reporter_config: - slack: - channel: '#forum-prow-hypershift-qe-ci' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-zones-f7-longrun-mco-tp-p1 spec: containers: - args: @@ -54132,8 +53674,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-aks-hypershift-byo-vnet-replace-guest-f28 - - --variant=amd64-rollback-nightly + - --target=vsphere-upi-zones-f7-longrun-mco-tp-p1 + - --variant=amd64-nightly command: - ci-operator env: @@ -54196,8 +53738,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 32 20 2 * * + cluster: vsphere02 + cron: 4 5 4,11,18,27 * * decorate: true decoration_config: skip_cloning: true @@ -54206,12 +53748,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe - ci-operator.openshift.io/variant: amd64-rollback-nightly + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen + job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-azure-upi-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-zones-f7-longrun-mco-tp-p2 spec: containers: - args: @@ -54221,8 +53764,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-upi-f28 - - --variant=amd64-rollback-nightly + - --target=vsphere-upi-zones-f7-longrun-mco-tp-p2 + - --variant=amd64-nightly command: - ci-operator env: @@ -54285,8 +53828,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 52 17 5 * * + cluster: vsphere02 + cron: 36 5 6,15,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -54295,13 +53838,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe - ci-operator.openshift.io/variant: amd64-rollback-nightly + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-nightly ci.openshift.io/generator: prowgen + job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-baremetal-ipi-ovn-ipv4-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-vsphere-upi-zones-f7-longrun-mco-tp-p3 spec: containers: - args: @@ -54311,8 +53854,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-f28 - - --variant=amd64-rollback-nightly + - --target=vsphere-upi-zones-f7-longrun-mco-tp-p3 + - --variant=amd64-nightly command: - ci-operator env: @@ -54375,8 +53918,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 13 11 16 * * + cluster: build10 + cron: 14 0 4 * * decorate: true decoration_config: skip_cloning: true @@ -54385,12 +53928,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: amd64-rollback-nightly ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-gcp-ipi-ovn-ipsec-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-aws-ipi-byo-route53-f28 spec: containers: - args: @@ -54400,7 +53943,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-ovn-ipsec-f28 + - --target=aws-ipi-byo-route53-f28 - --variant=amd64-rollback-nightly command: - ci-operator @@ -54464,8 +54007,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 36 22 24 * * + cluster: build10 + cron: 3 9 29 * * decorate: true decoration_config: skip_cloning: true @@ -54474,12 +54017,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: amd64-rollback-nightly ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-ibmcloud-ipi-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-aws-ipi-ovn-hypershift-inplace-f28 spec: containers: - args: @@ -54489,7 +54032,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-f28 + - --target=aws-ipi-ovn-hypershift-inplace-f28 - --variant=amd64-rollback-nightly command: - ci-operator @@ -54554,7 +54097,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 44 7 24 * * + cron: 24 18 29 * * decorate: true decoration_config: skip_cloning: true @@ -54563,13 +54106,23 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: amd64-rollback-nightly ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-nutanix-ipi-boot-categories-project-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-azure-aks-hypershift-byo-vnet-replace-guest-f28 + reporter_config: + slack: + channel: '#forum-prow-hypershift-qe-ci' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -54579,7 +54132,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-boot-categories-project-f28 + - --target=azure-aks-hypershift-byo-vnet-replace-guest-f28 - --variant=amd64-rollback-nightly command: - ci-operator @@ -54643,8 +54196,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: vsphere02 - cron: 1 3 29 * * + cluster: build01 + cron: 32 20 2 * * decorate: true decoration_config: skip_cloning: true @@ -54653,12 +54206,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: amd64-rollback-nightly ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-vsphere-upi-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-azure-upi-f28 spec: containers: - args: @@ -54668,7 +54221,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-upi-f28 + - --target=azure-upi-f28 - --variant=amd64-rollback-nightly command: - ci-operator @@ -54732,8 +54285,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 15 8 5 * * + cluster: build06 + cron: 52 17 5 * * decorate: true decoration_config: skip_cloning: true @@ -54742,12 +54295,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: amd64-rollback-stable + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/variant: amd64-rollback-nightly ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-stable-aws-ipi-byo-route53-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-baremetal-ipi-ovn-ipv4-f28 spec: containers: - args: @@ -54757,8 +54311,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-route53-f28 - - --variant=amd64-rollback-stable + - --target=baremetal-ipi-ovn-ipv4-f28 + - --variant=amd64-rollback-nightly command: - ci-operator env: @@ -54821,8 +54375,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 32 11 12 * * + cluster: build04 + cron: 13 11 16 * * decorate: true decoration_config: skip_cloning: true @@ -54831,12 +54385,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws-c2s - ci-operator.openshift.io/cloud-cluster-profile: aws-c2s-qe - ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: amd64-rollback-nightly ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-aws-c2s-ipi-disc-priv-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-gcp-ipi-ovn-ipsec-f28 spec: containers: - args: @@ -54846,8 +54400,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-c2s-ipi-disc-priv-fips-f28 - - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 + - --target=gcp-ipi-ovn-ipsec-f28 + - --variant=amd64-rollback-nightly command: - ci-operator env: @@ -54910,8 +54464,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 38 3 14 * * + cluster: build01 + cron: 36 22 24 * * decorate: true decoration_config: skip_cloning: true @@ -54920,12 +54474,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-1-qe - ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/variant: amd64-rollback-nightly ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-aws-ipi-disc-priv-localzone-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-ibmcloud-ipi-f28 spec: containers: - args: @@ -54935,8 +54489,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-localzone-fips-f28 - - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 + - --target=ibmcloud-ipi-f28 + - --variant=amd64-rollback-nightly command: - ci-operator env: @@ -54999,8 +54553,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 11 17 5 * * + cluster: build01 + cron: 44 7 24 * * decorate: true decoration_config: skip_cloning: true @@ -55009,12 +54563,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-rollback-nightly ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-aws-ipi-disc-priv-sts-ep-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-nutanix-ipi-boot-categories-project-f28 spec: containers: - args: @@ -55024,8 +54579,97 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-sts-ep-fips-f28 - - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 + - --target=nutanix-ipi-boot-categories-project-f28 + - --variant=amd64-rollback-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: vsphere02 + cron: 1 3 29 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-rollback-nightly + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-nightly-vsphere-upi-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=vsphere-upi-f28 + - --variant=amd64-rollback-nightly command: - ci-operator env: @@ -55089,7 +54733,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 50 5 27 * * + cron: 15 8 5 * * decorate: true decoration_config: skip_cloning: true @@ -55100,10 +54744,10 @@ periodics: labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 + ci-operator.openshift.io/variant: amd64-rollback-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-aws-ipi-shared-vpc-phz-sts-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-rollback-stable-aws-ipi-byo-route53-f28 spec: containers: - args: @@ -55113,8 +54757,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-shared-vpc-phz-sts-fips-f28 - - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 + - --target=aws-ipi-byo-route53-f28 + - --variant=amd64-rollback-stable command: - ci-operator env: @@ -55178,7 +54822,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 41 15 4 * * + cron: 32 11 12 * * decorate: true decoration_config: skip_cloning: true @@ -55187,12 +54831,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws-usgov - ci-operator.openshift.io/cloud-cluster-profile: aws-usgov-qe + ci-operator.openshift.io/cloud: aws-c2s + ci-operator.openshift.io/cloud-cluster-profile: aws-c2s-qe ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-aws-usgov-ipi-private-sts-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-aws-c2s-ipi-disc-priv-fips-f28 spec: containers: - args: @@ -55202,7 +54846,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-usgov-ipi-private-sts-f28 + - --target=aws-c2s-ipi-disc-priv-fips-f28 - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -55266,8 +54910,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 24 12 18 * * + cluster: build10 + cron: 38 3 14 * * decorate: true decoration_config: skip_cloning: true @@ -55276,12 +54920,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-1-qe ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-azure-ipi-disc-fullyprivate-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-aws-ipi-disc-priv-localzone-fips-f28 spec: containers: - args: @@ -55291,7 +54935,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-disc-fullyprivate-f28 + - --target=aws-ipi-disc-priv-localzone-fips-f28 - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -55355,8 +54999,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 38 9 3 * * + cluster: build10 + cron: 11 17 5 * * decorate: true decoration_config: skip_cloning: true @@ -55365,12 +55009,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-azure-ipi-disc-oidc-oc-mirror-f28-ota + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-aws-ipi-disc-priv-sts-ep-fips-f28 spec: containers: - args: @@ -55380,7 +55024,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-disc-oidc-oc-mirror-f28-ota + - --target=aws-ipi-disc-priv-sts-ep-fips-f28 - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -55444,8 +55088,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 4 8 9 * * + cluster: build10 + cron: 50 5 27 * * decorate: true decoration_config: skip_cloning: true @@ -55454,12 +55098,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azuremag - ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-azure-mag-ipi-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-aws-ipi-shared-vpc-phz-sts-fips-f28 spec: containers: - args: @@ -55469,7 +55113,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-mag-ipi-fips-f28 + - --target=aws-ipi-shared-vpc-phz-sts-fips-f28 - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -55534,7 +55178,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 29 2 22 * * + cron: 41 15 4 * * decorate: true decoration_config: skip_cloning: true @@ -55543,13 +55187,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azurestack - ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: aws-usgov + ci-operator.openshift.io/cloud-cluster-profile: aws-usgov-qe ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-azure-stack-ipi-proxy-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-aws-usgov-ipi-private-sts-f28 spec: containers: - args: @@ -55559,7 +55202,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-stack-ipi-proxy-fips-f28 + - --target=aws-usgov-ipi-private-sts-f28 - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -55624,7 +55267,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 25 17 7 * * + cron: 24 12 18 * * decorate: true decoration_config: skip_cloning: true @@ -55633,12 +55276,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-ibmcloud-ipi-proxy-private-fips-rt-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-azure-ipi-disc-fullyprivate-f28 spec: containers: - args: @@ -55648,7 +55291,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-proxy-private-fips-rt-f28 + - --target=azure-ipi-disc-fullyprivate-f28 - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -55713,7 +55356,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 12 15 22 * * + cron: 38 9 3 * * decorate: true decoration_config: skip_cloning: true @@ -55722,13 +55365,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-nutanix-ipi-proxy-fips-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-azure-ipi-disc-oidc-oc-mirror-f28-ota spec: containers: - args: @@ -55738,7 +55380,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-proxy-fips-mini-perm-f28 + - --target=azure-ipi-disc-oidc-oc-mirror-f28-ota - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -55802,8 +55444,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: vsphere02 - cron: 31 5 14 * * + cluster: build01 + cron: 4 8 9 * * decorate: true decoration_config: skip_cloning: true @@ -55812,12 +55454,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud: azuremag + ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-vsphere-ipi-disc-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-azure-mag-ipi-fips-f28 spec: containers: - args: @@ -55827,7 +55469,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-disc-f28 + - --target=azure-mag-ipi-fips-f28 - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -55891,8 +55533,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: vsphere02 - cron: 43 6 4 * * + cluster: build01 + cron: 29 2 22 * * decorate: true decoration_config: skip_cloning: true @@ -55901,12 +55543,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud: azurestack + ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-vsphere-ipi-ovn-dualstack-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-azure-stack-ipi-proxy-fips-f28 spec: containers: - args: @@ -55916,7 +55559,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-dualstack-f28 + - --target=azure-stack-ipi-proxy-fips-f28 - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -55980,8 +55623,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: vsphere02 - cron: 28 4 2 * * + cluster: build01 + cron: 25 17 7 * * decorate: true decoration_config: skip_cloning: true @@ -55990,12 +55633,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-vsphere-ipi-proxy-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-ibmcloud-ipi-proxy-private-fips-rt-f28 spec: containers: - args: @@ -56005,7 +55648,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-fips-f28 + - --target=ibmcloud-ipi-proxy-private-fips-rt-f28 - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -56070,7 +55713,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 53 18 24 * * + cron: 12 15 22 * * decorate: true decoration_config: skip_cloning: true @@ -56079,12 +55722,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws-c2s - ci-operator.openshift.io/cloud-cluster-profile: aws-c2s-qe - ci-operator.openshift.io/variant: amd64-stable + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-c2s-ipi-disc-priv-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-nutanix-ipi-proxy-fips-mini-perm-f28 spec: containers: - args: @@ -56094,8 +55738,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-c2s-ipi-disc-priv-fips-f28 - - --variant=amd64-stable + - --target=nutanix-ipi-proxy-fips-mini-perm-f28 + - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -56158,8 +55802,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 50 6 6 * * + cluster: vsphere02 + cron: 31 5 14 * * decorate: true decoration_config: skip_cloning: true @@ -56168,12 +55812,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-1-qe - ci-operator.openshift.io/variant: amd64-stable + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-ipi-disc-priv-localzone-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-vsphere-ipi-disc-f28 spec: containers: - args: @@ -56183,8 +55827,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-localzone-fips-f28 - - --variant=amd64-stable + - --target=vsphere-ipi-disc-f28 + - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -56247,8 +55891,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 36 12 2 * * + cluster: vsphere02 + cron: 43 6 4 * * decorate: true decoration_config: skip_cloning: true @@ -56257,12 +55901,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: amd64-stable + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-ipi-disc-priv-sts-ep-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-vsphere-ipi-ovn-dualstack-f28 spec: containers: - args: @@ -56272,8 +55916,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-sts-ep-fips-f28 - - --variant=amd64-stable + - --target=vsphere-ipi-ovn-dualstack-f28 + - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -56336,97 +55980,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 49 5 11 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: release-4.22 - org: openshift - repo: openshift-tests-private - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: amd64-stable - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-ipi-ovn-ipsec-to-multiarch-f28 - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-ipsec-to-multiarch-f28 - - --variant=amd64-stable - 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 - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - 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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - - 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 -- agent: kubernetes - cluster: build10 - cron: 40 5 14,30 * * + cluster: vsphere02 + cron: 28 4 2 * * decorate: true decoration_config: skip_cloning: true @@ -56435,12 +55990,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: amd64-stable + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/variant: amd64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-ipi-shared-vpc-phz-sts-fips-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-4.22-upgrade-from-stable-4.21-vsphere-ipi-proxy-fips-f28 spec: containers: - args: @@ -56450,8 +56005,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-shared-vpc-phz-sts-fips-f14 - - --variant=amd64-stable + - --target=vsphere-ipi-proxy-fips-f28 + - --variant=amd64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -56514,8 +56069,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 46 0 7,14,23,30 * * + cluster: build01 + cron: 53 18 24 * * decorate: true decoration_config: skip_cloning: true @@ -56524,23 +56079,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud: aws-c2s + ci-operator.openshift.io/cloud-cluster-profile: aws-c2s-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-ocm-osd-ccs-f7 - reporter_config: - slack: - channel: '#managed-hypershift-ci-watcher' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-c2s-ipi-disc-priv-fips-f28 spec: containers: - args: @@ -56550,7 +56094,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ocm-osd-ccs-f7 + - --target=aws-c2s-ipi-disc-priv-fips-f28 - --variant=amd64-stable command: - ci-operator @@ -56615,7 +56159,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 33 16 4,11,18,27 * * + cron: 50 6 6 * * decorate: true decoration_config: skip_cloning: true @@ -56625,11 +56169,11 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe + ci-operator.openshift.io/cloud-cluster-profile: aws-1-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-advanced-stage-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-ipi-disc-priv-localzone-fips-f28 spec: containers: - args: @@ -56639,7 +56183,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-advanced-stage-f7 + - --target=aws-ipi-disc-priv-localzone-fips-f28 - --variant=amd64-stable command: - ci-operator @@ -56704,7 +56248,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 18 18 3,12,19,26 * * + cron: 36 12 2 * * decorate: true decoration_config: skip_cloning: true @@ -56714,22 +56258,11 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-advanced-int-f7 - reporter_config: - slack: - channel: '#managed-hypershift-ci-watcher' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-ipi-disc-priv-sts-ep-fips-f28 spec: containers: - args: @@ -56739,7 +56272,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-advanced-int-f7 + - --target=aws-ipi-disc-priv-sts-ep-fips-f28 - --variant=amd64-stable command: - ci-operator @@ -56804,7 +56337,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 36 17 3,10,17,26 * * + cron: 49 5 11 * * decorate: true decoration_config: skip_cloning: true @@ -56814,22 +56347,11 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-advanced-stage-f7 - reporter_config: - slack: - channel: '#managed-hypershift-ci-watcher' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-ipi-ovn-ipsec-to-multiarch-f28 spec: containers: - args: @@ -56839,7 +56361,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-advanced-stage-f7 + - --target=aws-ipi-ovn-ipsec-to-multiarch-f28 - --variant=amd64-stable command: - ci-operator @@ -56904,7 +56426,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 46 2 5,12,19,28 * * + cron: 40 5 14,30 * * decorate: true decoration_config: skip_cloning: true @@ -56914,22 +56436,11 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-external-auth-stage-full-f7 - reporter_config: - slack: - channel: '#managed-hypershift-ci-watcher' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-ipi-shared-vpc-phz-sts-fips-f14 spec: containers: - args: @@ -56939,7 +56450,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-external-auth-stage-full-f7 + - --target=aws-ipi-shared-vpc-phz-sts-fips-f14 - --variant=amd64-stable command: - ci-operator @@ -57004,7 +56515,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 42 18 7,16,23,30 * * + cron: 46 0 7,14,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -57014,11 +56525,11 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-external-auth-stage-full-int-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-ocm-osd-ccs-f7 reporter_config: slack: channel: '#managed-hypershift-ci-watcher' @@ -57039,7 +56550,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-external-auth-stage-full-int-f7 + - --target=aws-ocm-osd-ccs-f7 - --variant=amd64-stable command: - ci-operator @@ -57104,7 +56615,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 30 3 6,13,22,29 * * + cron: 33 16 4,11,18,27 * * decorate: true decoration_config: skip_cloning: true @@ -57118,18 +56629,7 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-pl-int-f7 - reporter_config: - slack: - channel: '#managed-hypershift-ci-watcher' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-advanced-stage-f7 spec: containers: - args: @@ -57139,7 +56639,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-pl-int-f7 + - --target=aws-rosa-advanced-stage-f7 - --variant=amd64-stable command: - ci-operator @@ -57204,7 +56704,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 34 4 1,10,17,24 * * + cron: 18 18 3,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -57218,7 +56718,7 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-pl-stage-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-advanced-int-f7 reporter_config: slack: channel: '#managed-hypershift-ci-watcher' @@ -57239,7 +56739,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-pl-stage-f7 + - --target=aws-rosa-hcp-advanced-int-f7 - --variant=amd64-stable command: - ci-operator @@ -57304,7 +56804,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 22 15 23 * * + cron: 36 17 3,10,17,26 * * decorate: true decoration_config: skip_cloning: true @@ -57318,7 +56818,7 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-sector-advanced-prod-stable-critical-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-advanced-stage-f7 reporter_config: slack: channel: '#managed-hypershift-ci-watcher' @@ -57339,7 +56839,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-sector-advanced-prod-stable-critical-f28 + - --target=aws-rosa-hcp-advanced-stage-f7 - --variant=amd64-stable command: - ci-operator @@ -57404,7 +56904,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 15 12 7,14,23,30 * * + cron: 46 2 5,12,19,28 * * decorate: true decoration_config: skip_cloning: true @@ -57418,7 +56918,7 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-sector-byo-kms-oidc-auditlog-prod-critical-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-external-auth-stage-full-f7 reporter_config: slack: channel: '#managed-hypershift-ci-watcher' @@ -57439,7 +56939,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-sector-byo-kms-oidc-auditlog-prod-critical-f7 + - --target=aws-rosa-hcp-external-auth-stage-full-f7 - --variant=amd64-stable command: - ci-operator @@ -57504,7 +57004,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 36 18 2,9,16,25 * * + cron: 42 18 7,16,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -57518,7 +57018,7 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-sector-private-proxy-prod-critical-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-external-auth-stage-full-int-f7 reporter_config: slack: channel: '#managed-hypershift-ci-watcher' @@ -57539,7 +57039,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-sector-private-proxy-prod-critical-f7 + - --target=aws-rosa-hcp-external-auth-stage-full-int-f7 - --variant=amd64-stable command: - ci-operator @@ -57604,7 +57104,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 46 4 1,8,17,24 * * + cron: 30 3 6,13,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -57618,7 +57118,7 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-sector-prod-critical-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-pl-int-f7 reporter_config: slack: channel: '#managed-hypershift-ci-watcher' @@ -57639,7 +57139,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-sector-prod-critical-f7 + - --target=aws-rosa-hcp-pl-int-f7 - --variant=amd64-stable command: - ci-operator @@ -57704,7 +57204,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 31 3 1,8,15,24 * * + cron: 34 4 1,10,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -57718,7 +57218,7 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-shared-vpc-advanced-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-pl-stage-f7 reporter_config: slack: channel: '#managed-hypershift-ci-watcher' @@ -57739,7 +57239,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-shared-vpc-advanced-f7 + - --target=aws-rosa-hcp-pl-stage-f7 - --variant=amd64-stable command: - ci-operator @@ -57804,7 +57304,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 53 7 5,12,19,26 * * + cron: 22 15 23 * * decorate: true decoration_config: skip_cloning: true @@ -57818,7 +57318,7 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-shared-vpc-advanced-int-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-sector-advanced-prod-stable-critical-f28 reporter_config: slack: channel: '#managed-hypershift-ci-watcher' @@ -57839,7 +57339,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-shared-vpc-advanced-int-f7 + - --target=aws-rosa-hcp-sector-advanced-prod-stable-critical-f28 - --variant=amd64-stable command: - ci-operator @@ -57904,7 +57404,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 8 8 29 2 * + cron: 15 12 7,14,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -57918,7 +57418,7 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-upgrade-f999 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-sector-byo-kms-oidc-auditlog-prod-critical-f7 reporter_config: slack: channel: '#managed-hypershift-ci-watcher' @@ -57939,7 +57439,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-upgrade-f999 + - --target=aws-rosa-hcp-sector-byo-kms-oidc-auditlog-prod-critical-f7 - --variant=amd64-stable command: - ci-operator @@ -58004,7 +57504,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 27 4 4,11,18,25 * * + cron: 36 18 2,9,16,25 * * decorate: true decoration_config: skip_cloning: true @@ -58018,7 +57518,7 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-zero-egress-int-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-sector-private-proxy-prod-critical-f7 reporter_config: slack: channel: '#managed-hypershift-ci-watcher' @@ -58039,7 +57539,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-zero-egress-int-f7 + - --target=aws-rosa-hcp-sector-private-proxy-prod-critical-f7 - --variant=amd64-stable command: - ci-operator @@ -58104,7 +57604,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 3 12 7,16,23,30 * * + cron: 46 4 1,8,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -58118,7 +57618,7 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-zero-egress-stage-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-sector-prod-critical-f7 reporter_config: slack: channel: '#managed-hypershift-ci-watcher' @@ -58139,7 +57639,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-hcp-zero-egress-stage-f7 + - --target=aws-rosa-hcp-sector-prod-critical-f7 - --variant=amd64-stable command: - ci-operator @@ -58204,7 +57704,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 27 10 5,12,19,28 * * + cron: 31 3 1,8,15,24 * * decorate: true decoration_config: skip_cloning: true @@ -58218,7 +57718,18 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-non-sts-advanced-stage-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-shared-vpc-advanced-f7 + reporter_config: + slack: + channel: '#managed-hypershift-ci-watcher' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -58228,7 +57739,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-non-sts-advanced-stage-f7 + - --target=aws-rosa-hcp-shared-vpc-advanced-f7 - --variant=amd64-stable command: - ci-operator @@ -58293,7 +57804,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 7 14 5,12,21,28 * * + cron: 53 7 5,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -58307,7 +57818,18 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-private-link-stage-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-shared-vpc-advanced-int-f7 + reporter_config: + slack: + channel: '#managed-hypershift-ci-watcher' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -58317,7 +57839,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-private-link-stage-f7 + - --target=aws-rosa-hcp-shared-vpc-advanced-int-f7 - --variant=amd64-stable command: - ci-operator @@ -58382,7 +57904,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 34 15 4,11,18,25 * * + cron: 8 8 29 2 * decorate: true decoration_config: skip_cloning: true @@ -58396,7 +57918,7 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-sts-localzone-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-upgrade-f999 reporter_config: slack: channel: '#managed-hypershift-ci-watcher' @@ -58417,7 +57939,207 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-sts-localzone-f7 + - --target=aws-rosa-hcp-upgrade-f999 + - --variant=amd64-stable + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 27 4 4,11,18,25 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe + ci-operator.openshift.io/variant: amd64-stable + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-zero-egress-int-f7 + reporter_config: + slack: + channel: '#managed-hypershift-ci-watcher' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-rosa-hcp-zero-egress-int-f7 + - --variant=amd64-stable + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 3 12 7,16,23,30 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe + ci-operator.openshift.io/variant: amd64-stable + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-hcp-zero-egress-stage-f7 + reporter_config: + slack: + channel: '#managed-hypershift-ci-watcher' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' + spec: + containers: + - args: + - --gcs-upload-secret=/secrets/gcs/service-account.json + - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson + - --lease-server-credentials-file=/etc/boskos/credentials + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-rosa-hcp-zero-egress-stage-f7 - --variant=amd64-stable command: - ci-operator @@ -58482,7 +58204,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 5 2 5,12,19,26 * * + cron: 27 10 5,12,19,28 * * decorate: true decoration_config: skip_cloning: true @@ -58496,18 +58218,7 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-sts-shared-vpc-stage-f7 - reporter_config: - slack: - channel: '#managed-hypershift-ci-watcher' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-non-sts-advanced-stage-f7 spec: containers: - args: @@ -58517,7 +58228,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-rosa-sts-shared-vpc-stage-f7 + - --target=aws-rosa-non-sts-advanced-stage-f7 - --variant=amd64-stable command: - ci-operator @@ -58581,8 +58292,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 32 12 7,23 * * + cluster: build10 + cron: 7 14 5,12,21,28 * * decorate: true decoration_config: skip_cloning: true @@ -58591,12 +58302,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws-usgov - ci-operator.openshift.io/cloud-cluster-profile: aws-usgov-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-usgov-ipi-private-sts-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-private-link-stage-f7 spec: containers: - args: @@ -58606,7 +58317,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-usgov-ipi-private-sts-f14 + - --target=aws-rosa-private-link-stage-f7 - --variant=amd64-stable command: - ci-operator @@ -58670,8 +58381,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 25 11 27 * * + cluster: build10 + cron: 34 15 4,11,18,25 * * decorate: true decoration_config: skip_cloning: true @@ -58680,12 +58391,23 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-azure-ipi-to-multiarch-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-sts-localzone-f7 + reporter_config: + slack: + channel: '#managed-hypershift-ci-watcher' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -58695,7 +58417,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-to-multiarch-f28 + - --target=aws-rosa-sts-localzone-f7 - --variant=amd64-stable command: - ci-operator @@ -58759,8 +58481,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 4 9 4,20 * * + cluster: build10 + cron: 5 2 5,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -58769,12 +58491,23 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azuremag - ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-sd-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-azure-mag-ipi-fips-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-rosa-sts-shared-vpc-stage-f7 + reporter_config: + slack: + channel: '#managed-hypershift-ci-watcher' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -58784,7 +58517,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-mag-ipi-fips-f14 + - --target=aws-rosa-sts-shared-vpc-stage-f7 - --variant=amd64-stable command: - ci-operator @@ -58849,7 +58582,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 25 7 14,28 * * + cron: 32 12 7,23 * * decorate: true decoration_config: skip_cloning: true @@ -58858,13 +58591,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azurestack - ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: aws-usgov + ci-operator.openshift.io/cloud-cluster-profile: aws-usgov-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-azure-stack-ipi-proxy-fips-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-aws-usgov-ipi-private-sts-f14 spec: containers: - args: @@ -58874,7 +58606,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-stack-ipi-proxy-fips-f14 + - --target=aws-usgov-ipi-private-sts-f14 - --variant=amd64-stable command: - ci-operator @@ -58938,8 +58670,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 53 11 8 * * + cluster: build01 + cron: 25 11 27 * * decorate: true decoration_config: skip_cloning: true @@ -58948,12 +58680,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-gcp-ipi-to-multiarch-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-azure-ipi-to-multiarch-f28 spec: containers: - args: @@ -58963,7 +58695,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-to-multiarch-mini-perm-f28 + - --target=azure-ipi-to-multiarch-f28 - --variant=amd64-stable command: - ci-operator @@ -59027,8 +58759,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 8 8 29 2 * + cluster: build01 + cron: 4 9 4,20 * * decorate: true decoration_config: skip_cloning: true @@ -59037,13 +58769,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/cloud: azuremag + ci-operator.openshift.io/cloud-cluster-profile: azuremag-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-gcp-ocm-osd-ccs-marketplace-api-f999 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-azure-mag-ipi-fips-f14 spec: containers: - args: @@ -59053,7 +58784,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ocm-osd-ccs-marketplace-api-f999 + - --target=azure-mag-ipi-fips-f14 - --variant=amd64-stable command: - ci-operator @@ -59117,8 +58848,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 8 8 29 2 * + cluster: build01 + cron: 25 7 14,28 * * decorate: true decoration_config: skip_cloning: true @@ -59127,12 +58858,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/cloud: azurestack + ci-operator.openshift.io/cloud-cluster-profile: azurestack-qe + ci-operator.openshift.io/cluster: build01 ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-gcp-ocm-osd-ccs-marketplace-f999 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-azure-stack-ipi-proxy-fips-f14 spec: containers: - args: @@ -59142,7 +58874,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ocm-osd-ccs-marketplace-f999 + - --target=azure-stack-ipi-proxy-fips-f14 - --variant=amd64-stable command: - ci-operator @@ -59207,7 +58939,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 8 8 29 2 * + cron: 53 11 8 * * decorate: true decoration_config: skip_cloning: true @@ -59221,7 +58953,7 @@ periodics: ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-gcp-ocm-osd-ccs-xpn-f999 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-gcp-ipi-to-multiarch-mini-perm-f28 spec: containers: - args: @@ -59231,7 +58963,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ocm-osd-ccs-xpn-f999 + - --target=gcp-ipi-to-multiarch-mini-perm-f28 - --variant=amd64-stable command: - ci-operator @@ -59295,7 +59027,7 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 + cluster: build06 cron: 8 8 29 2 * decorate: true decoration_config: @@ -59305,12 +59037,13 @@ periodics: org: openshift repo: openshift-tests-private labels: + capability/intranet: intranet ci-operator.openshift.io/cloud: gcp ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-gcp-ocm-osd-ccs-xpn-private-marketplace-f999 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-gcp-ocm-osd-ccs-marketplace-api-f999 spec: containers: - args: @@ -59320,7 +59053,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ocm-osd-ccs-xpn-private-marketplace-f999 + - --target=gcp-ocm-osd-ccs-marketplace-api-f999 - --variant=amd64-stable command: - ci-operator @@ -59384,7 +59117,7 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 + cluster: build04 cron: 8 8 29 2 * decorate: true decoration_config: @@ -59394,102 +59127,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet ci-operator.openshift.io/cloud: gcp ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-gcp-ocm-wif-sv-f999 - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ocm-wif-sv-f999 - - --variant=amd64-stable - 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 - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - 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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - - 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 -- agent: kubernetes - cluster: build01 - cron: 32 16 21 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: release-4.22 - org: openshift - repo: openshift-tests-private - labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe-2 - ci-operator.openshift.io/variant: amd64-stable - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-ibmcloud-ipi-disc-priv-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-gcp-ocm-osd-ccs-marketplace-f999 spec: containers: - args: @@ -59499,7 +59142,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-disc-priv-f28 + - --target=gcp-ocm-osd-ccs-marketplace-f999 - --variant=amd64-stable command: - ci-operator @@ -59563,8 +59206,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 34 1 7 * * + cluster: build04 + cron: 8 8 29 2 * decorate: true decoration_config: skip_cloning: true @@ -59573,12 +59216,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: ibmcloud - ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-ibmcloud-ipi-proxy-private-rt-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-gcp-ocm-osd-ccs-xpn-f999 spec: containers: - args: @@ -59588,7 +59231,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=ibmcloud-ipi-proxy-private-rt-f28 + - --target=gcp-ocm-osd-ccs-xpn-f999 - --variant=amd64-stable command: - ci-operator @@ -59652,8 +59295,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 5 8 29 * * + cluster: build04 + cron: 8 8 29 2 * decorate: true decoration_config: skip_cloning: true @@ -59662,13 +59305,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: nutanix - ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis - ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-nutanix-ipi-proxy-fips-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-gcp-ocm-osd-ccs-xpn-private-marketplace-f999 spec: containers: - args: @@ -59678,7 +59320,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=nutanix-ipi-proxy-fips-mini-perm-f28 + - --target=gcp-ocm-osd-ccs-xpn-private-marketplace-f999 - --variant=amd64-stable command: - ci-operator @@ -59742,8 +59384,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: vsphere02 - cron: 37 21 14 * * + cluster: build06 + cron: 8 8 29 2 * decorate: true decoration_config: skip_cloning: true @@ -59752,12 +59394,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + capability/intranet: intranet + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-vsphere-ipi-disc-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-gcp-ocm-wif-sv-f999 spec: containers: - args: @@ -59767,7 +59410,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-disc-f28 + - --target=gcp-ocm-wif-sv-f999 - --variant=amd64-stable command: - ci-operator @@ -59831,8 +59474,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: vsphere02 - cron: 48 9 18 * * + cluster: build01 + cron: 32 16 21 * * decorate: true decoration_config: skip_cloning: true @@ -59841,12 +59484,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe-2 ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-vsphere-ipi-ovn-dualstack-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-ibmcloud-ipi-disc-priv-f28 spec: containers: - args: @@ -59856,7 +59499,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-ovn-dualstack-f28 + - --target=ibmcloud-ipi-disc-priv-f28 - --variant=amd64-stable command: - ci-operator @@ -59920,8 +59563,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: vsphere02 - cron: 57 21 12 * * + cluster: build01 + cron: 34 1 7 * * decorate: true decoration_config: skip_cloning: true @@ -59930,12 +59573,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: vsphere - ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/cloud: ibmcloud + ci-operator.openshift.io/cloud-cluster-profile: ibmcloud-qe ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-vsphere-ipi-proxy-fips-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-ibmcloud-ipi-proxy-private-rt-f28 spec: containers: - args: @@ -59945,7 +59588,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=vsphere-ipi-proxy-fips-f28 + - --target=ibmcloud-ipi-proxy-private-rt-f28 - --variant=amd64-stable command: - ci-operator @@ -60010,96 +59653,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 14 13 26 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: release-4.22 - org: openshift - repo: openshift-tests-private - labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-cpou-upgrade-from-4.20 - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-cpou-upgrade-from-4.20-azure-ipi-without-identity-mini-perm-f28 - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-without-identity-mini-perm-f28 - - --variant=arm64-nightly-4.22-cpou-upgrade-from-4.20 - 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 - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - 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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - - 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 -- agent: kubernetes - cluster: build06 - cron: 52 20 18 * * + cron: 5 8 29 * * decorate: true decoration_config: skip_cloning: true @@ -60108,13 +59662,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-cpou-upgrade-from-4.20 + ci-operator.openshift.io/cloud: nutanix + ci-operator.openshift.io/cloud-cluster-profile: nutanix-qe-dis + ci-operator.openshift.io/cluster: build01 + ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-cpou-upgrade-from-4.20-baremetalds-ipi-ovn-ipv4-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-nutanix-ipi-proxy-fips-mini-perm-f28 spec: containers: - args: @@ -60124,8 +59678,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv4-f28 - - --variant=arm64-nightly-4.22-cpou-upgrade-from-4.20 + - --target=nutanix-ipi-proxy-fips-mini-perm-f28 + - --variant=amd64-stable command: - ci-operator env: @@ -60188,8 +59742,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 21 9 28 * * + cluster: vsphere02 + cron: 37 21 14 * * decorate: true decoration_config: skip_cloning: true @@ -60198,12 +59752,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-cpou-upgrade-from-4.20 + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-cpou-upgrade-from-4.20-gcp-ipi-proxy-private-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-vsphere-ipi-disc-f28 spec: containers: - args: @@ -60213,8 +59767,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-proxy-private-mini-perm-f28 - - --variant=arm64-nightly-4.22-cpou-upgrade-from-4.20 + - --target=vsphere-ipi-disc-f28 + - --variant=amd64-stable command: - ci-operator env: @@ -60277,8 +59831,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 5 18 7 * * + cluster: vsphere02 + cron: 48 9 18 * * decorate: true decoration_config: skip_cloning: true @@ -60287,13 +59841,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.20 + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-elastic + ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.20-baremetal-sno-ipv4-disk-etcd-encryption-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-vsphere-ipi-ovn-dualstack-f28 spec: containers: - args: @@ -60303,8 +59856,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-sno-ipv4-disk-etcd-encryption-f28 - - --variant=arm64-nightly-4.22-upgrade-from-stable-4.20 + - --target=vsphere-ipi-ovn-dualstack-f28 + - --variant=amd64-stable command: - ci-operator env: @@ -60367,8 +59920,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 31 16 15 * * + cluster: vsphere02 + cron: 57 21 12 * * decorate: true decoration_config: skip_cloning: true @@ -60377,13 +59930,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.20 + ci-operator.openshift.io/cloud: vsphere + ci-operator.openshift.io/cloud-cluster-profile: vsphere-dis-2 + ci-operator.openshift.io/variant: amd64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.20-baremetal-upi-ovn-dualstack-fips-lgw-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-stable-vsphere-ipi-proxy-fips-f28 spec: containers: - args: @@ -60393,8 +59945,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-dualstack-fips-lgw-f28 - - --variant=arm64-nightly-4.22-upgrade-from-stable-4.20 + - --target=vsphere-ipi-proxy-fips-f28 + - --variant=amd64-stable command: - ci-operator env: @@ -60457,8 +60009,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 2 17 5 * * + cluster: build01 + cron: 14 13 26 * * decorate: true decoration_config: skip_cloning: true @@ -60467,12 +60019,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.21 + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: arm64-nightly-4.22-cpou-upgrade-from-4.20 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-disc-priv-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-cpou-upgrade-from-4.20-azure-ipi-without-identity-mini-perm-f28 spec: containers: - args: @@ -60482,8 +60034,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-f28 - - --variant=arm64-nightly-4.22-upgrade-from-stable-4.21 + - --target=azure-ipi-without-identity-mini-perm-f28 + - --variant=arm64-nightly-4.22-cpou-upgrade-from-4.20 command: - ci-operator env: @@ -60546,8 +60098,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 56 11 28 * * + cluster: build06 + cron: 52 20 18 * * decorate: true decoration_config: skip_cloning: true @@ -60556,12 +60108,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.21 + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/variant: arm64-nightly-4.22-cpou-upgrade-from-4.20 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-disc-priv-sts-ep-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-cpou-upgrade-from-4.20-baremetalds-ipi-ovn-ipv4-f28 spec: containers: - args: @@ -60571,8 +60124,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-sts-ep-mini-perm-f28 - - --variant=arm64-nightly-4.22-upgrade-from-stable-4.21 + - --target=baremetalds-ipi-ovn-ipv4-f28 + - --variant=arm64-nightly-4.22-cpou-upgrade-from-4.20 command: - ci-operator env: @@ -60635,8 +60188,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 2 11 13 * * + cluster: build04 + cron: 21 9 28 * * decorate: true decoration_config: skip_cloning: true @@ -60645,12 +60198,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-1-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.21 + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: arm64-nightly-4.22-cpou-upgrade-from-4.20 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-localzone-byo-subnet-role-sts-kms-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-cpou-upgrade-from-4.20-gcp-ipi-proxy-private-mini-perm-f28 spec: containers: - args: @@ -60660,8 +60213,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-localzone-byo-subnet-role-sts-kms-mini-perm-f28 - - --variant=arm64-nightly-4.22-upgrade-from-stable-4.21 + - --target=gcp-ipi-proxy-private-mini-perm-f28 + - --variant=arm64-nightly-4.22-cpou-upgrade-from-4.20 command: - ci-operator env: @@ -60724,8 +60277,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 14 17 23 * * + cluster: build06 + cron: 5 18 7 * * decorate: true decoration_config: skip_cloning: true @@ -60734,12 +60287,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.21 + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.20 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-disc-fullyprivate-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.20-baremetal-sno-ipv4-disk-etcd-encryption-f28 spec: containers: - args: @@ -60749,8 +60303,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-disc-fullyprivate-f28 - - --variant=arm64-nightly-4.22-upgrade-from-stable-4.21 + - --target=baremetal-sno-ipv4-disk-etcd-encryption-f28 + - --variant=arm64-nightly-4.22-upgrade-from-stable-4.20 command: - ci-operator env: @@ -60813,8 +60367,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 42 22 22 * * + cluster: build06 + cron: 31 16 15 * * decorate: true decoration_config: skip_cloning: true @@ -60823,12 +60377,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.21 + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.20 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-disc-oidc-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.20-baremetal-upi-ovn-dualstack-fips-lgw-f28 spec: containers: - args: @@ -60838,8 +60393,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-disc-oidc-f28 - - --variant=arm64-nightly-4.22-upgrade-from-stable-4.21 + - --target=baremetal-upi-ovn-dualstack-fips-lgw-f28 + - --variant=arm64-nightly-4.22-upgrade-from-stable-4.20 command: - ci-operator env: @@ -60902,8 +60457,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 32 15 16 * * + cluster: build10 + cron: 2 17 5 * * decorate: true decoration_config: skip_cloning: true @@ -60912,13 +60467,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-baremetal-upi-ovn-ipv4-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-disc-priv-f28 spec: containers: - args: @@ -60928,7 +60482,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv4-f28 + - --target=aws-ipi-disc-priv-f28 - --variant=arm64-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -60992,8 +60546,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 8 1 26 * * + cluster: build10 + cron: 56 11 28 * * decorate: true decoration_config: skip_cloning: true @@ -61002,13 +60556,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-baremetalds-ipi-ovn-ipv4-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-disc-priv-sts-ep-mini-perm-f28 spec: containers: - args: @@ -61018,7 +60571,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv4-f28 + - --target=aws-ipi-disc-priv-sts-ep-mini-perm-f28 - --variant=arm64-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -61082,8 +60635,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 15 18 9 * * + cluster: build10 + cron: 2 11 13 * * decorate: true decoration_config: skip_cloning: true @@ -61092,12 +60645,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-1-qe ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-disc-priv-oidc-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-localzone-byo-subnet-role-sts-kms-mini-perm-f28 spec: containers: - args: @@ -61107,7 +60660,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disc-priv-oidc-mini-perm-f28 + - --target=aws-ipi-localzone-byo-subnet-role-sts-kms-mini-perm-f28 - --variant=arm64-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -61171,8 +60724,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 11 11 7 1,3,5,7,9,11 * + cluster: build01 + cron: 14 17 23 * * decorate: true decoration_config: skip_cloning: true @@ -61181,12 +60734,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.22 + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-disc-priv-sts-ep-mini-perm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-disc-fullyprivate-f28 spec: containers: - args: @@ -61196,8 +60749,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-sts-ep-mini-perm-f60 - - --variant=arm64-nightly-4.22-upgrade-from-stable-4.22 + - --target=azure-ipi-disc-fullyprivate-f28 + - --variant=arm64-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -61260,8 +60813,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 11 19 23 2,4,6,8,10,12 * + cluster: build01 + cron: 42 22 22 * * decorate: true decoration_config: skip_cloning: true @@ -61270,12 +60823,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.22 + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-disc-priv-tp-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-disc-oidc-f28 spec: containers: - args: @@ -61285,8 +60838,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-tp-f60 - - --variant=arm64-nightly-4.22-upgrade-from-stable-4.22 + - --target=azure-ipi-disc-oidc-f28 + - --variant=arm64-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -61349,8 +60902,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 33 19 24 2,4,6,8,10,12 * + cluster: build06 + cron: 32 15 16 * * decorate: true decoration_config: skip_cloning: true @@ -61359,12 +60912,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.22 + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-disc-oidc-mini-perm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-baremetal-upi-ovn-ipv4-f28 spec: containers: - args: @@ -61374,8 +60928,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-disc-oidc-mini-perm-f60 - - --variant=arm64-nightly-4.22-upgrade-from-stable-4.22 + - --target=baremetal-upi-ovn-ipv4-f28 + - --variant=arm64-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -61439,7 +60993,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 8 14 15 2,4,6,8,10,12 * + cron: 8 1 26 * * decorate: true decoration_config: skip_cloning: true @@ -61451,10 +61005,10 @@ periodics: capability/intranet: intranet ci-operator.openshift.io/cloud: equinix-ocp-metal ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.22 + ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.22-baremetal-upi-ovn-ipv4-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-baremetalds-ipi-ovn-ipv4-f28 spec: containers: - args: @@ -61464,8 +61018,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv4-f60 - - --variant=arm64-nightly-4.22-upgrade-from-stable-4.22 + - --target=baremetalds-ipi-ovn-ipv4-f28 + - --variant=arm64-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -61528,8 +61082,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 16 10 7 1,3,5,7,9,11 * + cluster: build04 + cron: 15 18 9 * * decorate: true decoration_config: skip_cloning: true @@ -61538,13 +61092,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe - ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.22 + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.22-baremetalds-ipi-ovn-ipv4-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-disc-priv-oidc-mini-perm-f28 spec: containers: - args: @@ -61554,8 +61107,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv4-f60 - - --variant=arm64-nightly-4.22-upgrade-from-stable-4.22 + - --target=gcp-ipi-disc-priv-oidc-mini-perm-f28 + - --variant=arm64-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -61618,8 +61171,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 51 9 23 1,3,5,7,9,11 * + cluster: build10 + cron: 11 11 7 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -61628,12 +61181,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-disc-priv-oidc-mini-perm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-disc-priv-sts-ep-mini-perm-f60 spec: containers: - args: @@ -61643,7 +61196,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disc-priv-oidc-mini-perm-f60 + - --target=aws-ipi-disc-priv-sts-ep-mini-perm-f60 - --variant=arm64-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -61708,7 +61261,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 24 4 7,23 * * + cron: 11 19 23 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -61719,11 +61272,10 @@ periodics: labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: arm64-nightly + ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen - job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-disc-priv-sts-ep-mini-perm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-disc-priv-tp-f60 spec: containers: - args: @@ -61733,8 +61285,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-sts-ep-mini-perm-f14 - - --variant=arm64-nightly + - --target=aws-ipi-disc-priv-tp-f60 + - --variant=arm64-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator env: @@ -61797,8 +61349,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 12 22 8,24 * * + cluster: build01 + cron: 33 19 24 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -61807,13 +61359,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: arm64-nightly + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen - job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-disc-priv-sts-ep-mini-perm-rhcos10-tp-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-disc-oidc-mini-perm-f60 spec: containers: - args: @@ -61823,13 +61374,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-sts-ep-mini-perm-rhcos10-tp-f14 - - --variant=arm64-nightly + - --target=azure-ipi-disc-oidc-mini-perm-f60 + - --variant=arm64-nightly-4.22-upgrade-from-stable-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 @@ -61879,8 +61438,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 13 2 7 * * + cluster: build06 + cron: 8 14 15 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -61889,13 +61448,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: arm64-nightly + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen - job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-disc-priv-sts-ep-oc-mirror-mini-perm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.22-baremetal-upi-ovn-ipv4-f60 spec: containers: - args: @@ -61905,8 +61464,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-sts-ep-oc-mirror-mini-perm-f28-destructive - - --variant=arm64-nightly + - --target=baremetal-upi-ovn-ipv4-f60 + - --variant=arm64-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator env: @@ -61969,8 +61528,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 5 17 16,30 * * + cluster: build06 + cron: 16 10 7 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -61979,13 +61538,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: arm64-nightly + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen - job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-disc-priv-sts-ep-oc-mirror-rhcos10-tp-f14-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.22-baremetalds-ipi-ovn-ipv4-f60 spec: containers: - args: @@ -61995,13 +61554,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-sts-ep-oc-mirror-rhcos10-tp-f14-destructive - - --variant=arm64-nightly + - --target=baremetalds-ipi-ovn-ipv4-f60 + - --variant=arm64-nightly-4.22-upgrade-from-stable-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 @@ -62051,8 +61618,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 43 7 14,28 * * + cluster: build04 + cron: 51 9 23 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -62061,13 +61628,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: arm64-nightly + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: arm64-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen - job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-disc-priv-tp-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-disc-priv-oidc-mini-perm-f60 spec: containers: - args: @@ -62077,8 +61643,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-tp-f14 - - --variant=arm64-nightly + - --target=gcp-ipi-disc-priv-oidc-mini-perm-f60 + - --variant=arm64-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator env: @@ -62142,7 +61708,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 5 1 4 * * + cron: 24 4 7,23 * * decorate: true decoration_config: skip_cloning: true @@ -62157,7 +61723,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-disc-priv-tp-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-disc-priv-sts-ep-mini-perm-f14 spec: containers: - args: @@ -62167,7 +61733,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-tp-f28-destructive + - --target=aws-ipi-disc-priv-sts-ep-mini-perm-f14 - --variant=arm64-nightly command: - ci-operator @@ -62232,7 +61798,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 24 21 7,23 * * + cron: 12 22 8,24 * * decorate: true decoration_config: skip_cloning: true @@ -62247,7 +61813,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-f14-longduration-workload + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-disc-priv-sts-ep-mini-perm-rhcos10-tp-f14 spec: containers: - args: @@ -62257,21 +61823,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-f14-longduration-workload + - --target=aws-ipi-disc-priv-sts-ep-mini-perm-rhcos10-tp-f14 - --variant=arm64-nightly 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 @@ -62322,7 +61880,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 12 2 13,27 * * + cron: 13 2 7 * * decorate: true decoration_config: skip_cloning: true @@ -62337,7 +61895,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-f14-sanity-reliability-test + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-disc-priv-sts-ep-oc-mirror-mini-perm-f28-destructive spec: containers: - args: @@ -62347,7 +61905,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-f14-sanity-reliability-test + - --target=aws-ipi-disc-priv-sts-ep-oc-mirror-mini-perm-f28-destructive - --variant=arm64-nightly command: - ci-operator @@ -62412,7 +61970,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 48 12 4,13,20,27 * * + cron: 5 17 16,30 * * decorate: true decoration_config: skip_cloning: true @@ -62427,7 +61985,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-f7-longduration-apiserver + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-disc-priv-sts-ep-oc-mirror-rhcos10-tp-f14-destructive spec: containers: - args: @@ -62437,21 +61995,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-f7-longduration-apiserver + - --target=aws-ipi-disc-priv-sts-ep-oc-mirror-rhcos10-tp-f14-destructive - --variant=arm64-nightly 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 @@ -62502,7 +62052,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 14 8 3,10,19,26 * * + cron: 43 7 14,28 * * decorate: true decoration_config: skip_cloning: true @@ -62517,7 +62067,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-f7-longduration-part1-3 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-disc-priv-tp-f14 spec: containers: - args: @@ -62527,7 +62077,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-f7-longduration-part1-3 + - --target=aws-ipi-disc-priv-tp-f14 - --variant=arm64-nightly command: - ci-operator @@ -62592,7 +62142,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 36 16 4 * * + cron: 5 1 4 * * decorate: true decoration_config: skip_cloning: true @@ -62607,7 +62157,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-longrun-mco-tp-proxy-fips-p1-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-disc-priv-tp-f28-destructive spec: containers: - args: @@ -62617,7 +62167,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-longrun-mco-tp-proxy-fips-p1-f28 + - --target=aws-ipi-disc-priv-tp-f28-destructive - --variant=arm64-nightly command: - ci-operator @@ -62682,7 +62232,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 52 0 6 * * + cron: 24 21 7,23 * * decorate: true decoration_config: skip_cloning: true @@ -62697,7 +62247,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-longrun-mco-tp-proxy-fips-p2-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-f14-longduration-workload spec: containers: - args: @@ -62707,7 +62257,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-longrun-mco-tp-proxy-fips-p2-f28 + - --target=aws-ipi-f14-longduration-workload - --variant=arm64-nightly command: - ci-operator @@ -62772,7 +62322,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 9 14 1 * * + cron: 12 2 13,27 * * decorate: true decoration_config: skip_cloning: true @@ -62787,7 +62337,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-longrun-mco-tp-proxy-fips-p3-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-f14-sanity-reliability-test spec: containers: - args: @@ -62797,7 +62347,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-longrun-mco-tp-proxy-fips-p3-f28 + - --target=aws-ipi-f14-sanity-reliability-test - --variant=arm64-nightly command: - ci-operator @@ -62862,7 +62412,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 52 22 3,10,17,26 * * + cron: 48 12 4,13,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -62877,7 +62427,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-ovn-ipsec-to-multiarch-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-f7-longduration-apiserver spec: containers: - args: @@ -62887,7 +62437,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-ipsec-to-multiarch-f7 + - --target=aws-ipi-f7-longduration-apiserver - --variant=arm64-nightly command: - ci-operator @@ -62952,7 +62502,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 27 12 23 * * + cron: 14 8 3,10,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -62967,7 +62517,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-private-f28-disasterrecovery + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-f7-longduration-part1-3 spec: containers: - args: @@ -62977,7 +62527,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-private-f28-disasterrecovery + - --target=aws-ipi-f7-longduration-part1-3 - --variant=arm64-nightly command: - ci-operator @@ -63042,7 +62592,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 31 14 5,12,19,26 * * + cron: 36 16 4 * * decorate: true decoration_config: skip_cloning: true @@ -63057,7 +62607,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-private-f7-longduration-apiserver + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-longrun-mco-tp-proxy-fips-p1-f28 spec: containers: - args: @@ -63067,7 +62617,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-private-f7-longduration-apiserver + - --target=aws-ipi-longrun-mco-tp-proxy-fips-p1-f28 - --variant=arm64-nightly command: - ci-operator @@ -63131,8 +62681,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 19 19 6,22 * * + cluster: build10 + cron: 52 0 6 * * decorate: true decoration_config: skip_cloning: true @@ -63141,13 +62691,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-azure-ipi-disc-oidc-mini-perm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-longrun-mco-tp-proxy-fips-p2-f28 spec: containers: - args: @@ -63157,7 +62707,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-disc-oidc-mini-perm-f14 + - --target=aws-ipi-longrun-mco-tp-proxy-fips-p2-f28 - --variant=arm64-nightly command: - ci-operator @@ -63221,8 +62771,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 40 19 7 * * + cluster: build10 + cron: 9 14 1 * * decorate: true decoration_config: skip_cloning: true @@ -63231,13 +62781,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-azure-ipi-disc-oidc-oc-mirror-mini-perm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-longrun-mco-tp-proxy-fips-p3-f28 spec: containers: - args: @@ -63247,7 +62797,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-disc-oidc-oc-mirror-mini-perm-f28-destructive + - --target=aws-ipi-longrun-mco-tp-proxy-fips-p3-f28 - --variant=arm64-nightly command: - ci-operator @@ -63311,8 +62861,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 51 4 16,30 * * + cluster: build10 + cron: 52 22 3,10,17,26 * * decorate: true decoration_config: skip_cloning: true @@ -63321,13 +62871,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-azure-ipi-f14-sanity-reliability-test + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-ovn-ipsec-to-multiarch-f7 spec: containers: - args: @@ -63337,7 +62887,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-f14-sanity-reliability-test + - --target=aws-ipi-ovn-ipsec-to-multiarch-f7 - --variant=arm64-nightly command: - ci-operator @@ -63401,8 +62951,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 10 21 2 * * + cluster: build10 + cron: 27 12 23 * * decorate: true decoration_config: skip_cloning: true @@ -63411,13 +62961,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-azure-ipi-private-f28-disasterrecovery + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-private-f28-disasterrecovery spec: containers: - args: @@ -63427,7 +62977,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-private-f28-disasterrecovery + - --target=aws-ipi-private-f28-disasterrecovery - --variant=arm64-nightly command: - ci-operator @@ -63491,8 +63041,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 42 5 3,10,17,26 * * + cluster: build10 + cron: 31 14 5,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -63501,13 +63051,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-azure-ipi-to-multiarch-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-aws-ipi-private-f7-longduration-apiserver spec: containers: - args: @@ -63517,7 +63067,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-to-multiarch-f7 + - --target=aws-ipi-private-f7-longduration-apiserver - --variant=arm64-nightly command: - ci-operator @@ -63581,8 +63131,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 21 17 5 * * + cluster: build01 + cron: 19 19 6,22 * * decorate: true decoration_config: skip_cloning: true @@ -63591,14 +63141,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-baremetal-ipi-ovn-vmedia-bmc-verify-ca-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-azure-ipi-disc-oidc-mini-perm-f14 spec: containers: - args: @@ -63608,7 +63157,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-vmedia-bmc-verify-ca-f28 + - --target=azure-ipi-disc-oidc-mini-perm-f14 - --variant=arm64-nightly command: - ci-operator @@ -63672,8 +63221,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 38 15 6,15,22,29 * * + cluster: build01 + cron: 40 19 7 * * decorate: true decoration_config: skip_cloning: true @@ -63682,14 +63231,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-baremetal-sno-ipv4-disk-etcd-encryption-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-azure-ipi-disc-oidc-oc-mirror-mini-perm-f28-destructive spec: containers: - args: @@ -63699,7 +63247,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-sno-ipv4-disk-etcd-encryption-f7 + - --target=azure-ipi-disc-oidc-oc-mirror-mini-perm-f28-destructive - --variant=arm64-nightly command: - ci-operator @@ -63763,8 +63311,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 14 14 2,9,18,25 * * + cluster: build01 + cron: 51 4 16,30 * * decorate: true decoration_config: skip_cloning: true @@ -63773,14 +63321,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-baremetal-sno-ipv4-disk-etcd-encryption-rhcos10-tp-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-azure-ipi-f14-sanity-reliability-test spec: containers: - args: @@ -63790,13 +63337,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-sno-ipv4-disk-etcd-encryption-rhcos10-tp-f7 + - --target=azure-ipi-f14-sanity-reliability-test - --variant=arm64-nightly 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 @@ -63846,8 +63401,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 34 18 3,10,17,24 * * + cluster: build01 + cron: 10 21 2 * * decorate: true decoration_config: skip_cloning: true @@ -63856,14 +63411,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-baremetal-upi-ovn-ipv4-compact-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-azure-ipi-private-f28-disasterrecovery spec: containers: - args: @@ -63873,7 +63427,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv4-compact-f7 + - --target=azure-ipi-private-f28-disasterrecovery - --variant=arm64-nightly command: - ci-operator @@ -63937,8 +63491,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 21 17 3,17 * * + cluster: build01 + cron: 42 5 3,10,17,26 * * decorate: true decoration_config: skip_cloning: true @@ -63947,14 +63501,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-baremetal-upi-ovn-ipv4-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-azure-ipi-to-multiarch-f7 spec: containers: - args: @@ -63964,7 +63517,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv4-f14 + - --target=azure-ipi-to-multiarch-f7 - --variant=arm64-nightly command: - ci-operator @@ -64029,7 +63582,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 54 1 10 * * + cron: 21 17 5 * * decorate: true decoration_config: skip_cloning: true @@ -64045,7 +63598,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-baremetalds-ipi-ovn-ipv4-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-baremetal-ipi-ovn-vmedia-bmc-verify-ca-f28 spec: containers: - args: @@ -64055,7 +63608,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv4-f28-destructive + - --target=baremetal-ipi-ovn-vmedia-bmc-verify-ca-f28 - --variant=arm64-nightly command: - ci-operator @@ -64120,7 +63673,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 42 12 6,13,22,29 * * + cron: 38 15 6,15,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -64136,7 +63689,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-baremetalds-ipi-ovn-ipv4-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-baremetal-sno-ipv4-disk-etcd-encryption-f7 spec: containers: - args: @@ -64146,7 +63699,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-ipv4-f7 + - --target=baremetal-sno-ipv4-disk-etcd-encryption-f7 - --variant=arm64-nightly command: - ci-operator @@ -64210,8 +63763,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 21 3 9,25 * * + cluster: build06 + cron: 34 18 3,10,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -64220,13 +63773,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-byo-fw-mini-perm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-baremetal-upi-ovn-ipv4-compact-f7 spec: containers: - args: @@ -64236,7 +63790,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-byo-fw-mini-perm-f14 + - --target=baremetal-upi-ovn-ipv4-compact-f7 - --variant=arm64-nightly command: - ci-operator @@ -64300,8 +63854,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 34 14 6,20 * * + cluster: build06 + cron: 21 17 3,17 * * decorate: true decoration_config: skip_cloning: true @@ -64310,13 +63864,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-byo-fw-oidc-mini-perm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-baremetal-upi-ovn-ipv4-f14 spec: containers: - args: @@ -64326,7 +63881,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-byo-fw-oidc-mini-perm-f14 + - --target=baremetal-upi-ovn-ipv4-f14 - --variant=arm64-nightly command: - ci-operator @@ -64390,8 +63945,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 12 5 4 * * + cluster: build06 + cron: 54 1 10 * * decorate: true decoration_config: skip_cloning: true @@ -64400,13 +63955,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-disc-priv-oidc-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-baremetalds-ipi-ovn-ipv4-f28-destructive spec: containers: - args: @@ -64416,7 +63972,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disc-priv-oidc-mini-perm-f28 + - --target=baremetalds-ipi-ovn-ipv4-f28-destructive - --variant=arm64-nightly command: - ci-operator @@ -64480,8 +64036,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 3 4 26 * * + cluster: build06 + cron: 42 12 6,13,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -64490,13 +64046,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-disc-priv-oidc-oc-mirror-mini-perm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-baremetalds-ipi-ovn-ipv4-f7 spec: containers: - args: @@ -64506,7 +64063,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disc-priv-oidc-oc-mirror-mini-perm-f28-destructive + - --target=baremetalds-ipi-ovn-ipv4-f7 - --variant=arm64-nightly command: - ci-operator @@ -64571,7 +64128,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 11 7 2,18 * * + cron: 21 3 9,25 * * decorate: true decoration_config: skip_cloning: true @@ -64586,7 +64143,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-f14-sanity-reliability-test + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-byo-fw-mini-perm-f14 spec: containers: - args: @@ -64596,7 +64153,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-f14-sanity-reliability-test + - --target=gcp-ipi-byo-fw-mini-perm-f14 - --variant=arm64-nightly command: - ci-operator @@ -64661,7 +64218,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 21 19 5 * * + cron: 34 14 6,20 * * decorate: true decoration_config: skip_cloning: true @@ -64676,7 +64233,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-proxy-private-f28-compliance + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-byo-fw-oidc-mini-perm-f14 spec: containers: - args: @@ -64686,7 +64243,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-proxy-private-f28-compliance + - --target=gcp-ipi-byo-fw-oidc-mini-perm-f14 - --variant=arm64-nightly command: - ci-operator @@ -64751,7 +64308,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 54 18 3 * * + cron: 12 5 4 * * decorate: true decoration_config: skip_cloning: true @@ -64766,7 +64323,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-proxy-private-f28-compliance-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-disc-priv-oidc-mini-perm-f28 spec: containers: - args: @@ -64776,7 +64333,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-proxy-private-f28-compliance-destructive + - --target=gcp-ipi-disc-priv-oidc-mini-perm-f28 - --variant=arm64-nightly command: - ci-operator @@ -64841,7 +64398,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 9 6 24 * * + cron: 3 4 26 * * decorate: true decoration_config: skip_cloning: true @@ -64856,7 +64413,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-proxy-private-mini-perm-f28-disasterrecovery + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-disc-priv-oidc-oc-mirror-mini-perm-f28-destructive spec: containers: - args: @@ -64866,7 +64423,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-proxy-private-mini-perm-f28-disasterrecovery + - --target=gcp-ipi-disc-priv-oidc-oc-mirror-mini-perm-f28-destructive - --variant=arm64-nightly command: - ci-operator @@ -64931,7 +64488,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 58 14 7,21 * * + cron: 11 7 2,18 * * decorate: true decoration_config: skip_cloning: true @@ -64946,7 +64503,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-to-multiarch-mini-perm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-f14-sanity-reliability-test spec: containers: - args: @@ -64956,7 +64513,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-to-multiarch-mini-perm-f14 + - --target=gcp-ipi-f14-sanity-reliability-test - --variant=arm64-nightly command: - ci-operator @@ -65020,97 +64577,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 34 8 11 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: release-4.22 - org: openshift - repo: openshift-tests-private - labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: arm64-stable-4.22-upgrade-from-stable-4.21 - ci.openshift.io/generator: prowgen - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-stable-4.22-upgrade-from-stable-4.21-aws-ipi-disc-priv-sts-ep-f28 - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-sts-ep-f28 - - --variant=arm64-stable-4.22-upgrade-from-stable-4.21 - 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 - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - 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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - - 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 -- agent: kubernetes - cluster: build01 - cron: 40 23 5 * * + cluster: build04 + cron: 21 19 5 * * decorate: true decoration_config: skip_cloning: true @@ -65119,12 +64587,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe - ci-operator.openshift.io/variant: arm64-stable-4.22-upgrade-from-stable-4.21 + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen + job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-stable-4.22-upgrade-from-stable-4.21-azure-ipi-disc-fullyprivate-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-proxy-private-f28-compliance spec: containers: - args: @@ -65134,8 +64603,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-disc-fullyprivate-f28 - - --variant=arm64-stable-4.22-upgrade-from-stable-4.21 + - --target=gcp-ipi-proxy-private-f28-compliance + - --variant=arm64-nightly command: - ci-operator env: @@ -65198,8 +64667,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 57 7 2 * * + cluster: build04 + cron: 54 18 3 * * decorate: true decoration_config: skip_cloning: true @@ -65208,12 +64677,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: arm64-stable + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen + job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-stable-aws-ipi-disc-priv-sts-ep-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-proxy-private-f28-compliance-destructive spec: containers: - args: @@ -65223,8 +64693,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-sts-ep-f28 - - --variant=arm64-stable + - --target=gcp-ipi-proxy-private-f28-compliance-destructive + - --variant=arm64-nightly command: - ci-operator env: @@ -65287,8 +64757,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 1 1 16 * * + cluster: build04 + cron: 9 6 24 * * decorate: true decoration_config: skip_cloning: true @@ -65297,12 +64767,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: arm64-stable + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen + job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-stable-aws-ipi-ovn-ipsec-to-multiarch-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-proxy-private-mini-perm-f28-disasterrecovery spec: containers: - args: @@ -65312,8 +64783,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-ipsec-to-multiarch-f28 - - --variant=arm64-stable + - --target=gcp-ipi-proxy-private-mini-perm-f28-disasterrecovery + - --variant=arm64-nightly command: - ci-operator env: @@ -65376,8 +64847,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 58 15 1 * * + cluster: build04 + cron: 58 14 7,21 * * decorate: true decoration_config: skip_cloning: true @@ -65386,12 +64857,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe - ci-operator.openshift.io/variant: arm64-stable + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen + job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-stable-azure-ipi-to-multiarch-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-gcp-ipi-to-multiarch-mini-perm-f14 spec: containers: - args: @@ -65401,8 +64873,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-to-multiarch-f28 - - --variant=arm64-stable + - --target=gcp-ipi-to-multiarch-mini-perm-f14 + - --variant=arm64-nightly command: - ci-operator env: @@ -65465,8 +64937,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 37 14 4 * * + cluster: build06 + cron: 14 14 2,9,18,25 * * decorate: true decoration_config: skip_cloning: true @@ -65475,12 +64947,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe - ci-operator.openshift.io/variant: arm64-stable + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/variant: arm64-nightly ci.openshift.io/generator: prowgen + job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-stable-gcp-ipi-to-multiarch-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-nightly-metal-sno-ipv4-disk-etcd-encryption-rhcos10-tp-f7 spec: containers: - args: @@ -65490,21 +64964,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-to-multiarch-mini-perm-f28 - - --variant=arm64-stable + - --target=metal-sno-ipv4-disk-etcd-encryption-rhcos10-tp-f7 + - --variant=arm64-nightly 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 @@ -65555,7 +65021,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 57 19 7 * * + cron: 34 8 11 * * decorate: true decoration_config: skip_cloning: true @@ -65566,10 +65032,10 @@ periodics: labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-cpou-upgrade-from-4.20 + ci-operator.openshift.io/variant: arm64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-cpou-upgrade-from-4.20-aws-ipi-ovn-ipsec-arm-mixarch-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-stable-4.22-upgrade-from-stable-4.21-aws-ipi-disc-priv-sts-ep-f28 spec: containers: - args: @@ -65579,8 +65045,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-ipsec-arm-mixarch-f28 - - --variant=multi-nightly-4.22-cpou-upgrade-from-4.20 + - --target=aws-ipi-disc-priv-sts-ep-f28 + - --variant=arm64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -65644,7 +65110,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 56 15 17 * * + cron: 40 23 5 * * decorate: true decoration_config: skip_cloning: true @@ -65655,10 +65121,10 @@ periodics: labels: ci-operator.openshift.io/cloud: azure4 ci-operator.openshift.io/cloud-cluster-profile: azure-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-cpou-upgrade-from-4.20 + ci-operator.openshift.io/variant: arm64-stable-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-cpou-upgrade-from-4.20-azure-ipi-arm-mixarch-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-stable-4.22-upgrade-from-stable-4.21-azure-ipi-disc-fullyprivate-f28 spec: containers: - args: @@ -65668,8 +65134,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-arm-mixarch-f28 - - --variant=multi-nightly-4.22-cpou-upgrade-from-4.20 + - --target=azure-ipi-disc-fullyprivate-f28 + - --variant=arm64-stable-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -65733,7 +65199,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 16 2 5 * * + cron: 57 7 2 * * decorate: true decoration_config: skip_cloning: true @@ -65744,10 +65210,10 @@ periodics: labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.20 + ci-operator.openshift.io/variant: arm64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.20-aws-ipi-proxy-sts-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-stable-aws-ipi-disc-priv-sts-ep-f28 spec: containers: - args: @@ -65757,8 +65223,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-proxy-sts-mini-perm-arm-f28 - - --variant=multi-nightly-4.22-upgrade-from-stable-4.20 + - --target=aws-ipi-disc-priv-sts-ep-f28 + - --variant=arm64-stable command: - ci-operator env: @@ -65822,7 +65288,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 46 20 12 * * + cron: 1 1 16 * * decorate: true decoration_config: skip_cloning: true @@ -65833,10 +65299,10 @@ periodics: labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.20 + ci-operator.openshift.io/variant: arm64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.20-aws-ipi-sno-etcd-encryption-basecap-none-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-stable-aws-ipi-ovn-ipsec-to-multiarch-f28 spec: containers: - args: @@ -65846,8 +65312,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-sno-etcd-encryption-basecap-none-arm-f28 - - --variant=multi-nightly-4.22-upgrade-from-stable-4.20 + - --target=aws-ipi-ovn-ipsec-to-multiarch-f28 + - --variant=arm64-stable command: - ci-operator env: @@ -65911,7 +65377,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 37 2 5 * * + cron: 58 15 1 * * decorate: true decoration_config: skip_cloning: true @@ -65922,10 +65388,10 @@ periodics: labels: ci-operator.openshift.io/cloud: azure4 ci-operator.openshift.io/cloud-cluster-profile: azure-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.20 + ci-operator.openshift.io/variant: arm64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.20-azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-stable-azure-ipi-to-multiarch-f28 spec: containers: - args: @@ -65935,8 +65401,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f28 - - --variant=multi-nightly-4.22-upgrade-from-stable-4.20 + - --target=azure-ipi-to-multiarch-f28 + - --variant=arm64-stable command: - ci-operator env: @@ -66000,7 +65466,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 30 6 9 * * + cron: 37 14 4 * * decorate: true decoration_config: skip_cloning: true @@ -66011,10 +65477,10 @@ periodics: labels: ci-operator.openshift.io/cloud: gcp ci-operator.openshift.io/cloud-cluster-profile: gcp-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.20 + ci-operator.openshift.io/variant: arm64-stable ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.20-gcp-ipi-ovn-ipsec-arm-mixarch-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-arm64-stable-gcp-ipi-to-multiarch-mini-perm-f28 spec: containers: - args: @@ -66024,8 +65490,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-ovn-ipsec-arm-mixarch-f28 - - --variant=multi-nightly-4.22-upgrade-from-stable-4.20 + - --target=gcp-ipi-to-multiarch-mini-perm-f28 + - --variant=arm64-stable command: - ci-operator env: @@ -66089,7 +65555,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 43 2 14 * * + cron: 57 19 7 * * decorate: true decoration_config: skip_cloning: true @@ -66100,10 +65566,10 @@ periodics: labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 + ci-operator.openshift.io/variant: multi-nightly-4.22-cpou-upgrade-from-4.20 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-byo-iam-profile-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-cpou-upgrade-from-4.20-aws-ipi-ovn-ipsec-arm-mixarch-f28 spec: containers: - args: @@ -66113,8 +65579,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-iam-profile-mini-perm-arm-f28 - - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 + - --target=aws-ipi-ovn-ipsec-arm-mixarch-f28 + - --variant=multi-nightly-4.22-cpou-upgrade-from-4.20 command: - ci-operator env: @@ -66177,8 +65643,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 23 7 19 * * + cluster: build01 + cron: 56 15 17 * * decorate: true decoration_config: skip_cloning: true @@ -66187,12 +65653,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: multi-nightly-4.22-cpou-upgrade-from-4.20 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-byo-iam-role-efs-fips-amd-f28-custom-cert + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-cpou-upgrade-from-4.20-azure-ipi-arm-mixarch-f28 spec: containers: - args: @@ -66202,8 +65668,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-iam-role-efs-fips-amd-f28-custom-cert - - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 + - --target=azure-ipi-arm-mixarch-f28 + - --variant=multi-nightly-4.22-cpou-upgrade-from-4.20 command: - ci-operator env: @@ -66267,7 +65733,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 50 17 29 * * + cron: 16 2 5 * * decorate: true decoration_config: skip_cloning: true @@ -66278,10 +65744,10 @@ periodics: labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 + ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.20 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-byo-kms-etcd-encryption-fips-amd-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.20-aws-ipi-proxy-sts-mini-perm-arm-f28 spec: containers: - args: @@ -66291,8 +65757,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-kms-etcd-encryption-fips-amd-f28 - - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 + - --target=aws-ipi-proxy-sts-mini-perm-arm-f28 + - --variant=multi-nightly-4.22-upgrade-from-stable-4.20 command: - ci-operator env: @@ -66356,7 +65822,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 54 21 24 * * + cron: 46 20 12 * * decorate: true decoration_config: skip_cloning: true @@ -66367,10 +65833,10 @@ periodics: labels: ci-operator.openshift.io/cloud: aws ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 + ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.20 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-byo-route53-compact-cloudfront-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.20-aws-ipi-sno-etcd-encryption-basecap-none-arm-f28 spec: containers: - args: @@ -66380,8 +65846,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-route53-compact-cloudfront-arm-f28 - - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 + - --target=aws-ipi-sno-etcd-encryption-basecap-none-arm-f28 + - --variant=multi-nightly-4.22-upgrade-from-stable-4.20 command: - ci-operator env: @@ -66444,8 +65910,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 23 18 18 * * + cluster: build01 + cron: 37 2 5 * * decorate: true decoration_config: skip_cloning: true @@ -66454,12 +65920,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.20 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-https-proxy-sts-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.20-azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f28 spec: containers: - args: @@ -66469,8 +65935,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-https-proxy-sts-arm-f28 - - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 + - --target=azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f28 + - --variant=multi-nightly-4.22-upgrade-from-stable-4.20 command: - ci-operator env: @@ -66533,8 +65999,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 34 18 10 * * + cluster: build04 + cron: 30 6 9 * * decorate: true decoration_config: skip_cloning: true @@ -66543,12 +66009,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.20 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-imdsv2-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.20-gcp-ipi-ovn-ipsec-arm-mixarch-f28 spec: containers: - args: @@ -66558,8 +66024,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-imdsv2-arm-f28 - - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 + - --target=gcp-ipi-ovn-ipsec-arm-mixarch-f28 + - --variant=multi-nightly-4.22-upgrade-from-stable-4.20 command: - ci-operator env: @@ -66623,7 +66089,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 4 12 22 * * + cron: 43 2 14 * * decorate: true decoration_config: skip_cloning: true @@ -66637,7 +66103,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-ingress-lbtype-classic-subnets-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-byo-iam-profile-mini-perm-arm-f28 spec: containers: - args: @@ -66647,7 +66113,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ingress-lbtype-classic-subnets-mini-perm-arm-f28 + - --target=aws-ipi-byo-iam-profile-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -66712,7 +66178,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 43 11 24 * * + cron: 23 7 19 * * decorate: true decoration_config: skip_cloning: true @@ -66726,7 +66192,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-ingress-lbtype-nlb-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-byo-iam-role-efs-fips-amd-f28-custom-cert spec: containers: - args: @@ -66736,7 +66202,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ingress-lbtype-nlb-arm-f28 + - --target=aws-ipi-byo-iam-role-efs-fips-amd-f28-custom-cert - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -66801,7 +66267,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 46 2 6 * * + cron: 50 17 29 * * decorate: true decoration_config: skip_cloning: true @@ -66815,7 +66281,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-ovn-ipsec-mini-perm-arm-mixarch-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-byo-kms-etcd-encryption-fips-amd-f28 spec: containers: - args: @@ -66825,7 +66291,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-ipsec-mini-perm-arm-mixarch-f28 + - --target=aws-ipi-byo-kms-etcd-encryption-fips-amd-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -66890,7 +66356,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 33 11 5 * * + cron: 54 21 24 * * decorate: true decoration_config: skip_cloning: true @@ -66904,7 +66370,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-ovn-ipv4-subnet-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-byo-route53-compact-cloudfront-arm-f28 spec: containers: - args: @@ -66914,7 +66380,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-ipv4-subnet-arm-f28 + - --target=aws-ipi-byo-route53-compact-cloudfront-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -66979,7 +66445,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 38 20 16,30 * * + cron: 23 18 18 * * decorate: true decoration_config: skip_cloning: true @@ -66993,7 +66459,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-priv-sts-basecap-none-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-https-proxy-sts-arm-f28 spec: containers: - args: @@ -67003,7 +66469,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-priv-sts-basecap-none-mini-perm-arm-f14 + - --target=aws-ipi-https-proxy-sts-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -67068,7 +66534,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 54 2 14 * * + cron: 34 18 10 * * decorate: true decoration_config: skip_cloning: true @@ -67078,11 +66544,11 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-2 + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-public-ipv4-pool-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-imdsv2-arm-f28 spec: containers: - args: @@ -67092,7 +66558,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-public-ipv4-pool-arm-f28 + - --target=aws-ipi-imdsv2-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -67157,7 +66623,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 25 13 21 * * + cron: 4 12 22 * * decorate: true decoration_config: skip_cloning: true @@ -67171,7 +66637,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-sno-etcd-encryption-basecap-none-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-ingress-lbtype-classic-subnets-mini-perm-arm-f28 spec: containers: - args: @@ -67181,7 +66647,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-sno-etcd-encryption-basecap-none-arm-f28 + - --target=aws-ipi-ingress-lbtype-classic-subnets-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -67246,7 +66712,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 45 18 5 * * + cron: 43 11 24 * * decorate: true decoration_config: skip_cloning: true @@ -67260,7 +66726,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-sno-lvms-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-ingress-lbtype-nlb-arm-f28 spec: containers: - args: @@ -67270,7 +66736,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-sno-lvms-arm-f28 + - --target=aws-ipi-ingress-lbtype-nlb-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -67335,7 +66801,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 51 2 29 * * + cron: 46 2 6 * * decorate: true decoration_config: skip_cloning: true @@ -67349,7 +66815,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-usertags-custom-sg-fips-amd-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-ovn-ipsec-mini-perm-arm-mixarch-f28 spec: containers: - args: @@ -67359,7 +66825,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-usertags-custom-sg-fips-amd-f28 + - --target=aws-ipi-ovn-ipsec-mini-perm-arm-mixarch-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -67424,7 +66890,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 24 21 28 * * + cron: 33 11 5 * * decorate: true decoration_config: skip_cloning: true @@ -67438,7 +66904,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-upi-basecap-none-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-ovn-ipv4-subnet-arm-f28 spec: containers: - args: @@ -67448,7 +66914,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-upi-basecap-none-arm-f28 + - --target=aws-ipi-ovn-ipv4-subnet-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -67512,8 +66978,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 1 0 27 * * + cluster: build10 + cron: 38 20 16,30 * * decorate: true decoration_config: skip_cloning: true @@ -67522,12 +66988,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-basecap-vset-additionalcap-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-priv-sts-basecap-none-mini-perm-arm-f14 spec: containers: - args: @@ -67537,7 +67003,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-basecap-vset-additionalcap-arm-f28 + - --target=aws-ipi-priv-sts-basecap-none-mini-perm-arm-f14 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -67601,8 +67067,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 7 11 15 * * + cluster: build10 + cron: 54 2 14 * * decorate: true decoration_config: skip_cloning: true @@ -67611,12 +67077,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-2 ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-basecap-vset-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-public-ipv4-pool-arm-f28 spec: containers: - args: @@ -67626,7 +67092,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-basecap-vset-arm-f28 + - --target=aws-ipi-public-ipv4-pool-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -67690,8 +67156,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 58 3 6 * * + cluster: build10 + cron: 25 13 21 * * decorate: true decoration_config: skip_cloning: true @@ -67700,12 +67166,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-des-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-sno-etcd-encryption-basecap-none-arm-f28 spec: containers: - args: @@ -67715,7 +67181,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-des-mini-perm-arm-f28 + - --target=aws-ipi-sno-etcd-encryption-basecap-none-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -67779,8 +67245,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 21 2 16 * * + cluster: build10 + cron: 45 18 5 * * decorate: true decoration_config: skip_cloning: true @@ -67789,12 +67255,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-fullyprivate-internal-registry-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-sno-lvms-arm-f28 spec: containers: - args: @@ -67804,7 +67270,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-fullyprivate-internal-registry-arm-f28 + - --target=aws-ipi-sno-lvms-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -67868,8 +67334,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 14 2 27 * * + cluster: build10 + cron: 51 2 29 * * decorate: true decoration_config: skip_cloning: true @@ -67878,12 +67344,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-fullyprivate-proxy-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-ipi-usertags-custom-sg-fips-amd-f28 spec: containers: - args: @@ -67893,7 +67359,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-fullyprivate-proxy-arm-f28 + - --target=aws-ipi-usertags-custom-sg-fips-amd-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -67957,8 +67423,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 45 4 28 * * + cluster: build10 + cron: 24 21 28 * * decorate: true decoration_config: skip_cloning: true @@ -67967,12 +67433,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-ingress-controller-arm-mixarch-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-aws-upi-basecap-none-arm-f28 spec: containers: - args: @@ -67982,7 +67448,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ingress-controller-arm-mixarch-f28 + - --target=aws-upi-basecap-none-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -68047,7 +67513,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 44 23 23 * * + cron: 1 0 27 * * decorate: true decoration_config: skip_cloning: true @@ -68061,7 +67527,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-mixed-apiserver-internal-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-basecap-vset-additionalcap-arm-f28 spec: containers: - args: @@ -68071,7 +67537,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-mixed-apiserver-internal-arm-f28 + - --target=azure-ipi-basecap-vset-additionalcap-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -68136,7 +67602,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 34 23 24 * * + cron: 7 11 15 * * decorate: true decoration_config: skip_cloning: true @@ -68150,7 +67616,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-mixed-ingress-internal-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-basecap-vset-arm-f28 spec: containers: - args: @@ -68160,7 +67626,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-mixed-ingress-internal-arm-f28 + - --target=azure-ipi-basecap-vset-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -68225,7 +67691,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 59 0 16 * * + cron: 58 3 6 * * decorate: true decoration_config: skip_cloning: true @@ -68239,7 +67705,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-mto-arm-mixarch-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-des-mini-perm-arm-f28 spec: containers: - args: @@ -68249,7 +67715,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-mto-arm-mixarch-f28 + - --target=azure-ipi-des-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -68314,7 +67780,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 15 14 26 * * + cron: 21 2 16 * * decorate: true decoration_config: skip_cloning: true @@ -68328,7 +67794,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-oidc-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-fullyprivate-internal-registry-arm-f28 spec: containers: - args: @@ -68338,7 +67804,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-oidc-mini-perm-arm-f28 + - --target=azure-ipi-fullyprivate-internal-registry-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -68403,7 +67869,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 10 9 13 * * + cron: 14 2 27 * * decorate: true decoration_config: skip_cloning: true @@ -68417,7 +67883,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-ovn-etcd-encryption-compact-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-fullyprivate-proxy-arm-f28 spec: containers: - args: @@ -68427,7 +67893,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-etcd-encryption-compact-arm-f28 + - --target=azure-ipi-fullyprivate-proxy-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -68492,7 +67958,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 8 7 30 * * + cron: 45 4 28 * * decorate: true decoration_config: skip_cloning: true @@ -68506,7 +67972,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-ovn-ipsec-azurefile-csi-arm-canary-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-ingress-controller-arm-mixarch-f28 spec: containers: - args: @@ -68516,7 +67982,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-ipsec-azurefile-csi-arm-canary-f28 + - --target=azure-ipi-ingress-controller-arm-mixarch-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -68581,7 +68047,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 41 14 26 * * + cron: 44 23 23 * * decorate: true decoration_config: skip_cloning: true @@ -68595,7 +68061,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-private-spec-net-type-spec-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-mixed-apiserver-internal-arm-f28 spec: containers: - args: @@ -68605,7 +68071,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-private-spec-net-type-spec-perm-arm-f28 + - --target=azure-ipi-mixed-apiserver-internal-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -68670,7 +68136,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 45 23 27 * * + cron: 34 23 24 * * decorate: true decoration_config: skip_cloning: true @@ -68684,7 +68150,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-proxy-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-mixed-ingress-internal-arm-f28 spec: containers: - args: @@ -68694,7 +68160,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-proxy-arm-f28 + - --target=azure-ipi-mixed-ingress-internal-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -68759,7 +68225,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 2 4 14 * * + cron: 59 0 16 * * decorate: true decoration_config: skip_cloning: true @@ -68773,7 +68239,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-sno-etcd-encryption-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-mto-arm-mixarch-f28 spec: containers: - args: @@ -68783,7 +68249,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-sno-etcd-encryption-arm-f28 + - --target=azure-ipi-mto-arm-mixarch-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -68848,7 +68314,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 14 1 11 * * + cron: 15 14 26 * * decorate: true decoration_config: skip_cloning: true @@ -68862,7 +68328,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-ultrassd-disks-fips-amd-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-oidc-mini-perm-arm-f28 spec: containers: - args: @@ -68872,7 +68338,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ultrassd-disks-fips-amd-f28 + - --target=azure-ipi-oidc-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -68937,7 +68403,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 8 10 25 * * + cron: 10 9 13 * * decorate: true decoration_config: skip_cloning: true @@ -68951,7 +68417,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-usertags-sa-encryption-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-ovn-etcd-encryption-compact-arm-f28 spec: containers: - args: @@ -68961,7 +68427,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-usertags-sa-encryption-arm-f28 + - --target=azure-ipi-ovn-etcd-encryption-compact-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -69026,7 +68492,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 26 2 4 * * + cron: 8 7 30 * * decorate: true decoration_config: skip_cloning: true @@ -69040,7 +68506,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-vnet-ovn-ipv4-subnet-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-ovn-ipsec-azurefile-csi-arm-canary-f28 spec: containers: - args: @@ -69050,7 +68516,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-vnet-ovn-ipv4-subnet-arm-f28 + - --target=azure-ipi-ovn-ipsec-azurefile-csi-arm-canary-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -69115,7 +68581,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 52 11 23 * * + cron: 41 14 26 * * decorate: true decoration_config: skip_cloning: true @@ -69129,7 +68595,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-upi-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-private-spec-net-type-spec-perm-arm-f28 spec: containers: - args: @@ -69139,7 +68605,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-upi-mini-perm-arm-f28 + - --target=azure-ipi-private-spec-net-type-spec-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -69203,8 +68669,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 48 14 25 * * + cluster: build01 + cron: 45 23 27 * * decorate: true decoration_config: skip_cloning: true @@ -69213,13 +68679,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-ipi-ovn-ipv4-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-proxy-arm-f28 spec: containers: - args: @@ -69229,7 +68694,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-arm-f28 + - --target=azure-ipi-proxy-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -69293,8 +68758,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 26 16 25 * * + cluster: build01 + cron: 2 4 14 * * decorate: true decoration_config: skip_cloning: true @@ -69303,13 +68768,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-ipi-ovn-ipv4-basecap-none-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-sno-etcd-encryption-arm-f28 spec: containers: - args: @@ -69319,7 +68783,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-basecap-none-arm-f28 + - --target=azure-ipi-sno-etcd-encryption-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -69383,8 +68847,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 39 18 20 * * + cluster: build01 + cron: 14 1 11 * * decorate: true decoration_config: skip_cloning: true @@ -69393,13 +68857,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-ipi-ovn-ipv4-external-lb-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-ultrassd-disks-fips-amd-f28 spec: containers: - args: @@ -69409,7 +68872,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-external-lb-arm-f28 + - --target=azure-ipi-ultrassd-disks-fips-amd-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -69473,8 +68936,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 26 14 25 * * + cluster: build01 + cron: 8 10 25 * * decorate: true decoration_config: skip_cloning: true @@ -69483,13 +68946,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-ipi-ovn-ipv4-fips-vmedia-amd-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-usertags-sa-encryption-arm-f28 spec: containers: - args: @@ -69499,7 +68961,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-fips-vmedia-amd-f28 + - --target=azure-ipi-usertags-sa-encryption-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -69563,8 +69025,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 37 21 7,16,23,30 * * + cluster: build01 + cron: 26 2 4 * * decorate: true decoration_config: skip_cloning: true @@ -69573,13 +69035,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-ipi-ovn-ipv4-vmedia-amd-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-ipi-vnet-ovn-ipv4-subnet-arm-f28 spec: containers: - args: @@ -69589,7 +69050,96 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-vmedia-amd-f7 + - --target=azure-ipi-vnet-ovn-ipv4-subnet-arm-f28 + - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 52 11 23 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-azure-upi-mini-perm-arm-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=azure-upi-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -69654,7 +69204,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 12 14 20 * * + cron: 48 14 25 * * decorate: true decoration_config: skip_cloning: true @@ -69669,7 +69219,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-upi-ovn-dual-stack-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-ipi-ovn-ipv4-arm-f28 spec: containers: - args: @@ -69679,7 +69229,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-dual-stack-arm-f28 + - --target=baremetal-ipi-ovn-ipv4-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -69744,7 +69294,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 15 21 21 * * + cron: 26 16 25 * * decorate: true decoration_config: skip_cloning: true @@ -69759,7 +69309,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-upi-ovn-ipv4-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-ipi-ovn-ipv4-basecap-none-arm-f28 spec: containers: - args: @@ -69769,7 +69319,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv4-arm-f28 + - --target=baremetal-ipi-ovn-ipv4-basecap-none-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -69834,7 +69384,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 1 13 9 * * + cron: 39 18 20 * * decorate: true decoration_config: skip_cloning: true @@ -69849,7 +69399,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-upi-ovn-ipv4-disconnected-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-ipi-ovn-ipv4-external-lb-arm-f28 spec: containers: - args: @@ -69859,7 +69409,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv4-disconnected-arm-f28 + - --target=baremetal-ipi-ovn-ipv4-external-lb-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -69924,7 +69474,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 8 8 29 2 * + cron: 26 14 25 * * decorate: true decoration_config: skip_cloning: true @@ -69939,7 +69489,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetalds-ipi-ovn-dualstack-primaryv6-f999 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-ipi-ovn-ipv4-fips-vmedia-amd-f28 spec: containers: - args: @@ -69949,7 +69499,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f999 + - --target=baremetal-ipi-ovn-ipv4-fips-vmedia-amd-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -70013,8 +69563,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 45 3 3 * * + cluster: build06 + cron: 37 21 7,16,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -70023,12 +69573,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-basecap-none-additionalcaps-arm-canary-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-ipi-ovn-ipv4-vmedia-amd-f7 spec: containers: - args: @@ -70038,7 +69589,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-basecap-none-additionalcaps-arm-canary-f28 + - --target=baremetal-ipi-ovn-ipv4-vmedia-amd-f7 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -70102,8 +69653,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 8 8 29 2 * + cluster: build06 + cron: 12 14 20 * * decorate: true decoration_config: skip_cloning: true @@ -70112,12 +69663,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe-c3-metal + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-c3-metal-private-amd-f999 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-upi-ovn-dual-stack-arm-f28 spec: containers: - args: @@ -70127,7 +69679,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-c3-metal-private-amd-f999 + - --target=baremetal-upi-ovn-dual-stack-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -70191,8 +69743,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 33 19 21 * * + cluster: build06 + cron: 15 21 21 * * decorate: true decoration_config: skip_cloning: true @@ -70201,12 +69753,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-compact-filestore-csi-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-upi-ovn-ipv4-arm-f28 spec: containers: - args: @@ -70216,7 +69769,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-compact-filestore-csi-mini-perm-arm-f28 + - --target=baremetal-upi-ovn-ipv4-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -70280,8 +69833,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 11 2 4 * * + cluster: build06 + cron: 1 13 9 * * decorate: true decoration_config: skip_cloning: true @@ -70290,12 +69843,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-disk-encryption-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetal-upi-ovn-ipv4-disconnected-arm-f28 spec: containers: - args: @@ -70305,7 +69859,97 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disk-encryption-mini-perm-arm-f28 + - --target=baremetal-upi-ovn-ipv4-disconnected-arm-f28 + - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build06 + cron: 8 8 29 2 * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 + ci.openshift.io/generator: prowgen + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-baremetalds-ipi-ovn-dualstack-primaryv6-f999 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=baremetalds-ipi-ovn-dualstack-primaryv6-f999 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -70370,7 +70014,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 13 13 27 * * + cron: 45 3 3 * * decorate: true decoration_config: skip_cloning: true @@ -70384,7 +70028,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-labels-tags-filestore-csi-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-basecap-none-additionalcaps-arm-canary-f28 spec: containers: - args: @@ -70394,7 +70038,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-labels-tags-filestore-csi-arm-f28 + - --target=gcp-ipi-basecap-none-additionalcaps-arm-canary-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -70459,7 +70103,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 24 4 24 * * + cron: 8 8 29 2 * decorate: true decoration_config: skip_cloning: true @@ -70469,11 +70113,11 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe-c3-metal ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-oidc-mini-perm-rt-fips-amd-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-c3-metal-private-amd-f999 spec: containers: - args: @@ -70483,7 +70127,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-oidc-mini-perm-rt-fips-amd-f28 + - --target=gcp-ipi-c3-metal-private-amd-f999 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -70548,7 +70192,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 23 21 2 * * + cron: 33 19 21 * * decorate: true decoration_config: skip_cloning: true @@ -70562,7 +70206,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-ovn-ipsec-arm-mixarch-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-compact-filestore-csi-mini-perm-arm-f28 spec: containers: - args: @@ -70572,7 +70216,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-ovn-ipsec-arm-mixarch-f28 + - --target=gcp-ipi-compact-filestore-csi-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -70637,7 +70281,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 35 20 26 * * + cron: 11 2 4 * * decorate: true decoration_config: skip_cloning: true @@ -70651,7 +70295,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-proxy-etcd-encryption-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-disk-encryption-mini-perm-arm-f28 spec: containers: - args: @@ -70661,7 +70305,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-proxy-etcd-encryption-mini-perm-arm-f28 + - --target=gcp-ipi-disk-encryption-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -70726,7 +70370,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 21 12 16 * * + cron: 13 13 27 * * decorate: true decoration_config: skip_cloning: true @@ -70740,7 +70384,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-proxy-oidc-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-labels-tags-filestore-csi-arm-f28 spec: containers: - args: @@ -70750,7 +70394,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-proxy-oidc-mini-perm-arm-f28 + - --target=gcp-ipi-labels-tags-filestore-csi-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -70815,7 +70459,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 42 2 16 * * + cron: 24 4 24 * * decorate: true decoration_config: skip_cloning: true @@ -70829,7 +70473,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-proxy-private-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-oidc-mini-perm-rt-fips-amd-f28 spec: containers: - args: @@ -70839,7 +70483,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-proxy-private-mini-perm-arm-f28 + - --target=gcp-ipi-oidc-mini-perm-rt-fips-amd-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -70904,7 +70548,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 26 2 12 * * + cron: 23 21 2 * * decorate: true decoration_config: skip_cloning: true @@ -70918,7 +70562,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-sno-etcd-encryption-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-ovn-ipsec-arm-mixarch-f28 spec: containers: - args: @@ -70928,7 +70572,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-sno-etcd-encryption-mini-perm-arm-f28 + - --target=gcp-ipi-ovn-ipsec-arm-mixarch-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -70993,7 +70637,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 3 10 27 * * + cron: 35 20 26 * * decorate: true decoration_config: skip_cloning: true @@ -71007,7 +70651,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-xpn-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-proxy-etcd-encryption-mini-perm-arm-f28 spec: containers: - args: @@ -71017,7 +70661,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-xpn-mini-perm-arm-f28 + - --target=gcp-ipi-proxy-etcd-encryption-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -71082,7 +70726,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 30 13 29 * * + cron: 21 12 16 * * decorate: true decoration_config: skip_cloning: true @@ -71096,7 +70740,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-xpn-mini-perm-byo-hosted-zone-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-proxy-oidc-mini-perm-arm-f28 spec: containers: - args: @@ -71106,7 +70750,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-xpn-mini-perm-byo-hosted-zone-arm-f28 + - --target=gcp-ipi-proxy-oidc-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -71171,7 +70815,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 29 3 20 * * + cron: 42 2 16 * * decorate: true decoration_config: skip_cloning: true @@ -71185,7 +70829,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-xpn-oidc-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-proxy-private-mini-perm-arm-f28 spec: containers: - args: @@ -71195,7 +70839,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-xpn-oidc-mini-perm-arm-f28 + - --target=gcp-ipi-proxy-private-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -71260,7 +70904,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 47 10 2 * * + cron: 26 2 12 * * decorate: true decoration_config: skip_cloning: true @@ -71274,7 +70918,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-xpn-private-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-sno-etcd-encryption-mini-perm-arm-f28 spec: containers: - args: @@ -71284,7 +70928,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-xpn-private-arm-f28 + - --target=gcp-ipi-sno-etcd-encryption-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -71349,7 +70993,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 18 3 26 * * + cron: 3 10 27 * * decorate: true decoration_config: skip_cloning: true @@ -71363,7 +71007,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-upi-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-xpn-mini-perm-arm-f28 spec: containers: - args: @@ -71373,7 +71017,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-upi-arm-f28 + - --target=gcp-ipi-xpn-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -71438,7 +71082,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 44 21 26 * * + cron: 30 13 29 * * decorate: true decoration_config: skip_cloning: true @@ -71452,7 +71096,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-upi-private-xpn-ingress-glb-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-xpn-mini-perm-byo-hosted-zone-arm-f28 spec: containers: - args: @@ -71462,7 +71106,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-upi-private-xpn-ingress-glb-arm-f28 + - --target=gcp-ipi-xpn-mini-perm-byo-hosted-zone-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator @@ -71526,8 +71170,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 16 3 27 1,3,5,7,9,11 * + cluster: build04 + cron: 29 3 20 * * decorate: true decoration_config: skip_cloning: true @@ -71536,12 +71180,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-byo-iam-profile-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-xpn-oidc-mini-perm-arm-f28 spec: containers: - args: @@ -71551,8 +71195,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-iam-profile-mini-perm-arm-f60 - - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 + - --target=gcp-ipi-xpn-oidc-mini-perm-arm-f28 + - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -71615,8 +71259,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 22 17 15 1,3,5,7,9,11 * + cluster: build04 + cron: 47 10 2 * * decorate: true decoration_config: skip_cloning: true @@ -71625,12 +71269,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-byo-iam-role-efs-mini-perm-arm-f60-custom-cert + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-ipi-xpn-private-arm-f28 spec: containers: - args: @@ -71640,8 +71284,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-iam-role-efs-mini-perm-arm-f60-custom-cert - - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 + - --target=gcp-ipi-xpn-private-arm-f28 + - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -71704,8 +71348,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 21 1 18 1,3,5,7,9,11 * + cluster: build04 + cron: 18 3 26 * * decorate: true decoration_config: skip_cloning: true @@ -71714,12 +71358,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-byo-kms-etcd-encryption-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-upi-arm-f28 spec: containers: - args: @@ -71729,8 +71373,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-kms-etcd-encryption-mini-perm-arm-f60 - - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 + - --target=gcp-upi-arm-f28 + - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -71793,8 +71437,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 25 22 2 1,3,5,7,9,11 * + cluster: build04 + cron: 44 21 26 * * decorate: true decoration_config: skip_cloning: true @@ -71803,12 +71447,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.21 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-byo-route53-compact-cloudfront-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.21-gcp-upi-private-xpn-ingress-glb-arm-f28 spec: containers: - args: @@ -71818,8 +71462,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-route53-compact-cloudfront-mini-perm-arm-f60 - - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 + - --target=gcp-upi-private-xpn-ingress-glb-arm-f28 + - --variant=multi-nightly-4.22-upgrade-from-stable-4.21 command: - ci-operator env: @@ -71883,7 +71527,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 22 1 7 2,4,6,8,10,12 * + cron: 16 3 27 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -71897,7 +71541,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-byo-subnet-role-isolate-lb-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-byo-iam-profile-mini-perm-arm-f60 spec: containers: - args: @@ -71907,7 +71551,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-subnet-role-isolate-lb-mini-perm-arm-f60 + - --target=aws-ipi-byo-iam-profile-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -71972,7 +71616,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 2 5 26 2,4,6,8,10,12 * + cron: 22 17 15 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -71986,7 +71630,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-byo-subnet-role-share-lb-tags-sg-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-byo-iam-role-efs-mini-perm-arm-f60-custom-cert spec: containers: - args: @@ -71996,7 +71640,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-subnet-role-share-lb-tags-sg-mini-perm-arm-f60 + - --target=aws-ipi-byo-iam-role-efs-mini-perm-arm-f60-custom-cert - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -72061,7 +71705,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 7 13 16 * * + cron: 21 1 18 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -72075,7 +71719,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-https-proxy-sts-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-byo-kms-etcd-encryption-mini-perm-arm-f60 spec: containers: - args: @@ -72085,7 +71729,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-https-proxy-sts-mini-perm-arm-f28 + - --target=aws-ipi-byo-kms-etcd-encryption-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -72150,7 +71794,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 22 16 16 2,4,6,8,10,12 * + cron: 25 22 2 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -72164,7 +71808,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-imdsv2-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-byo-route53-compact-cloudfront-mini-perm-arm-f60 spec: containers: - args: @@ -72174,7 +71818,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-imdsv2-arm-f60 + - --target=aws-ipi-byo-route53-compact-cloudfront-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -72239,7 +71883,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 43 23 13 1,3,5,7,9,11 * + cron: 22 1 7 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -72253,7 +71897,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-ingress-lbtype-classic-subnets-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-byo-subnet-role-isolate-lb-mini-perm-arm-f60 spec: containers: - args: @@ -72263,7 +71907,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ingress-lbtype-classic-subnets-mini-perm-arm-f60 + - --target=aws-ipi-byo-subnet-role-isolate-lb-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -72328,7 +71972,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 26 7 2 1,3,5,7,9,11 * + cron: 2 5 26 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -72342,7 +71986,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-ingress-lbtype-nlb-subnets-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-byo-subnet-role-share-lb-tags-sg-mini-perm-arm-f60 spec: containers: - args: @@ -72352,7 +71996,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ingress-lbtype-nlb-subnets-mini-perm-arm-f60 + - --target=aws-ipi-byo-subnet-role-share-lb-tags-sg-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -72417,7 +72061,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 7 18 17 2,4,6,8,10,12 * + cron: 7 13 16 * * decorate: true decoration_config: skip_cloning: true @@ -72431,7 +72075,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-ovn-ipsec-mini-perm-arm-mixarch-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-https-proxy-sts-mini-perm-arm-f28 spec: containers: - args: @@ -72441,7 +72085,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-ipsec-mini-perm-arm-mixarch-f60 + - --target=aws-ipi-https-proxy-sts-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -72506,7 +72150,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 13 10 20 * * + cron: 22 16 16 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -72520,7 +72164,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-priv-sts-basecap-none-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-imdsv2-arm-f60 spec: containers: - args: @@ -72530,7 +72174,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-priv-sts-basecap-none-mini-perm-arm-f28 + - --target=aws-ipi-imdsv2-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -72595,7 +72239,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 58 23 3 1,3,5,7,9,11 * + cron: 43 23 13 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -72609,7 +72253,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-private-byo-subnet-role-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-ingress-lbtype-classic-subnets-mini-perm-arm-f60 spec: containers: - args: @@ -72619,7 +72263,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-private-byo-subnet-role-mini-perm-arm-f60 + - --target=aws-ipi-ingress-lbtype-classic-subnets-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -72684,7 +72328,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 9 1 2 2,4,6,8,10,12 * + cron: 26 7 2 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -72694,11 +72338,11 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-public-ipv4-pool-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-ingress-lbtype-nlb-subnets-mini-perm-arm-f60 spec: containers: - args: @@ -72708,7 +72352,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-public-ipv4-pool-mini-perm-arm-f60 + - --target=aws-ipi-ingress-lbtype-nlb-subnets-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -72773,7 +72417,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 2 12 23 1,3,5,7,9,11 * + cron: 7 18 17 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -72787,7 +72431,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-sno-etcd-encryption-basecap-none-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-ovn-ipsec-mini-perm-arm-mixarch-f60 spec: containers: - args: @@ -72797,7 +72441,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-sno-etcd-encryption-basecap-none-arm-f60 + - --target=aws-ipi-ovn-ipsec-mini-perm-arm-mixarch-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -72862,7 +72506,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 38 22 24 1,3,5,7,9,11 * + cron: 13 10 20 * * decorate: true decoration_config: skip_cloning: true @@ -72876,7 +72520,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-sno-lvms-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-priv-sts-basecap-none-mini-perm-arm-f28 spec: containers: - args: @@ -72886,7 +72530,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-sno-lvms-arm-f60 + - --target=aws-ipi-priv-sts-basecap-none-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -72951,7 +72595,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 36 2 7 1,3,5,7,9,11 * + cron: 58 23 3 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -72965,7 +72609,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-upi-basecap-none-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-private-byo-subnet-role-mini-perm-arm-f60 spec: containers: - args: @@ -72975,7 +72619,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-upi-basecap-none-arm-f60 + - --target=aws-ipi-private-byo-subnet-role-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -73039,8 +72683,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 26 3 29 2,4,6,8,10,12 * + cluster: build10 + cron: 9 1 2 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -73049,12 +72693,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-basecap-vset-additionalcap-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-public-ipv4-pool-mini-perm-arm-f60 spec: containers: - args: @@ -73064,7 +72708,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-basecap-vset-additionalcap-mini-perm-arm-f60 + - --target=aws-ipi-public-ipv4-pool-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -73128,8 +72772,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 46 12 19 1,3,5,7,9,11 * + cluster: build10 + cron: 2 12 23 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -73138,12 +72782,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-basecap-vset-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-sno-etcd-encryption-basecap-none-arm-f60 spec: containers: - args: @@ -73153,7 +72797,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-basecap-vset-mini-perm-arm-f60 + - --target=aws-ipi-sno-etcd-encryption-basecap-none-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -73217,8 +72861,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 51 10 5 1,3,5,7,9,11 * + cluster: build10 + cron: 38 22 24 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -73227,12 +72871,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-des-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-ipi-sno-lvms-arm-f60 spec: containers: - args: @@ -73242,7 +72886,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-des-mini-perm-arm-f60 + - --target=aws-ipi-sno-lvms-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -73306,8 +72950,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 39 13 14 2,4,6,8,10,12 * + cluster: build10 + cron: 36 2 7 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -73316,12 +72960,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-fullyprivate-internal-registry-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-aws-upi-basecap-none-arm-f60 spec: containers: - args: @@ -73331,7 +72975,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-fullyprivate-internal-registry-mini-perm-arm-f60 + - --target=aws-upi-basecap-none-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -73396,7 +73040,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 6 8 16 2,4,6,8,10,12 * + cron: 26 3 29 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -73410,7 +73054,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-fullyprivate-proxy-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-basecap-vset-additionalcap-mini-perm-arm-f60 spec: containers: - args: @@ -73420,7 +73064,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-fullyprivate-proxy-mini-perm-arm-f60 + - --target=azure-ipi-basecap-vset-additionalcap-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -73485,7 +73129,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 38 13 5 2,4,6,8,10,12 * + cron: 46 12 19 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -73499,7 +73143,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-identity-none-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-basecap-vset-mini-perm-arm-f60 spec: containers: - args: @@ -73509,7 +73153,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-identity-none-mini-perm-arm-f60 + - --target=azure-ipi-basecap-vset-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -73574,7 +73218,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 27 9 1 1,3,5,7,9,11 * + cron: 51 10 5 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -73588,7 +73232,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-mixed-apiserver-internal-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-des-mini-perm-arm-f60 spec: containers: - args: @@ -73598,7 +73242,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-mixed-apiserver-internal-mini-perm-arm-f60 + - --target=azure-ipi-des-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -73663,7 +73307,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 26 14 22 1,3,5,7,9,11 * + cron: 39 13 14 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -73677,7 +73321,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-mixed-ingress-internal-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-fullyprivate-internal-registry-mini-perm-arm-f60 spec: containers: - args: @@ -73687,7 +73331,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-mixed-ingress-internal-mini-perm-arm-f60 + - --target=azure-ipi-fullyprivate-internal-registry-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -73752,7 +73396,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 56 9 4 2,4,6,8,10,12 * + cron: 6 8 16 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -73766,7 +73410,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-mto-arm-mixarch-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-fullyprivate-proxy-mini-perm-arm-f60 spec: containers: - args: @@ -73776,7 +73420,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-mto-arm-mixarch-f60 + - --target=azure-ipi-fullyprivate-proxy-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -73841,7 +73485,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 41 3 1 1,3,5,7,9,11 * + cron: 38 13 5 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -73855,7 +73499,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-oidc-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-identity-none-mini-perm-arm-f60 spec: containers: - args: @@ -73865,7 +73509,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-oidc-mini-perm-arm-f60 + - --target=azure-ipi-identity-none-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -73930,7 +73574,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 14 8 26 1,3,5,7,9,11 * + cron: 27 9 1 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -73944,7 +73588,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-ovn-etcd-encryption-compact-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-mixed-apiserver-internal-mini-perm-arm-f60 spec: containers: - args: @@ -73954,7 +73598,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-etcd-encryption-compact-mini-perm-arm-f60 + - --target=azure-ipi-mixed-apiserver-internal-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -74019,7 +73663,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 49 12 16 * * + cron: 26 14 22 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -74033,7 +73677,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-mixed-ingress-internal-mini-perm-arm-f60 spec: containers: - args: @@ -74043,7 +73687,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f28 + - --target=azure-ipi-mixed-ingress-internal-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -74108,7 +73752,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 33 6 12 2,4,6,8,10,12 * + cron: 56 9 4 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -74122,7 +73766,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-private-spec-net-type-spec-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-mto-arm-mixarch-f60 spec: containers: - args: @@ -74132,7 +73776,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-private-spec-net-type-spec-perm-arm-f60 + - --target=azure-ipi-mto-arm-mixarch-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -74197,7 +73841,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 0 6 12 1,3,5,7,9,11 * + cron: 41 3 1 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -74211,7 +73855,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-proxy-tp-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-oidc-mini-perm-arm-f60 spec: containers: - args: @@ -74221,7 +73865,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-proxy-tp-arm-f60 + - --target=azure-ipi-oidc-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -74286,7 +73930,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 25 19 26 2,4,6,8,10,12 * + cron: 14 8 26 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -74300,7 +73944,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-sno-etcd-encryption-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-ovn-etcd-encryption-compact-mini-perm-arm-f60 spec: containers: - args: @@ -74310,7 +73954,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-sno-etcd-encryption-arm-f60 + - --target=azure-ipi-ovn-etcd-encryption-compact-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -74375,7 +74019,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 57 14 7 2,4,6,8,10,12 * + cron: 49 12 16 * * decorate: true decoration_config: skip_cloning: true @@ -74389,7 +74033,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-ultrassd-disks-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f28 spec: containers: - args: @@ -74399,7 +74043,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ultrassd-disks-mini-perm-arm-f60 + - --target=azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -74464,7 +74108,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 38 21 15 1,3,5,7,9,11 * + cron: 33 6 12 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -74478,7 +74122,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-usertags-sa-encryption-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-private-spec-net-type-spec-perm-arm-f60 spec: containers: - args: @@ -74488,7 +74132,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-usertags-sa-encryption-mini-perm-arm-f60 + - --target=azure-ipi-private-spec-net-type-spec-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -74553,7 +74197,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 13 5 6 2,4,6,8,10,12 * + cron: 0 6 12 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -74567,7 +74211,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-vnet-ovn-ipv4-subnet-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-proxy-tp-arm-f60 spec: containers: - args: @@ -74577,7 +74221,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-vnet-ovn-ipv4-subnet-mini-perm-arm-f60 + - --target=azure-ipi-proxy-tp-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -74642,7 +74286,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 30 16 22 2,4,6,8,10,12 * + cron: 25 19 26 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -74656,7 +74300,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-upi-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-sno-etcd-encryption-arm-f60 spec: containers: - args: @@ -74666,7 +74310,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-upi-mini-perm-arm-f60 + - --target=azure-ipi-sno-etcd-encryption-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -74730,8 +74374,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 46 15 29 2,4,6,8,10,12 * + cluster: build01 + cron: 57 14 7 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -74740,13 +74384,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-baremetal-ipi-ovn-ipv4-basecap-none-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-ultrassd-disks-mini-perm-arm-f60 spec: containers: - args: @@ -74756,7 +74399,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-basecap-none-arm-f60 + - --target=azure-ipi-ultrassd-disks-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -74820,8 +74463,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 22 15 18 2,4,6,8,10,12 * + cluster: build01 + cron: 38 21 15 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -74830,13 +74473,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-baremetal-ipi-ovn-ipv4-external-lb-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-usertags-sa-encryption-mini-perm-arm-f60 spec: containers: - args: @@ -74846,7 +74488,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-external-lb-arm-f60 + - --target=azure-ipi-usertags-sa-encryption-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -74910,8 +74552,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 9 15 7 1,3,5,7,9,11 * + cluster: build01 + cron: 13 5 6 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -74920,13 +74562,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-baremetal-ipi-ovn-ipv4-fips-vmedia-amd-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-ipi-vnet-ovn-ipv4-subnet-mini-perm-arm-f60 spec: containers: - args: @@ -74936,7 +74577,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-fips-vmedia-amd-f60 + - --target=azure-ipi-vnet-ovn-ipv4-subnet-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -75000,8 +74641,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 46 16 24 * * + cluster: build01 + cron: 30 16 22 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -75010,13 +74651,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-baremetal-upi-ovn-dual-stack-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-azure-upi-mini-perm-arm-f60 spec: containers: - args: @@ -75026,7 +74666,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-dual-stack-arm-f28 + - --target=azure-upi-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -75091,7 +74731,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 20 17 25 1,3,5,7,9,11 * + cron: 46 15 29 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -75106,7 +74746,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-baremetal-upi-ovn-ipv4-disconnected-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-baremetal-ipi-ovn-ipv4-basecap-none-arm-f60 spec: containers: - args: @@ -75116,7 +74756,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv4-disconnected-arm-f60 + - --target=baremetal-ipi-ovn-ipv4-basecap-none-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -75180,8 +74820,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 24 3 25 * * + cluster: build06 + cron: 22 15 18 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -75190,12 +74830,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-basecap-none-additionalcaps-mini-perm-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-baremetal-ipi-ovn-ipv4-external-lb-arm-f60 spec: containers: - args: @@ -75205,7 +74846,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-basecap-none-additionalcaps-mini-perm-arm-f28 + - --target=baremetal-ipi-ovn-ipv4-external-lb-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -75269,8 +74910,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 3 11 4 1,3,5,7,9,11 * + cluster: build06 + cron: 9 15 7 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -75279,12 +74920,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-compact-filestore-csi-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-baremetal-ipi-ovn-ipv4-fips-vmedia-amd-f60 spec: containers: - args: @@ -75294,7 +74936,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-compact-filestore-csi-mini-perm-arm-f60 + - --target=baremetal-ipi-ovn-ipv4-fips-vmedia-amd-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -75358,8 +75000,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 13 9 16 1,3,5,7,9,11 * + cluster: build06 + cron: 46 16 24 * * decorate: true decoration_config: skip_cloning: true @@ -75368,12 +75010,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-disk-encryption-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-baremetal-upi-ovn-dual-stack-arm-f28 spec: containers: - args: @@ -75383,7 +75026,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disk-encryption-mini-perm-arm-f60 + - --target=baremetal-upi-ovn-dual-stack-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -75447,8 +75090,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build04 - cron: 31 13 5 * * + cluster: build06 + cron: 20 17 25 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -75457,12 +75100,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-labels-tags-filestore-csi-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-baremetal-upi-ovn-ipv4-disconnected-arm-f60 spec: containers: - args: @@ -75472,7 +75116,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-labels-tags-filestore-csi-arm-f28 + - --target=baremetal-upi-ovn-ipv4-disconnected-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -75537,7 +75181,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 44 12 30 1,3,5,7,9,11 * + cron: 24 3 25 * * decorate: true decoration_config: skip_cloning: true @@ -75551,7 +75195,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-oidc-mini-perm-rt-fips-amd-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-basecap-none-additionalcaps-mini-perm-arm-f28 spec: containers: - args: @@ -75561,7 +75205,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-oidc-mini-perm-rt-fips-amd-f60 + - --target=gcp-ipi-basecap-none-additionalcaps-mini-perm-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -75626,7 +75270,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 11 17 2 2,4,6,8,10,12 * + cron: 3 11 4 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -75640,7 +75284,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-ovn-ipsec-arm-mixarch-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-compact-filestore-csi-mini-perm-arm-f60 spec: containers: - args: @@ -75650,7 +75294,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-ovn-ipsec-arm-mixarch-f60 + - --target=gcp-ipi-compact-filestore-csi-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -75715,7 +75359,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 32 11 7 1,3,5,7,9,11 * + cron: 13 9 16 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -75729,7 +75373,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-proxy-etcd-encryption-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-disk-encryption-mini-perm-arm-f60 spec: containers: - args: @@ -75739,7 +75383,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-proxy-etcd-encryption-mini-perm-arm-f60 + - --target=gcp-ipi-disk-encryption-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -75804,7 +75448,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 11 5 13 2,4,6,8,10,12 * + cron: 31 13 5 * * decorate: true decoration_config: skip_cloning: true @@ -75818,7 +75462,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-proxy-oidc-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-labels-tags-filestore-csi-arm-f28 spec: containers: - args: @@ -75828,7 +75472,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-proxy-oidc-mini-perm-arm-f60 + - --target=gcp-ipi-labels-tags-filestore-csi-arm-f28 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -75893,7 +75537,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 26 12 25 1,3,5,7,9,11 * + cron: 44 12 30 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -75907,7 +75551,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-proxy-private-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-oidc-mini-perm-rt-fips-amd-f60 spec: containers: - args: @@ -75917,7 +75561,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-proxy-private-mini-perm-arm-f60 + - --target=gcp-ipi-oidc-mini-perm-rt-fips-amd-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -75982,7 +75626,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 2 2 2 2,4,6,8,10,12 * + cron: 11 17 2 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -75996,7 +75640,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-sno-etcd-encryption-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-ovn-ipsec-arm-mixarch-f60 spec: containers: - args: @@ -76006,7 +75650,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-sno-etcd-encryption-mini-perm-arm-f60 + - --target=gcp-ipi-ovn-ipsec-arm-mixarch-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -76071,7 +75715,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 6 16 11 1,3,5,7,9,11 * + cron: 32 11 7 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -76085,7 +75729,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-sno-tp-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-proxy-etcd-encryption-mini-perm-arm-f60 spec: containers: - args: @@ -76095,7 +75739,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-sno-tp-mini-perm-arm-f60 + - --target=gcp-ipi-proxy-etcd-encryption-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -76160,7 +75804,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 55 17 17 2,4,6,8,10,12 * + cron: 11 5 13 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -76174,7 +75818,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-xpn-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-proxy-oidc-mini-perm-arm-f60 spec: containers: - args: @@ -76184,7 +75828,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-xpn-mini-perm-arm-f60 + - --target=gcp-ipi-proxy-oidc-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -76249,7 +75893,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 14 2 22 2,4,6,8,10,12 * + cron: 26 12 25 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -76263,7 +75907,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-xpn-mini-perm-byo-hosted-zone-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-proxy-private-mini-perm-arm-f60 spec: containers: - args: @@ -76273,7 +75917,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-xpn-mini-perm-byo-hosted-zone-arm-f60 + - --target=gcp-ipi-proxy-private-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -76338,7 +75982,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 36 12 4 2,4,6,8,10,12 * + cron: 2 2 2 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -76352,7 +75996,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-xpn-oidc-mini-perm-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-sno-etcd-encryption-mini-perm-arm-f60 spec: containers: - args: @@ -76362,7 +76006,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-xpn-oidc-mini-perm-arm-f60 + - --target=gcp-ipi-sno-etcd-encryption-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -76427,7 +76071,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 1 22 23 1,3,5,7,9,11 * + cron: 6 16 11 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -76441,7 +76085,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-xpn-private-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-sno-tp-mini-perm-arm-f60 spec: containers: - args: @@ -76451,7 +76095,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-xpn-private-arm-f60 + - --target=gcp-ipi-sno-tp-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -76516,7 +76160,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 23 21 26 1,3,5,7,9,11 * + cron: 55 17 17 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -76530,7 +76174,7 @@ periodics: ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-upi-private-xpn-ingress-glb-arm-f60 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-xpn-mini-perm-arm-f60 spec: containers: - args: @@ -76540,7 +76184,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-upi-private-xpn-ingress-glb-arm-f60 + - --target=gcp-ipi-xpn-mini-perm-arm-f60 - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator @@ -76604,8 +76248,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 7 19 5,12,19,26 * * + cluster: build04 + cron: 14 2 22 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -76614,24 +76258,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen - job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-amd-f7-netobserv - reporter_config: - slack: - channel: '#team-qe-netobserv' - job_states_to_report: - - aborted - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-xpn-mini-perm-byo-hosted-zone-arm-f60 spec: containers: - args: @@ -76641,8 +76273,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-amd-f7-netobserv - - --variant=multi-nightly + - --target=gcp-ipi-xpn-mini-perm-byo-hosted-zone-arm-f60 + - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator env: @@ -76705,8 +76337,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 2 13 19 * * + cluster: build04 + cron: 36 12 4 2,4,6,8,10,12 * decorate: true decoration_config: skip_cloning: true @@ -76715,24 +76347,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen - job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-arm-f28-netobserv - reporter_config: - slack: - channel: '#team-qe-netobserv' - job_states_to_report: - - aborted - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-xpn-oidc-mini-perm-arm-f60 spec: containers: - args: @@ -76742,8 +76362,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-arm-f28-netobserv - - --variant=multi-nightly + - --target=gcp-ipi-xpn-oidc-mini-perm-arm-f60 + - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator env: @@ -76806,8 +76426,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 6 11 9,16,23,30 * * + cluster: build04 + cron: 1 22 23 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -76816,13 +76436,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen - job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-arm-mixarch-f7-day2-64k-pagesize + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-ipi-xpn-private-arm-f60 spec: containers: - args: @@ -76832,8 +76451,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-arm-mixarch-f7-day2-64k-pagesize - - --variant=multi-nightly + - --target=gcp-ipi-xpn-private-arm-f60 + - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator env: @@ -76896,8 +76515,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 54 15 5 * * + cluster: build04 + cron: 23 21 26 1,3,5,7,9,11 * decorate: true decoration_config: skip_cloning: true @@ -76906,13 +76525,12 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe - ci-operator.openshift.io/variant: multi-nightly + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: multi-nightly-4.22-upgrade-from-stable-4.22 ci.openshift.io/generator: prowgen - job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-iam-profile-fips-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-4.22-upgrade-from-stable-4.22-gcp-upi-private-xpn-ingress-glb-arm-f60 spec: containers: - args: @@ -76922,8 +76540,8 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-iam-profile-fips-mini-perm-amd-f28-destructive - - --variant=multi-nightly + - --target=gcp-upi-private-xpn-ingress-glb-arm-f60 + - --variant=multi-nightly-4.22-upgrade-from-stable-4.22 command: - ci-operator env: @@ -76987,7 +76605,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 5 12 6,13,20,29 * * + cron: 7 19 5,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -77002,7 +76620,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-iam-profile-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-amd-f7-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -77012,7 +76641,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-iam-profile-mini-perm-arm-f7 + - --target=aws-ipi-amd-f7-netobserv - --variant=multi-nightly command: - ci-operator @@ -77077,7 +76706,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 23 12 8,24 * * + cron: 2 13 19 * * decorate: true decoration_config: skip_cloning: true @@ -77092,7 +76721,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-iam-role-efs-arm-regen-cert-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-arm-f28-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -77102,7 +76742,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-iam-role-efs-arm-regen-cert-f14 + - --target=aws-ipi-arm-f28-netobserv - --variant=multi-nightly command: - ci-operator @@ -77167,7 +76807,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 25 12 28 * * + cron: 6 11 9,16,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -77182,7 +76822,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-iam-role-efs-fips-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-arm-mixarch-f7-day2-64k-pagesize spec: containers: - args: @@ -77192,7 +76832,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-iam-role-efs-fips-mini-perm-amd-f28-destructive + - --target=aws-ipi-arm-mixarch-f7-day2-64k-pagesize - --variant=multi-nightly command: - ci-operator @@ -77255,6 +76895,448 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build10 + cron: 54 15 5 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-iam-profile-fips-mini-perm-amd-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-iam-profile-fips-mini-perm-amd-f28-destructive + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 5 12 6,13,20,29 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-iam-profile-mini-perm-arm-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-iam-profile-mini-perm-arm-f7 + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 23 12 8,24 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-iam-role-efs-arm-regen-cert-f14 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-iam-role-efs-arm-regen-cert-f14 + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 25 12 28 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-iam-role-efs-fips-mini-perm-amd-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-iam-role-efs-fips-mini-perm-amd-f28-destructive + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 10 16 23 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-iam-role-efs-fips-rhcos10-tp-amd-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-iam-role-efs-fips-rhcos10-tp-amd-f28-destructive + - --variant=multi-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 - agent: kubernetes cluster: build10 cron: 42 21 7,16,23,30 * * @@ -77272,7 +77354,1341 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-iam-role-efs-mini-perm-arm-f7-custom-cert + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-iam-role-efs-mini-perm-arm-f7-custom-cert + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-iam-role-efs-mini-perm-arm-f7-custom-cert + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 15 15 7,16,23,30 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-iam-role-efs-rhcos10-tp-arm-f7-custom-cert + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-iam-role-efs-rhcos10-tp-arm-f7-custom-cert + - --variant=multi-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 14 0 13,27 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-iam-role-efs-rhcos10-tp-arm-regen-cert-f14 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-iam-role-efs-rhcos10-tp-arm-regen-cert-f14 + - --variant=multi-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 42 3 19 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-kms-etcd-encryption-fips-amd-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-kms-etcd-encryption-fips-amd-f28-destructive + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 20 12 4,13,20,27 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-kms-etcd-encryption-mini-perm-arm-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-kms-etcd-encryption-mini-perm-arm-f7 + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 55 3 6 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-route53-compact-cloudfront-amd-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-route53-compact-cloudfront-amd-f28-destructive + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 1 10 7,14,21,30 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-route53-compact-cloudfront-mini-perm-arm-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-route53-compact-cloudfront-mini-perm-arm-f7 + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 29 11 27 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-subnet-role-isolate-lb-arm-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-subnet-role-isolate-lb-arm-f28-destructive + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 24 3 8,22 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-subnet-role-isolate-lb-mini-perm-arm-f14 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-subnet-role-isolate-lb-mini-perm-arm-f14 + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 24 9 16 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-subnet-role-share-lb-tags-sg-arm-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-subnet-role-share-lb-tags-sg-arm-f28-destructive + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 1 12 9,25 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-subnet-role-share-lb-tags-sg-mini-perm-arm-f14 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-byo-subnet-role-share-lb-tags-sg-mini-perm-arm-f14 + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 47 16 9 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-custom-dns-mini-perm-tp-arm-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-custom-dns-mini-perm-tp-arm-f28-destructive + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 15 17 8,15,22,29 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-custom-dns-mini-perm-tp-arm-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-custom-dns-mini-perm-tp-arm-f7 + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 2 5 17 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-custom-dns-priv-mini-perm-tp-arm-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-custom-dns-priv-mini-perm-tp-arm-f28-destructive + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 3 6 7,14,23,30 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-custom-dns-priv-mini-perm-tp-arm-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-custom-dns-priv-mini-perm-tp-arm-f7 + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 35 1 12 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-custom-masternameprefix-tp-amd-f28 spec: containers: - args: @@ -77282,7 +78698,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-iam-role-efs-mini-perm-arm-f7-custom-cert + - --target=aws-ipi-custom-masternameprefix-tp-amd-f28 - --variant=multi-nightly command: - ci-operator @@ -77347,7 +78763,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 42 3 19 * * + cron: 6 13 16 * * decorate: true decoration_config: skip_cloning: true @@ -77362,7 +78778,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-kms-etcd-encryption-fips-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-custom-masternameprefix-tp-arm-f28-destructive spec: containers: - args: @@ -77372,7 +78788,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-kms-etcd-encryption-fips-amd-f28-destructive + - --target=aws-ipi-custom-masternameprefix-tp-arm-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -77437,7 +78853,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 20 12 4,13,20,27 * * + cron: 13 3 2 * * decorate: true decoration_config: skip_cloning: true @@ -77452,7 +78868,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-kms-etcd-encryption-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-disc-priv-amd-mixarch-f28-destructive spec: containers: - args: @@ -77462,7 +78878,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-kms-etcd-encryption-mini-perm-arm-f7 + - --target=aws-ipi-disc-priv-amd-mixarch-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -77527,7 +78943,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 55 3 6 * * + cron: 5 7 8,15,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -77542,7 +78958,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-route53-compact-cloudfront-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-disc-priv-arm-mixarch-f7 spec: containers: - args: @@ -77552,7 +78968,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-route53-compact-cloudfront-amd-f28-destructive + - --target=aws-ipi-disc-priv-arm-mixarch-f7 - --variant=multi-nightly command: - ci-operator @@ -77617,7 +79033,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 1 10 7,14,21,30 * * + cron: 37 17 24 * * decorate: true decoration_config: skip_cloning: true @@ -77632,7 +79048,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-route53-compact-cloudfront-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-https-proxy-sts-mini-perm-amd-f28-destructive spec: containers: - args: @@ -77642,7 +79058,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-route53-compact-cloudfront-mini-perm-arm-f7 + - --target=aws-ipi-https-proxy-sts-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -77707,7 +79123,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 29 11 27 * * + cron: 42 18 4,11,18,25 * * decorate: true decoration_config: skip_cloning: true @@ -77722,7 +79138,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-subnet-role-isolate-lb-arm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-https-proxy-sts-mini-perm-arm-f7 spec: containers: - args: @@ -77732,7 +79148,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-subnet-role-isolate-lb-arm-f28-destructive + - --target=aws-ipi-https-proxy-sts-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -77797,7 +79213,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 24 3 8,22 * * + cron: 46 18 3,10,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -77812,7 +79228,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-subnet-role-isolate-lb-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-https-proxy-sts-mini-perm-rhcos10-tp-arm-f7 spec: containers: - args: @@ -77822,7 +79238,441 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-subnet-role-isolate-lb-mini-perm-arm-f14 + - --target=aws-ipi-https-proxy-sts-mini-perm-rhcos10-tp-arm-f7 + - --variant=multi-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 12 16 23 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-https-proxy-sts-rhcos10-tp-amd-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-https-proxy-sts-rhcos10-tp-amd-f28-destructive + - --variant=multi-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 35 11 2,11,18,25 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-imdsv2-arm-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-imdsv2-arm-f7 + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 25 18 24 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-imdsv2-fips-amd-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-imdsv2-fips-amd-f28-destructive + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 54 6 7 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ingress-lbtype-classic-subnets-amd-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-ingress-lbtype-classic-subnets-amd-f28-destructive + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build10 + cron: 29 8 6,13,22,29 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ingress-lbtype-classic-subnets-mini-perm-arm-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=aws-ipi-ingress-lbtype-classic-subnets-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -77887,7 +79737,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 24 9 16 * * + cron: 17 21 27 * * decorate: true decoration_config: skip_cloning: true @@ -77902,7 +79752,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-subnet-role-share-lb-tags-sg-arm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ingress-lbtype-nlb-subnets-amd-f28-destructive spec: containers: - args: @@ -77912,7 +79762,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-subnet-role-share-lb-tags-sg-arm-f28-destructive + - --target=aws-ipi-ingress-lbtype-nlb-subnets-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -77977,7 +79827,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 1 12 9,25 * * + cron: 33 8 7,16,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -77992,7 +79842,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-byo-subnet-role-share-lb-tags-sg-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ingress-lbtype-nlb-subnets-mini-perm-arm-amd-day0-f7 spec: containers: - args: @@ -78002,7 +79852,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-byo-subnet-role-share-lb-tags-sg-mini-perm-arm-f14 + - --target=aws-ipi-ingress-lbtype-nlb-subnets-mini-perm-arm-amd-day0-f7 - --variant=multi-nightly command: - ci-operator @@ -78067,7 +79917,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 47 16 9 * * + cron: 19 11 6,20 * * decorate: true decoration_config: skip_cloning: true @@ -78082,7 +79932,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-custom-dns-mini-perm-tp-arm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ingress-lbtype-nlb-tp-amd-f14 spec: containers: - args: @@ -78092,7 +79942,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-custom-dns-mini-perm-tp-arm-f28-destructive + - --target=aws-ipi-ingress-lbtype-nlb-tp-amd-f14 - --variant=multi-nightly command: - ci-operator @@ -78157,7 +80007,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 15 17 8,15,22,29 * * + cron: 21 16 4 * * decorate: true decoration_config: skip_cloning: true @@ -78172,7 +80022,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-custom-dns-mini-perm-tp-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ingress-lbtype-nlb-tp-arm-f28-destructive spec: containers: - args: @@ -78182,7 +80032,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-custom-dns-mini-perm-tp-arm-f7 + - --target=aws-ipi-ingress-lbtype-nlb-tp-arm-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -78247,7 +80097,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 2 5 17 * * + cron: 4 17 6 * * decorate: true decoration_config: skip_cloning: true @@ -78262,7 +80112,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-custom-dns-priv-mini-perm-tp-arm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-kms-etcd-encrypt-fips-rhcos10-tp-amd-f28-destructive spec: containers: - args: @@ -78272,21 +80122,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-custom-dns-priv-mini-perm-tp-arm-f28-destructive + - --target=aws-ipi-kms-etcd-encrypt-fips-rhcos10-tp-amd-f28-destructive - --variant=multi-nightly 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 @@ -78337,7 +80179,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 3 6 7,14,23,30 * * + cron: 37 16 6,13,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -78352,7 +80194,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-custom-dns-priv-mini-perm-tp-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-kms-etcd-encrypt-rhcos10-tp-arm-f7 spec: containers: - args: @@ -78362,21 +80204,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-custom-dns-priv-mini-perm-tp-arm-f7 + - --target=aws-ipi-kms-etcd-encrypt-rhcos10-tp-arm-f7 - --variant=multi-nightly 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 @@ -78427,7 +80261,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 35 1 12 * * + cron: 11 21 16 * * decorate: true decoration_config: skip_cloning: true @@ -78437,12 +80271,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud-cluster-profile: aws-1-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-custom-masternameprefix-tp-amd-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-localzone-rootvolume-f28-destructive spec: containers: - args: @@ -78452,7 +80286,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-custom-masternameprefix-tp-amd-f28 + - --target=aws-ipi-localzone-rootvolume-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -78517,7 +80351,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 6 13 16 * * + cron: 50 3 1,8,15,24 * * decorate: true decoration_config: skip_cloning: true @@ -78527,12 +80361,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud-cluster-profile: aws-1-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-custom-masternameprefix-tp-arm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-localzone-rootvolume-f7 spec: containers: - args: @@ -78542,7 +80376,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-custom-masternameprefix-tp-arm-f28-destructive + - --target=aws-ipi-localzone-rootvolume-f7 - --variant=multi-nightly command: - ci-operator @@ -78607,7 +80441,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 13 3 2 * * + cron: 46 18 6,13,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -78622,7 +80456,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-disc-priv-amd-mixarch-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-amd-cp-infra-to-arm-cp-infra-f7 spec: containers: - args: @@ -78632,7 +80466,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-amd-mixarch-f28-destructive + - --target=aws-ipi-ovn-amd-cp-infra-to-arm-cp-infra-f7 - --variant=multi-nightly command: - ci-operator @@ -78697,7 +80531,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 5 7 8,15,22,29 * * + cron: 16 2 11,25 * * decorate: true decoration_config: skip_cloning: true @@ -78712,7 +80546,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-disc-priv-arm-mixarch-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-arm-mixarch-mto-hypershift-arm-guest-f14 + reporter_config: + slack: + channel: '#forum-prow-hypershift-qe-ci' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -78722,7 +80567,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-disc-priv-arm-mixarch-f7 + - --target=aws-ipi-ovn-arm-mixarch-mto-hypershift-arm-guest-f14 - --variant=multi-nightly command: - ci-operator @@ -78787,7 +80632,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 51 18 15 * * + cron: 36 0 7,23 * * decorate: true decoration_config: skip_cloning: true @@ -78802,7 +80647,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-https-proxy-sts-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-arm-mixarch-mto-hypershift-arm-mgmt-f14 + reporter_config: + slack: + channel: '#forum-prow-hypershift-qe-ci' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -78812,7 +80668,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-https-proxy-sts-mini-perm-amd-f28-destructive + - --target=aws-ipi-ovn-arm-mixarch-mto-hypershift-arm-mgmt-f14 - --variant=multi-nightly command: - ci-operator @@ -78877,7 +80733,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 33 11 1,8,15,24 * * + cron: 55 8 6,13,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -78892,7 +80748,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-https-proxy-sts-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-compact-arm-cp-infra-to-amd-cp-infra-f7 spec: containers: - args: @@ -78902,7 +80758,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-https-proxy-sts-mini-perm-arm-f7 + - --target=aws-ipi-ovn-compact-arm-cp-infra-to-amd-cp-infra-f7 - --variant=multi-nightly command: - ci-operator @@ -78967,7 +80823,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 35 11 2,11,18,25 * * + cron: 53 14 26 * * decorate: true decoration_config: skip_cloning: true @@ -78982,7 +80838,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-imdsv2-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-efs-fips-amd-f28-destructive-ui spec: containers: - args: @@ -78992,7 +80848,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-imdsv2-arm-f7 + - --target=aws-ipi-ovn-efs-fips-amd-f28-destructive-ui - --variant=multi-nightly command: - ci-operator @@ -79057,7 +80913,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 25 18 24 * * + cron: 11 3 25 * * decorate: true decoration_config: skip_cloning: true @@ -79072,7 +80928,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-imdsv2-fips-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-ipsec-mini-perm-amd-arm-day0-f28-destructive spec: containers: - args: @@ -79082,7 +80938,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-imdsv2-fips-amd-f28-destructive + - --target=aws-ipi-ovn-ipsec-mini-perm-amd-arm-day0-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -79147,7 +81003,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 54 6 7 * * + cron: 30 13 5,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -79162,7 +81018,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ingress-lbtype-classic-subnets-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-ipsec-mini-perm-arm-mixarch-f7 spec: containers: - args: @@ -79172,7 +81028,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ingress-lbtype-classic-subnets-amd-f28-destructive + - --target=aws-ipi-ovn-ipsec-mini-perm-arm-mixarch-f7 - --variant=multi-nightly command: - ci-operator @@ -79237,7 +81093,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 29 8 6,13,22,29 * * + cron: 29 0 9,16,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -79252,7 +81108,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ingress-lbtype-classic-subnets-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-ipsec-mini-perm-rhcos10-tp-arm-mixarch-f7 spec: containers: - args: @@ -79262,21 +81118,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ingress-lbtype-classic-subnets-mini-perm-arm-f7 + - --target=aws-ipi-ovn-ipsec-mini-perm-rhcos10-tp-arm-mixarch-f7 - --variant=multi-nightly 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 @@ -79327,7 +81175,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 17 21 27 * * + cron: 15 0 19 * * decorate: true decoration_config: skip_cloning: true @@ -79342,7 +81190,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ingress-lbtype-nlb-subnets-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-ipsec-rhcos10-tp-amd-arm-day0-f28-destructive spec: containers: - args: @@ -79352,21 +81200,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ingress-lbtype-nlb-subnets-amd-f28-destructive + - --target=aws-ipi-ovn-ipsec-rhcos10-tp-amd-arm-day0-f28-destructive - --variant=multi-nightly 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 @@ -79417,7 +81257,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 33 8 7,16,23,30 * * + cron: 42 12 11,25 * * decorate: true decoration_config: skip_cloning: true @@ -79432,7 +81272,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ingress-lbtype-nlb-subnets-mini-perm-arm-amd-day0-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-ipv4-subnet-arm-f14 spec: containers: - args: @@ -79442,7 +81282,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ingress-lbtype-nlb-subnets-mini-perm-arm-amd-day0-f7 + - --target=aws-ipi-ovn-ipv4-subnet-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -79507,7 +81347,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 19 11 6,20 * * + cron: 5 17 27 * * decorate: true decoration_config: skip_cloning: true @@ -79522,7 +81362,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ingress-lbtype-nlb-tp-amd-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-ipv4-subnet-arm-f28-destructive spec: containers: - args: @@ -79532,7 +81372,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ingress-lbtype-nlb-tp-amd-f14 + - --target=aws-ipi-ovn-ipv4-subnet-arm-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -79597,7 +81437,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 21 16 4 * * + cron: 36 12 17 * * decorate: true decoration_config: skip_cloning: true @@ -79612,7 +81452,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ingress-lbtype-nlb-tp-arm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-priv-sts-basecap-none-mini-perm-amd-f28-destructive spec: containers: - args: @@ -79622,7 +81462,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ingress-lbtype-nlb-tp-arm-f28-destructive + - --target=aws-ipi-priv-sts-basecap-none-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -79687,7 +81527,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 11 21 16 * * + cron: 51 0 6,22 * * decorate: true decoration_config: skip_cloning: true @@ -79697,12 +81537,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-1-qe + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-localzone-rootvolume-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-priv-sts-basecap-none-mini-perm-arm-f14 spec: containers: - args: @@ -79712,7 +81552,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-localzone-rootvolume-f28-destructive + - --target=aws-ipi-priv-sts-basecap-none-mini-perm-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -79777,7 +81617,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 50 3 1,8,15,24 * * + cron: 54 8 16,30 * * decorate: true decoration_config: skip_cloning: true @@ -79787,12 +81627,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-1-qe + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-localzone-rootvolume-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-private-byo-subnet-role-mini-perm-arm-f14 spec: containers: - args: @@ -79802,7 +81642,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-localzone-rootvolume-f7 + - --target=aws-ipi-private-byo-subnet-role-mini-perm-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -79867,7 +81707,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 46 18 6,13,20,27 * * + cron: 55 1 22 * * decorate: true decoration_config: skip_cloning: true @@ -79882,7 +81722,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-amd-cp-infra-to-arm-cp-infra-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-private-byo-subnet-role-mini-perm-arm-f28-destructive spec: containers: - args: @@ -79892,7 +81732,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-amd-cp-infra-to-arm-cp-infra-f7 + - --target=aws-ipi-private-byo-subnet-role-mini-perm-arm-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -79957,7 +81797,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 16 2 11,25 * * + cron: 57 18 26 * * decorate: true decoration_config: skip_cloning: true @@ -79972,18 +81812,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-arm-mixarch-mto-hypershift-arm-guest-f14 - reporter_config: - slack: - channel: '#forum-prow-hypershift-qe-ci' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-private-ingress-lbtype-nlb-tp-amd-f28-destructive spec: containers: - args: @@ -79993,7 +81822,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-arm-mixarch-mto-hypershift-arm-guest-f14 + - --target=aws-ipi-private-ingress-lbtype-nlb-tp-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -80058,7 +81887,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 36 0 7,23 * * + cron: 11 22 6,22 * * decorate: true decoration_config: skip_cloning: true @@ -80073,18 +81902,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-arm-mixarch-mto-hypershift-arm-mgmt-f14 - reporter_config: - slack: - channel: '#forum-prow-hypershift-qe-ci' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-private-ingress-lbtype-nlb-tp-arm-f14 spec: containers: - args: @@ -80094,7 +81912,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-arm-mixarch-mto-hypershift-arm-mgmt-f14 + - --target=aws-ipi-private-ingress-lbtype-nlb-tp-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -80159,7 +81977,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 55 8 6,13,20,27 * * + cron: 13 13 4 * * decorate: true decoration_config: skip_cloning: true @@ -80169,12 +81987,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud-cluster-profile: aws ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-compact-arm-cp-infra-to-amd-cp-infra-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-public-ipv4-pool-byo-subnet-amd-f28-destructive spec: containers: - args: @@ -80184,7 +82002,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-compact-arm-cp-infra-to-amd-cp-infra-f7 + - --target=aws-ipi-public-ipv4-pool-byo-subnet-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -80249,7 +82067,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 53 14 26 * * + cron: 33 8 4,18 * * decorate: true decoration_config: skip_cloning: true @@ -80259,12 +82077,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud-cluster-profile: aws ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-efs-fips-amd-f28-destructive-ui + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-public-ipv4-pool-byo-subnet-mini-perm-arm-f14 spec: containers: - args: @@ -80274,7 +82092,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-efs-fips-amd-f28-destructive-ui + - --target=aws-ipi-public-ipv4-pool-byo-subnet-mini-perm-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -80339,7 +82157,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 11 3 25 * * + cron: 6 22 30 * * decorate: true decoration_config: skip_cloning: true @@ -80349,12 +82167,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud-cluster-profile: aws ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-ipsec-mini-perm-amd-arm-day0-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-public-ipv4-pool-mini-perm-amd-f28-destructive spec: containers: - args: @@ -80364,7 +82182,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-ipsec-mini-perm-amd-arm-day0-f28-destructive + - --target=aws-ipi-public-ipv4-pool-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -80429,7 +82247,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 30 13 5,12,19,26 * * + cron: 57 17 12,26 * * decorate: true decoration_config: skip_cloning: true @@ -80439,12 +82257,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud-cluster-profile: aws-2 ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-ipsec-mini-perm-arm-mixarch-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-public-ipv4-pool-mini-perm-arm-f14 spec: containers: - args: @@ -80454,7 +82272,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-ipsec-mini-perm-arm-mixarch-f7 + - --target=aws-ipi-public-ipv4-pool-mini-perm-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -80519,7 +82337,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 42 12 11,25 * * + cron: 3 10 2 * * decorate: true decoration_config: skip_cloning: true @@ -80534,7 +82352,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-ipv4-subnet-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-sno-etcd-encryption-basecap-none-amd-f28-destructive spec: containers: - args: @@ -80544,7 +82362,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-ipv4-subnet-arm-f14 + - --target=aws-ipi-sno-etcd-encryption-basecap-none-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -80609,7 +82427,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 5 17 27 * * + cron: 15 23 2,9,16,23 * * decorate: true decoration_config: skip_cloning: true @@ -80624,7 +82442,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-ovn-ipv4-subnet-arm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-sno-etcd-encryption-basecap-none-arm-f7 spec: containers: - args: @@ -80634,7 +82452,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-ovn-ipv4-subnet-arm-f28-destructive + - --target=aws-ipi-sno-etcd-encryption-basecap-none-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -80699,7 +82517,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 36 12 17 * * + cron: 37 19 3,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -80714,7 +82532,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-priv-sts-basecap-none-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-sno-lvms-arm-f7 spec: containers: - args: @@ -80724,7 +82542,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-priv-sts-basecap-none-mini-perm-amd-f28-destructive + - --target=aws-ipi-sno-lvms-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -80789,7 +82607,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 51 0 6,22 * * + cron: 31 21 3,10,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -80804,7 +82622,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-priv-sts-basecap-none-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-short-cert-rotation-arm-f7 spec: containers: - args: @@ -80814,7 +82632,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-priv-sts-basecap-none-mini-perm-arm-f14 + - --target=aws-short-cert-rotation-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -80879,7 +82697,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 54 8 16,30 * * + cron: 51 21 16 * * decorate: true decoration_config: skip_cloning: true @@ -80894,7 +82712,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-private-byo-subnet-role-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-upi-basecap-none-amd-f28-destructive spec: containers: - args: @@ -80904,7 +82722,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-private-byo-subnet-role-mini-perm-arm-f14 + - --target=aws-upi-basecap-none-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -80969,7 +82787,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 55 1 22 * * + cron: 3 12 1,8,15,24 * * decorate: true decoration_config: skip_cloning: true @@ -80984,7 +82802,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-private-byo-subnet-role-mini-perm-arm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-upi-basecap-none-arm-f7 spec: containers: - args: @@ -80994,7 +82812,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-private-byo-subnet-role-mini-perm-arm-f28-destructive + - --target=aws-upi-basecap-none-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -81058,8 +82876,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 57 18 26 * * + cluster: build01 + cron: 48 1 16,30 * * decorate: true decoration_config: skip_cloning: true @@ -81068,13 +82886,24 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-private-ingress-lbtype-nlb-tp-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-aks-hypershift-guest-f14 + reporter_config: + slack: + channel: '#forum-prow-hypershift-qe-ci' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -81084,7 +82913,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-private-ingress-lbtype-nlb-tp-amd-f28-destructive + - --target=azure-aks-hypershift-guest-f14 - --variant=multi-nightly command: - ci-operator @@ -81148,8 +82977,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 11 22 6,22 * * + cluster: build01 + cron: 37 4 5,19 * * decorate: true decoration_config: skip_cloning: true @@ -81158,13 +82987,24 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-private-ingress-lbtype-nlb-tp-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-aks-hypershift-guest-reversed-f14 + reporter_config: + slack: + channel: '#forum-prow-hypershift-qe-ci' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -81174,7 +83014,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-private-ingress-lbtype-nlb-tp-arm-f14 + - --target=azure-aks-hypershift-guest-reversed-f14 - --variant=multi-nightly command: - ci-operator @@ -81238,8 +83078,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 13 13 4 * * + cluster: build01 + cron: 25 17 1,8,15,24 * * decorate: true decoration_config: skip_cloning: true @@ -81248,13 +83088,24 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-public-ipv4-pool-byo-subnet-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-amd-f7-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -81264,7 +83115,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-public-ipv4-pool-byo-subnet-amd-f28-destructive + - --target=azure-ipi-amd-f7-netobserv - --variant=multi-nightly command: - ci-operator @@ -81328,8 +83179,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 33 8 4,18 * * + cluster: build01 + cron: 19 1 1,8,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -81338,13 +83189,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-public-ipv4-pool-byo-subnet-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-arm-mixarch-disc-fullypriv-f7-day2-64k-pagesize spec: containers: - args: @@ -81354,7 +83205,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-public-ipv4-pool-byo-subnet-mini-perm-arm-f14 + - --target=azure-ipi-arm-mixarch-disc-fullypriv-f7-day2-64k-pagesize - --variant=multi-nightly command: - ci-operator @@ -81418,8 +83269,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 6 22 30 * * + cluster: build01 + cron: 34 20 1,17 * * decorate: true decoration_config: skip_cloning: true @@ -81428,13 +83279,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-public-ipv4-pool-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-arm-mixarch-f14-ui spec: containers: - args: @@ -81444,7 +83295,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-public-ipv4-pool-mini-perm-amd-f28-destructive + - --target=azure-ipi-arm-mixarch-f14-ui - --variant=multi-nightly command: - ci-operator @@ -81508,8 +83359,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 57 17 12,26 * * + cluster: build01 + cron: 1 21 21 * * decorate: true decoration_config: skip_cloning: true @@ -81518,13 +83369,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-2 + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-public-ipv4-pool-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-basecap-vset-additionalcap-amd-f28-destructive spec: containers: - args: @@ -81534,7 +83385,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-public-ipv4-pool-mini-perm-arm-f14 + - --target=azure-ipi-basecap-vset-additionalcap-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -81598,8 +83449,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 3 10 2 * * + cluster: build01 + cron: 59 11 1,8,15,24 * * decorate: true decoration_config: skip_cloning: true @@ -81608,13 +83459,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-sno-etcd-encryption-basecap-none-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-basecap-vset-additionalcap-mini-perm-arm-f7 spec: containers: - args: @@ -81624,7 +83475,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-sno-etcd-encryption-basecap-none-amd-f28-destructive + - --target=azure-ipi-basecap-vset-additionalcap-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -81688,8 +83539,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 15 23 2,9,16,23 * * + cluster: build01 + cron: 21 22 5 * * decorate: true decoration_config: skip_cloning: true @@ -81698,13 +83549,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-sno-etcd-encryption-basecap-none-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-basecap-vset-mini-perm-amd-f28-destructive spec: containers: - args: @@ -81714,7 +83565,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-sno-etcd-encryption-basecap-none-arm-f7 + - --target=azure-ipi-basecap-vset-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -81778,8 +83629,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 37 19 3,12,19,26 * * + cluster: build01 + cron: 42 5 3,10,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -81788,13 +83639,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-sno-lvms-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-basecap-vset-mini-perm-arm-f7 spec: containers: - args: @@ -81804,7 +83655,97 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-ipi-sno-lvms-arm-f7 + - --target=azure-ipi-basecap-vset-mini-perm-arm-f7 + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 14 21 6 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-custom-dns-mini-perm-tp-amd-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=azure-ipi-custom-dns-mini-perm-tp-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -81868,8 +83809,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 31 21 3,10,17,24 * * + cluster: build01 + cron: 34 8 4,13,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -81878,13 +83819,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-short-cert-rotation-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-custom-dns-mini-perm-tp-arm-f7 spec: containers: - args: @@ -81894,7 +83835,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-short-cert-rotation-arm-f7 + - --target=azure-ipi-custom-dns-mini-perm-tp-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -81958,8 +83899,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 51 21 16 * * + cluster: build01 + cron: 50 15 6 * * decorate: true decoration_config: skip_cloning: true @@ -81968,13 +83909,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-upi-basecap-none-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-custom-masternameprefix-tp-amd-f28 spec: containers: - args: @@ -81984,7 +83925,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-upi-basecap-none-amd-f28-destructive + - --target=azure-ipi-custom-masternameprefix-tp-amd-f28 - --variant=multi-nightly command: - ci-operator @@ -82048,8 +83989,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build10 - cron: 3 12 1,8,15,24 * * + cluster: build01 + cron: 40 5 3 * * decorate: true decoration_config: skip_cloning: true @@ -82058,13 +83999,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: aws - ci-operator.openshift.io/cloud-cluster-profile: aws-qe + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-upi-basecap-none-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-custom-masternameprefix-tp-arm-f28-destructive spec: containers: - args: @@ -82074,7 +84015,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-upi-basecap-none-arm-f7 + - --target=azure-ipi-custom-masternameprefix-tp-arm-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -82139,7 +84080,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 48 1 16,30 * * + cron: 53 9 11,27 * * decorate: true decoration_config: skip_cloning: true @@ -82154,18 +84095,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-aks-hypershift-guest-f14 - reporter_config: - slack: - channel: '#forum-prow-hypershift-qe-ci' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-des-arm-regen-cert-f14 spec: containers: - args: @@ -82175,7 +84105,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-aks-hypershift-guest-f14 + - --target=azure-ipi-des-arm-regen-cert-f14 - --variant=multi-nightly command: - ci-operator @@ -82240,7 +84170,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 37 4 5,19 * * + cron: 3 15 25 * * decorate: true decoration_config: skip_cloning: true @@ -82255,18 +84185,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-aks-hypershift-guest-reversed-f14 - reporter_config: - slack: - channel: '#forum-prow-hypershift-qe-ci' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-des-day2-arm-f28 spec: containers: - args: @@ -82276,7 +84195,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-aks-hypershift-guest-reversed-f14 + - --target=azure-ipi-des-day2-arm-f28 - --variant=multi-nightly command: - ci-operator @@ -82341,7 +84260,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 25 17 1,8,15,24 * * + cron: 47 1 24 * * decorate: true decoration_config: skip_cloning: true @@ -82356,18 +84275,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-amd-f7-netobserv - reporter_config: - slack: - channel: '#team-qe-netobserv' - job_states_to_report: - - aborted - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-des-day2-fips-amd-f28-destructive spec: containers: - args: @@ -82377,7 +84285,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-amd-f7-netobserv + - --target=azure-ipi-des-day2-fips-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -82442,7 +84350,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 19 1 1,8,17,24 * * + cron: 55 13 6,22 * * decorate: true decoration_config: skip_cloning: true @@ -82457,7 +84365,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-arm-mixarch-disc-fullypriv-f7-day2-64k-pagesize + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-des-mini-perm-arm-f14 spec: containers: - args: @@ -82467,7 +84375,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-arm-mixarch-disc-fullypriv-f7-day2-64k-pagesize + - --target=azure-ipi-des-mini-perm-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -82532,7 +84440,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 34 20 1,17 * * + cron: 42 0 11 * * decorate: true decoration_config: skip_cloning: true @@ -82547,7 +84455,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-arm-mixarch-f14-ui + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-des-mini-perm-fips-amd-f28-destructive spec: containers: - args: @@ -82557,7 +84465,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-arm-mixarch-f14-ui + - --target=azure-ipi-des-mini-perm-fips-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -82622,7 +84530,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 1 21 21 * * + cron: 13 2 16 * * decorate: true decoration_config: skip_cloning: true @@ -82637,7 +84545,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-basecap-vset-additionalcap-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-des-mini-perm-fips-rhcos10-tp-amd-f28-destructive spec: containers: - args: @@ -82647,21 +84555,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-basecap-vset-additionalcap-amd-f28-destructive + - --target=azure-ipi-des-mini-perm-fips-rhcos10-tp-amd-f28-destructive - --variant=multi-nightly 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 @@ -82712,7 +84612,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 59 11 1,8,15,24 * * + cron: 24 13 9,25 * * decorate: true decoration_config: skip_cloning: true @@ -82727,7 +84627,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-basecap-vset-additionalcap-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-des-mini-perm-rhcos10-tp-arm-f14 spec: containers: - args: @@ -82737,21 +84637,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-basecap-vset-additionalcap-mini-perm-arm-f7 + - --target=azure-ipi-des-mini-perm-rhcos10-tp-arm-f14 - --variant=multi-nightly 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 @@ -82802,7 +84694,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 21 22 5 * * + cron: 36 7 23 * * decorate: true decoration_config: skip_cloning: true @@ -82817,7 +84709,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-basecap-vset-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-disc-fullypriv-amd-mixarch-f28-destructive spec: containers: - args: @@ -82827,7 +84719,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-basecap-vset-mini-perm-amd-f28-destructive + - --target=azure-ipi-disc-fullypriv-amd-mixarch-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -82892,7 +84784,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 42 5 3,10,17,24 * * + cron: 5 5 3,10,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -82907,7 +84799,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-basecap-vset-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-disc-fullypriv-arm-mixarch-f7 spec: containers: - args: @@ -82917,7 +84809,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-basecap-vset-mini-perm-arm-f7 + - --target=azure-ipi-disc-fullypriv-arm-mixarch-f7 - --variant=multi-nightly command: - ci-operator @@ -82982,7 +84874,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 14 21 6 * * + cron: 53 15 7,14,21,28 * * decorate: true decoration_config: skip_cloning: true @@ -82997,7 +84889,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-custom-dns-mini-perm-tp-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-etcd-encrypt-compact-mini-perm-rhcos10-tp-arm-f7 spec: containers: - args: @@ -83007,21 +84899,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-custom-dns-mini-perm-tp-amd-f28-destructive + - --target=azure-ipi-etcd-encrypt-compact-mini-perm-rhcos10-tp-arm-f7 - --variant=multi-nightly 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 @@ -83072,7 +84956,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 34 8 4,13,20,27 * * + cron: 8 13 27 * * decorate: true decoration_config: skip_cloning: true @@ -83087,7 +84971,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-custom-dns-mini-perm-tp-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-etcd-encrypt-compact-rhcos10-tp-amd-f28-destructive spec: containers: - args: @@ -83097,21 +84981,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-custom-dns-mini-perm-tp-arm-f7 + - --target=azure-ipi-etcd-encrypt-compact-rhcos10-tp-amd-f28-destructive - --variant=multi-nightly 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 @@ -83162,7 +85038,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 50 15 6 * * + cron: 18 23 3 * * decorate: true decoration_config: skip_cloning: true @@ -83177,7 +85053,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-custom-masternameprefix-tp-amd-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-fullyprivate-internal-registry-amd-f28-destructive spec: containers: - args: @@ -83187,7 +85063,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-custom-masternameprefix-tp-amd-f28 + - --target=azure-ipi-fullyprivate-internal-registry-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -83252,7 +85128,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 40 5 3 * * + cron: 15 6 4,11,18,27 * * decorate: true decoration_config: skip_cloning: true @@ -83267,7 +85143,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-custom-masternameprefix-tp-arm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-fullyprivate-internal-registry-mini-perm-arm-f7 spec: containers: - args: @@ -83277,7 +85153,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-custom-masternameprefix-tp-arm-f28-destructive + - --target=azure-ipi-fullyprivate-internal-registry-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -83342,7 +85218,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 53 9 11,27 * * + cron: 3 16 25 * * decorate: true decoration_config: skip_cloning: true @@ -83357,7 +85233,17 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-des-arm-regen-cert-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-fullyprivate-proxy-arm-f28-longduration-cloud + reporter_config: + slack: + channel: '#forum-prow-long-duration-cloudinfra-testcases' + job_states_to_report: + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -83367,7 +85253,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-des-arm-regen-cert-f14 + - --target=azure-ipi-fullyprivate-proxy-arm-f28-longduration-cloud - --variant=multi-nightly command: - ci-operator @@ -83432,7 +85318,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 3 15 25 * * + cron: 32 16 2 * * decorate: true decoration_config: skip_cloning: true @@ -83447,7 +85333,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-des-day2-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-fullyprivate-proxy-mini-perm-amd-f28-destructive spec: containers: - args: @@ -83457,7 +85343,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-des-day2-arm-f28 + - --target=azure-ipi-fullyprivate-proxy-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -83522,7 +85408,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 47 1 24 * * + cron: 44 4 7,14,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -83537,7 +85423,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-des-day2-fips-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-fullyprivate-proxy-mini-perm-arm-f7 spec: containers: - args: @@ -83547,7 +85433,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-des-day2-fips-amd-f28-destructive + - --target=azure-ipi-fullyprivate-proxy-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -83612,7 +85498,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 55 13 6,22 * * + cron: 12 5 4 * * decorate: true decoration_config: skip_cloning: true @@ -83627,7 +85513,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-des-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-identity-none-amd-f28-destructive spec: containers: - args: @@ -83637,7 +85523,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-des-mini-perm-arm-f14 + - --target=azure-ipi-identity-none-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -83702,7 +85588,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 42 0 11 * * + cron: 24 8 10,26 * * decorate: true decoration_config: skip_cloning: true @@ -83717,7 +85603,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-des-mini-perm-fips-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-identity-none-mini-perm-arm-f14 spec: containers: - args: @@ -83727,7 +85613,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-des-mini-perm-fips-amd-f28-destructive + - --target=azure-ipi-identity-none-mini-perm-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -83792,7 +85678,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 36 7 23 * * + cron: 34 6 24 * * decorate: true decoration_config: skip_cloning: true @@ -83807,7 +85693,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-disc-fullypriv-amd-mixarch-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-mixed-apiserver-internal-amd-f28-destructive spec: containers: - args: @@ -83817,7 +85703,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-disc-fullypriv-amd-mixarch-f28-destructive + - --target=azure-ipi-mixed-apiserver-internal-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -83882,7 +85768,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 5 5 3,10,17,24 * * + cron: 4 21 1,8,15,24 * * decorate: true decoration_config: skip_cloning: true @@ -83897,7 +85783,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-disc-fullypriv-arm-mixarch-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-mixed-apiserver-internal-mini-perm-arm-f7 spec: containers: - args: @@ -83907,7 +85793,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-disc-fullypriv-arm-mixarch-f7 + - --target=azure-ipi-mixed-apiserver-internal-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -83972,7 +85858,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 18 23 3 * * + cron: 52 1 24 * * decorate: true decoration_config: skip_cloning: true @@ -83987,7 +85873,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-fullyprivate-internal-registry-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-mixed-ingress-internal-amd-f28-destructive spec: containers: - args: @@ -83997,7 +85883,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-fullyprivate-internal-registry-amd-f28-destructive + - --target=azure-ipi-mixed-ingress-internal-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -84062,7 +85948,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 15 6 4,11,18,27 * * + cron: 6 8 7,14,21,30 * * decorate: true decoration_config: skip_cloning: true @@ -84077,7 +85963,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-fullyprivate-internal-registry-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-mixed-ingress-internal-mini-perm-arm-f7 spec: containers: - args: @@ -84087,7 +85973,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-fullyprivate-internal-registry-mini-perm-arm-f7 + - --target=azure-ipi-mixed-ingress-internal-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -84152,7 +86038,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 3 16 25 * * + cron: 1 7 8 * * decorate: true decoration_config: skip_cloning: true @@ -84167,17 +86053,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-fullyprivate-proxy-arm-f28-longduration-cloud - reporter_config: - slack: - channel: '#forum-prow-long-duration-cloudinfra-testcases' - job_states_to_report: - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-mto-amd-mixarch-f28-destructive spec: containers: - args: @@ -84187,7 +86063,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-fullyprivate-proxy-arm-f28-longduration-cloud + - --target=azure-ipi-mto-amd-mixarch-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -84252,7 +86128,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 32 16 2 * * + cron: 4 6 4,11,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -84267,7 +86143,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-fullyprivate-proxy-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-mto-arm-mixarch-f7 spec: containers: - args: @@ -84277,7 +86153,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-fullyprivate-proxy-mini-perm-amd-f28-destructive + - --target=azure-ipi-mto-arm-mixarch-f7 - --variant=multi-nightly command: - ci-operator @@ -84342,7 +86218,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 44 4 7,14,23,30 * * + cron: 2 13 9,25 * * decorate: true decoration_config: skip_cloning: true @@ -84357,7 +86233,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-fullyprivate-proxy-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-etcd-mini-perm-rhcos10-tp-arm-f14 spec: containers: - args: @@ -84367,21 +86243,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-fullyprivate-proxy-mini-perm-arm-f7 + - --target=azure-ipi-multi-disk-etcd-mini-perm-rhcos10-tp-arm-f14 - --variant=multi-nightly 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 @@ -84432,7 +86300,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 12 5 4 * * + cron: 41 7 1 * * decorate: true decoration_config: skip_cloning: true @@ -84447,7 +86315,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-identity-none-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-etcd-mini-perm-tp-amd-f28-destructive spec: containers: - args: @@ -84457,7 +86325,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-identity-none-amd-f28-destructive + - --target=azure-ipi-multi-disk-etcd-mini-perm-tp-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -84522,7 +86390,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 24 8 10,26 * * + cron: 35 1 6,22 * * decorate: true decoration_config: skip_cloning: true @@ -84537,7 +86405,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-identity-none-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-etcd-mini-perm-tp-arm-f14 spec: containers: - args: @@ -84547,7 +86415,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-identity-none-mini-perm-arm-f14 + - --target=azure-ipi-multi-disk-etcd-mini-perm-tp-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -84612,7 +86480,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 34 6 24 * * + cron: 5 8 14 * * decorate: true decoration_config: skip_cloning: true @@ -84627,7 +86495,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-mixed-apiserver-internal-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-etcd-rhcos10-tp-amd-f28-destructive spec: containers: - args: @@ -84637,21 +86505,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-mixed-apiserver-internal-amd-f28-destructive + - --target=azure-ipi-multi-disk-etcd-rhcos10-tp-amd-f28-destructive - --variant=multi-nightly 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 @@ -84702,7 +86562,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 4 21 1,8,15,24 * * + cron: 12 10 6,22 * * decorate: true decoration_config: skip_cloning: true @@ -84717,7 +86577,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-mixed-apiserver-internal-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-swap-mini-perm-rhcos10-tp-arm-f14 spec: containers: - args: @@ -84727,21 +86587,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-mixed-apiserver-internal-mini-perm-arm-f7 + - --target=azure-ipi-multi-disk-swap-mini-perm-rhcos10-tp-arm-f14 - --variant=multi-nightly 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 @@ -84792,7 +86644,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 52 1 24 * * + cron: 23 15 15 * * decorate: true decoration_config: skip_cloning: true @@ -84807,7 +86659,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-mixed-ingress-internal-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-swap-mini-perm-tp-amd-f28-destructive spec: containers: - args: @@ -84817,7 +86669,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-mixed-ingress-internal-amd-f28-destructive + - --target=azure-ipi-multi-disk-swap-mini-perm-tp-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -84882,7 +86734,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 6 8 7,14,21,30 * * + cron: 53 6 7,21 * * decorate: true decoration_config: skip_cloning: true @@ -84897,7 +86749,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-mixed-ingress-internal-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-swap-mini-perm-tp-arm-f14 spec: containers: - args: @@ -84907,7 +86759,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-mixed-ingress-internal-mini-perm-arm-f7 + - --target=azure-ipi-multi-disk-swap-mini-perm-tp-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -84972,7 +86824,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 1 7 8 * * + cron: 15 13 6 * * decorate: true decoration_config: skip_cloning: true @@ -84987,7 +86839,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-mto-amd-mixarch-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-swap-rhcos10-tp-amd-f28-destructive spec: containers: - args: @@ -84997,21 +86849,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-mto-amd-mixarch-f28-destructive + - --target=azure-ipi-multi-disk-swap-rhcos10-tp-amd-f28-destructive - --variant=multi-nightly 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 @@ -85062,7 +86906,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 4 6 4,11,20,27 * * + cron: 13 20 14,30 * * decorate: true decoration_config: skip_cloning: true @@ -85077,7 +86921,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-mto-arm-mixarch-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-user-defined-mini-perm-tp-arm-f14 spec: containers: - args: @@ -85087,7 +86931,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-mto-arm-mixarch-f7 + - --target=azure-ipi-multi-disk-user-defined-mini-perm-tp-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -85152,7 +86996,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 41 7 1 * * + cron: 48 4 3 * * decorate: true decoration_config: skip_cloning: true @@ -85167,7 +87011,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-etcd-mini-perm-tp-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-user-defined-tp-amd-f28-destructive spec: containers: - args: @@ -85177,7 +87021,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-multi-disk-etcd-mini-perm-tp-amd-f28-destructive + - --target=azure-ipi-multi-disk-user-defined-tp-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -85242,7 +87086,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 35 1 6,22 * * + cron: 56 12 7,21 * * decorate: true decoration_config: skip_cloning: true @@ -85257,7 +87101,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-etcd-mini-perm-tp-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-usrdef-mini-perm-rhcos10-tp-arm-f14 spec: containers: - args: @@ -85267,7 +87111,171 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-multi-disk-etcd-mini-perm-tp-arm-f14 + - --target=azure-ipi-multi-disk-usrdef-mini-perm-rhcos10-tp-arm-f14 + - --variant=multi-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 1 20 9 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-usrdef-rhcos10-tp-amd-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=azure-ipi-multi-disk-usrdef-rhcos10-tp-amd-f28-destructive + - --variant=multi-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 16 16 6 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-mzone-byo-subnets-amd-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=azure-ipi-nat-gateway-mzone-byo-subnets-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -85332,7 +87340,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 23 15 15 * * + cron: 42 21 6,13,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -85347,7 +87355,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-swap-mini-perm-tp-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-mzone-byo-subnets-mini-perm-arm-f7 spec: containers: - args: @@ -85357,7 +87365,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-multi-disk-swap-mini-perm-tp-amd-f28-destructive + - --target=azure-ipi-nat-gateway-mzone-byo-subnets-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -85422,7 +87430,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 53 6 7,21 * * + cron: 32 14 25 * * decorate: true decoration_config: skip_cloning: true @@ -85437,7 +87445,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-swap-mini-perm-tp-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-mzone-mini-perm-amd-f28-destructive spec: containers: - args: @@ -85447,7 +87455,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-multi-disk-swap-mini-perm-tp-arm-f14 + - --target=azure-ipi-nat-gateway-mzone-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -85512,7 +87520,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 13 20 14,30 * * + cron: 17 1 5,12,19,26 * * decorate: true decoration_config: skip_cloning: true @@ -85527,7 +87535,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-user-defined-mini-perm-tp-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-mzone-mini-perm-arm-f7 spec: containers: - args: @@ -85537,7 +87545,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-multi-disk-user-defined-mini-perm-tp-arm-f14 + - --target=azure-ipi-nat-gateway-mzone-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -85602,7 +87610,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 48 4 3 * * + cron: 5 14 4 * * decorate: true decoration_config: skip_cloning: true @@ -85617,7 +87625,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-multi-disk-user-defined-tp-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-szone-byo-subnets-amd-f28-destructive spec: containers: - args: @@ -85627,7 +87635,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-multi-disk-user-defined-tp-amd-f28-destructive + - --target=azure-ipi-nat-gateway-szone-byo-subnets-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -85692,7 +87700,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 16 16 6 * * + cron: 41 18 1,8,15,24 * * decorate: true decoration_config: skip_cloning: true @@ -85707,7 +87715,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-mzone-byo-subnets-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-szone-byo-subnets-mini-perm-arm-f7 spec: containers: - args: @@ -85717,7 +87725,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-nat-gateway-mzone-byo-subnets-amd-f28-destructive + - --target=azure-ipi-nat-gateway-szone-byo-subnets-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -85782,7 +87790,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 42 21 6,13,22,29 * * + cron: 53 14 12 * * decorate: true decoration_config: skip_cloning: true @@ -85797,7 +87805,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-mzone-byo-subnets-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-szone-mini-perm-amd-f28-destructive spec: containers: - args: @@ -85807,7 +87815,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-nat-gateway-mzone-byo-subnets-mini-perm-arm-f7 + - --target=azure-ipi-nat-gateway-szone-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -85872,7 +87880,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 32 14 25 * * + cron: 13 10 7,14,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -85887,7 +87895,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-mzone-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-szone-mini-perm-arm-f7 spec: containers: - args: @@ -85897,7 +87905,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-nat-gateway-mzone-mini-perm-amd-f28-destructive + - --target=azure-ipi-nat-gateway-szone-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -85962,7 +87970,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 17 1 5,12,19,26 * * + cron: 41 23 12 * * decorate: true decoration_config: skip_cloning: true @@ -85977,7 +87985,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-mzone-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-oidc-mini-perm-amd-f28-destructive spec: containers: - args: @@ -85987,7 +87995,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-nat-gateway-mzone-mini-perm-arm-f7 + - --target=azure-ipi-oidc-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -86052,7 +88060,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 5 14 4 * * + cron: 33 14 1,10,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -86067,7 +88075,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-szone-byo-subnets-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-oidc-mini-perm-arm-f7 spec: containers: - args: @@ -86077,7 +88085,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-nat-gateway-szone-byo-subnets-amd-f28-destructive + - --target=azure-ipi-oidc-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -86142,7 +88150,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 41 18 1,8,15,24 * * + cron: 16 3 25 * * decorate: true decoration_config: skip_cloning: true @@ -86157,7 +88165,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-szone-byo-subnets-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-etcd-encryption-compact-amd-f28-destructive spec: containers: - args: @@ -86167,7 +88175,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-nat-gateway-szone-byo-subnets-mini-perm-arm-f7 + - --target=azure-ipi-ovn-etcd-encryption-compact-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -86232,7 +88240,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 53 14 12 * * + cron: 7 15 1,10,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -86247,7 +88255,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-szone-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-etcd-encryption-compact-mini-perm-arm-f7 spec: containers: - args: @@ -86257,7 +88265,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-nat-gateway-szone-mini-perm-amd-f28-destructive + - --target=azure-ipi-ovn-etcd-encryption-compact-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -86322,7 +88330,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 13 10 7,14,23,30 * * + cron: 20 17 13 * * decorate: true decoration_config: skip_cloning: true @@ -86337,7 +88345,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-nat-gateway-szone-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-ipsec-azurefile-csi-amd-f28-destructive spec: containers: - args: @@ -86347,7 +88355,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-nat-gateway-szone-mini-perm-arm-f7 + - --target=azure-ipi-ovn-ipsec-azurefile-csi-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -86412,7 +88420,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 41 23 12 * * + cron: 54 8 6,13,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -86427,7 +88435,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-oidc-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f7 spec: containers: - args: @@ -86437,7 +88445,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-oidc-mini-perm-amd-f28-destructive + - --target=azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -86502,7 +88510,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 33 14 1,10,17,24 * * + cron: 31 0 3 * * decorate: true decoration_config: skip_cloning: true @@ -86517,7 +88525,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-oidc-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-ipsec-file-csi-rhcos10-tp-amd-f28-destructive spec: containers: - args: @@ -86527,7 +88535,171 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-oidc-mini-perm-arm-f7 + - --target=azure-ipi-ovn-ipsec-file-csi-rhcos10-tp-amd-f28-destructive + - --variant=multi-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 23 7 6,15,22,29 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-ipsec-file-csi-rhcos10-tp-mini-perm-arm-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=azure-ipi-ovn-ipsec-file-csi-rhcos10-tp-mini-perm-arm-f7 + - --variant=multi-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 5 16 30 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-private-custom-dns-mini-perm-tp-amd-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=azure-ipi-private-custom-dns-mini-perm-tp-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -86592,7 +88764,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 16 3 25 * * + cron: 25 8 1,8,15,22 * * decorate: true decoration_config: skip_cloning: true @@ -86607,7 +88779,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-etcd-encryption-compact-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-private-custom-dns-mini-perm-tp-arm-f7 spec: containers: - args: @@ -86617,7 +88789,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-etcd-encryption-compact-amd-f28-destructive + - --target=azure-ipi-private-custom-dns-mini-perm-tp-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -86682,7 +88854,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 7 15 1,10,17,24 * * + cron: 31 11 7 * * decorate: true decoration_config: skip_cloning: true @@ -86697,7 +88869,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-etcd-encryption-compact-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-private-spec-net-type-spec-perm-amd-f28-destructive spec: containers: - args: @@ -86707,7 +88879,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-etcd-encryption-compact-mini-perm-arm-f7 + - --target=azure-ipi-private-spec-net-type-spec-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -86772,7 +88944,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 20 17 13 * * + cron: 32 23 6,13,20,29 * * decorate: true decoration_config: skip_cloning: true @@ -86787,7 +88959,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-ipsec-azurefile-csi-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-private-spec-net-type-spec-perm-arm-f7 spec: containers: - args: @@ -86797,7 +88969,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-ipsec-azurefile-csi-amd-f28-destructive + - --target=azure-ipi-private-spec-net-type-spec-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -86862,7 +89034,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 54 8 6,13,22,29 * * + cron: 6 15 5 * * decorate: true decoration_config: skip_cloning: true @@ -86877,7 +89049,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-proxy-amd-f28-destructive spec: containers: - args: @@ -86887,7 +89059,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f7 + - --target=azure-ipi-proxy-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -86952,7 +89124,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 5 16 30 * * + cron: 44 6 10,26 * * decorate: true decoration_config: skip_cloning: true @@ -86967,7 +89139,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-private-custom-dns-mini-perm-tp-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-proxy-arm-f14 spec: containers: - args: @@ -86977,7 +89149,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-private-custom-dns-mini-perm-tp-amd-f28-destructive + - --target=azure-ipi-proxy-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -87042,7 +89214,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 25 8 1,8,15,22 * * + cron: 9 22 10 * * decorate: true decoration_config: skip_cloning: true @@ -87057,7 +89229,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-private-custom-dns-mini-perm-tp-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-proxy-tp-amd-f28-destructive spec: containers: - args: @@ -87067,7 +89239,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-private-custom-dns-mini-perm-tp-arm-f7 + - --target=azure-ipi-proxy-tp-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -87132,7 +89304,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 31 11 7 * * + cron: 11 2 2,9,16,25 * * decorate: true decoration_config: skip_cloning: true @@ -87147,7 +89319,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-private-spec-net-type-spec-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-proxy-tp-arm-f7 spec: containers: - args: @@ -87157,7 +89329,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-private-spec-net-type-spec-perm-amd-f28-destructive + - --target=azure-ipi-proxy-tp-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -87222,7 +89394,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 32 23 6,13,20,29 * * + cron: 32 0 7 * * decorate: true decoration_config: skip_cloning: true @@ -87237,7 +89409,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-private-spec-net-type-spec-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-public-to-private-amd-f28-destructive spec: containers: - args: @@ -87247,7 +89419,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-private-spec-net-type-spec-perm-arm-f7 + - --target=azure-ipi-public-to-private-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -87312,7 +89484,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 6 15 5 * * + cron: 41 22 3 * * decorate: true decoration_config: skip_cloning: true @@ -87327,7 +89499,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-proxy-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-public-to-private-arm-f28 spec: containers: - args: @@ -87337,7 +89509,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-proxy-amd-f28-destructive + - --target=azure-ipi-public-to-private-arm-f28 - --variant=multi-nightly command: - ci-operator @@ -87402,7 +89574,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 44 6 10,26 * * + cron: 19 21 9 * * decorate: true decoration_config: skip_cloning: true @@ -87417,7 +89589,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-proxy-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-sharednetwork-public-to-private-amd-f28-destructive spec: containers: - args: @@ -87427,7 +89599,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-proxy-arm-f14 + - --target=azure-ipi-sharednetwork-public-to-private-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -87492,7 +89664,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 9 22 10 * * + cron: 32 13 26 * * decorate: true decoration_config: skip_cloning: true @@ -87507,7 +89679,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-proxy-tp-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-sharednetwork-public-to-private-arm-f28 spec: containers: - args: @@ -87517,7 +89689,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-proxy-tp-amd-f28-destructive + - --target=azure-ipi-sharednetwork-public-to-private-arm-f28 - --variant=multi-nightly command: - ci-operator @@ -87582,7 +89754,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 11 2 2,9,16,25 * * + cron: 4 18 7 * * decorate: true decoration_config: skip_cloning: true @@ -87597,7 +89769,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-proxy-tp-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-sno-etcd-encryption-amd-f28-destructive spec: containers: - args: @@ -87607,7 +89779,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-proxy-tp-arm-f7 + - --target=azure-ipi-sno-etcd-encryption-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -87672,7 +89844,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 32 0 7 * * + cron: 22 13 6,13,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -87687,7 +89859,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-public-to-private-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-sno-etcd-encryption-arm-f7 spec: containers: - args: @@ -87697,7 +89869,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-public-to-private-amd-f28-destructive + - --target=azure-ipi-sno-etcd-encryption-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -87762,7 +89934,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 41 22 3 * * + cron: 25 8 21 * * decorate: true decoration_config: skip_cloning: true @@ -87777,7 +89949,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-public-to-private-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-tp-day2-amd-f28-destructive spec: containers: - args: @@ -87787,7 +89959,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-public-to-private-arm-f28 + - --target=azure-ipi-tp-day2-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -87852,7 +90024,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 19 21 9 * * + cron: 12 22 10 * * decorate: true decoration_config: skip_cloning: true @@ -87867,7 +90039,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-sharednetwork-public-to-private-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-tp-day2-arm-f28 spec: containers: - args: @@ -87877,7 +90049,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-sharednetwork-public-to-private-amd-f28-destructive + - --target=azure-ipi-tp-day2-arm-f28 - --variant=multi-nightly command: - ci-operator @@ -87942,7 +90114,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 32 13 26 * * + cron: 28 6 2 * * decorate: true decoration_config: skip_cloning: true @@ -87957,7 +90129,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-sharednetwork-public-to-private-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ultrassd-disks-fips-mini-perm-amd-f28-destructive spec: containers: - args: @@ -87967,7 +90139,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-sharednetwork-public-to-private-arm-f28 + - --target=azure-ipi-ultrassd-disks-fips-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -88032,7 +90204,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 4 18 7 * * + cron: 1 15 13,27 * * decorate: true decoration_config: skip_cloning: true @@ -88047,7 +90219,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-sno-etcd-encryption-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ultrassd-disks-mini-perm-arm-f14 spec: containers: - args: @@ -88057,7 +90229,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-sno-etcd-encryption-amd-f28-destructive + - --target=azure-ipi-ultrassd-disks-mini-perm-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -88122,7 +90294,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 22 13 6,13,22,29 * * + cron: 44 16 29 * * decorate: true decoration_config: skip_cloning: true @@ -88137,7 +90309,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-sno-etcd-encryption-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-usertags-sa-encryption-amd-f28-destructive spec: containers: - args: @@ -88147,7 +90319,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-sno-etcd-encryption-arm-f7 + - --target=azure-ipi-usertags-sa-encryption-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -88212,7 +90384,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 25 8 21 * * + cron: 20 11 1,8,15,22 * * decorate: true decoration_config: skip_cloning: true @@ -88227,7 +90399,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-tp-day2-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-usertags-sa-encryption-mini-perm-arm-f7 spec: containers: - args: @@ -88237,7 +90409,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-tp-day2-amd-f28-destructive + - --target=azure-ipi-usertags-sa-encryption-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -88302,7 +90474,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 12 22 10 * * + cron: 19 8 4,18 * * decorate: true decoration_config: skip_cloning: true @@ -88317,7 +90489,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-tp-day2-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-vnet-encrypted-ovn-ipv4-subnet-mini-perm-amd-f14 spec: containers: - args: @@ -88327,7 +90499,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-tp-day2-arm-f28 + - --target=azure-ipi-vnet-encrypted-ovn-ipv4-subnet-mini-perm-amd-f14 - --variant=multi-nightly command: - ci-operator @@ -88392,7 +90564,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 28 6 2 * * + cron: 11 12 7 * * decorate: true decoration_config: skip_cloning: true @@ -88407,7 +90579,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ultrassd-disks-fips-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-vnet-ovn-ipv4-subnet-arm-f28-destructive spec: containers: - args: @@ -88417,7 +90589,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ultrassd-disks-fips-mini-perm-amd-f28-destructive + - --target=azure-ipi-vnet-ovn-ipv4-subnet-arm-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -88482,7 +90654,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 1 15 13,27 * * + cron: 5 15 1,8,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -88497,7 +90669,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ultrassd-disks-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-short-cert-rotation-arm-f7 spec: containers: - args: @@ -88507,7 +90679,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ultrassd-disks-mini-perm-arm-f14 + - --target=azure-short-cert-rotation-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -88572,7 +90744,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 44 16 29 * * + cron: 22 2 12 * * decorate: true decoration_config: skip_cloning: true @@ -88587,7 +90759,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-usertags-sa-encryption-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-upi-amd-f28-destructive spec: containers: - args: @@ -88597,7 +90769,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-usertags-sa-encryption-amd-f28-destructive + - --target=azure-upi-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -88662,7 +90834,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 20 11 1,8,15,22 * * + cron: 45 2 7,14,21,28 * * decorate: true decoration_config: skip_cloning: true @@ -88677,7 +90849,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-usertags-sa-encryption-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-upi-mini-perm-arm-f7 spec: containers: - args: @@ -88687,7 +90859,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-usertags-sa-encryption-mini-perm-arm-f7 + - --target=azure-upi-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -88751,8 +90923,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 19 8 4,18 * * + cluster: build06 + cron: 1 16 2,9,16,25 * * decorate: true decoration_config: skip_cloning: true @@ -88761,13 +90933,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-vnet-encrypted-ovn-ipv4-subnet-mini-perm-amd-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-dualstack-arm-vmedia-f7 spec: containers: - args: @@ -88777,7 +90950,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-vnet-encrypted-ovn-ipv4-subnet-mini-perm-amd-f14 + - --target=baremetal-ipi-ovn-dualstack-arm-vmedia-f7 - --variant=multi-nightly command: - ci-operator @@ -88841,8 +91014,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 11 12 7 * * + cluster: build06 + cron: 15 14 4,11,18,25 * * decorate: true decoration_config: skip_cloning: true @@ -88851,13 +91024,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-vnet-ovn-ipv4-subnet-arm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-amd-f7 spec: containers: - args: @@ -88867,7 +91041,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-vnet-ovn-ipv4-subnet-arm-f28-destructive + - --target=baremetal-ipi-ovn-ipv4-amd-f7 - --variant=multi-nightly command: - ci-operator @@ -88931,8 +91105,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 5 15 1,8,17,24 * * + cluster: build06 + cron: 11 21 7,16,23,30 * * decorate: true decoration_config: skip_cloning: true @@ -88941,13 +91115,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-short-cert-rotation-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-arm-f7 spec: containers: - args: @@ -88957,7 +91132,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-short-cert-rotation-arm-f7 + - --target=baremetal-ipi-ovn-ipv4-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -89021,8 +91196,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 22 2 12 * * + cluster: build06 + cron: 7 16 29 * * decorate: true decoration_config: skip_cloning: true @@ -89031,13 +91206,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-upi-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-basecap-none-arm-f28 spec: containers: - args: @@ -89047,7 +91223,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-upi-amd-f28-destructive + - --target=baremetal-ipi-ovn-ipv4-basecap-none-arm-f28 - --variant=multi-nightly command: - ci-operator @@ -89111,8 +91287,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 45 2 7,14,21,28 * * + cluster: build06 + cron: 11 16 5,19 * * decorate: true decoration_config: skip_cloning: true @@ -89121,13 +91297,14 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-upi-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-disconnected-arm-f14 spec: containers: - args: @@ -89137,7 +91314,98 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-upi-mini-perm-arm-f7 + - --target=baremetal-ipi-ovn-ipv4-disconnected-arm-f14 + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build06 + cron: 4 14 7,14,21,30 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-external-lb-arm-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=baremetal-ipi-ovn-ipv4-external-lb-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -89202,7 +91470,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 1 16 2,9,16,25 * * + cron: 20 14 3,10,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -89218,7 +91486,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-dualstack-arm-vmedia-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-vmedia-amd-f7 spec: containers: - args: @@ -89228,7 +91496,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-dualstack-arm-vmedia-f7 + - --target=baremetal-ipi-ovn-ipv4-vmedia-amd-f7 - --variant=multi-nightly command: - ci-operator @@ -89293,7 +91561,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 15 14 4,11,18,25 * * + cron: 44 15 7,21 * * decorate: true decoration_config: skip_cloning: true @@ -89309,7 +91577,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-amd-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-vmedia-capi-tp-amd-f14 spec: containers: - args: @@ -89319,7 +91587,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-amd-f7 + - --target=baremetal-ipi-ovn-ipv4-vmedia-capi-tp-amd-f14 - --variant=multi-nightly command: - ci-operator @@ -89384,7 +91652,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 11 21 7,16,23,30 * * + cron: 17 18 4,11,18,25 * * decorate: true decoration_config: skip_cloning: true @@ -89400,7 +91668,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-vmedia-disruptive-arm-f7 spec: containers: - args: @@ -89410,7 +91678,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-arm-f7 + - --target=baremetal-ipi-ovn-ipv4-vmedia-disruptive-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -89475,7 +91743,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 7 16 29 * * + cron: 38 14 26 * * decorate: true decoration_config: skip_cloning: true @@ -89491,7 +91759,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-basecap-none-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-vmedia-multi-arch-amd-f28 spec: containers: - args: @@ -89501,7 +91769,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-basecap-none-arm-f28 + - --target=baremetal-ipi-ovn-ipv4-vmedia-multi-arch-amd-f28 - --variant=multi-nightly command: - ci-operator @@ -89566,7 +91834,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 11 16 5,19 * * + cron: 12 15 13 * * decorate: true decoration_config: skip_cloning: true @@ -89582,7 +91850,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-disconnected-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-vmedia-multi-arch-day2-amd-f28 spec: containers: - args: @@ -89592,7 +91860,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-disconnected-arm-f14 + - --target=baremetal-ipi-ovn-ipv4-vmedia-multi-arch-day2-amd-f28 - --variant=multi-nightly command: - ci-operator @@ -89657,7 +91925,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 4 14 7,14,21,30 * * + cron: 11 14 1,8,15,22 * * decorate: true decoration_config: skip_cloning: true @@ -89673,7 +91941,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-external-lb-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-short-cert-rotation-arm-f7 spec: containers: - args: @@ -89683,7 +91951,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-external-lb-arm-f7 + - --target=baremetal-short-cert-rotation-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -89748,7 +92016,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 20 14 3,10,17,24 * * + cron: 11 20 1,15 * * decorate: true decoration_config: skip_cloning: true @@ -89764,7 +92032,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-vmedia-amd-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-upi-ovn-ipv4-arm-mixarch-f14-day2-64k-pagesize spec: containers: - args: @@ -89774,7 +92042,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-vmedia-amd-f7 + - --target=baremetal-upi-ovn-ipv4-arm-mixarch-f14-day2-64k-pagesize - --variant=multi-nightly command: - ci-operator @@ -89839,7 +92107,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build06 - cron: 44 15 7,21 * * + cron: 33 17 5,19 * * decorate: true decoration_config: skip_cloning: true @@ -89855,7 +92123,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-vmedia-capi-tp-amd-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-upi-ovn-ipv4-disconnected-arm-f14 spec: containers: - args: @@ -89865,7 +92133,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-vmedia-capi-tp-amd-f14 + - --target=baremetal-upi-ovn-ipv4-disconnected-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -89929,8 +92197,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 17 18 4,11,18,25 * * + cluster: build04 + cron: 33 17 6,13,20,29 * * decorate: true decoration_config: skip_cloning: true @@ -89939,14 +92207,24 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-vmedia-disruptive-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-amd-f7-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -89956,7 +92234,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-vmedia-disruptive-arm-f7 + - --target=gcp-ipi-amd-f7-netobserv - --variant=multi-nightly command: - ci-operator @@ -90020,8 +92298,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 15 13 23 * * + cluster: build04 + cron: 10 10 6 * * decorate: true decoration_config: skip_cloning: true @@ -90030,14 +92308,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-vmedia-multi-arch-amd-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-basecap-none-additionalcaps-amd-f28-destructive spec: containers: - args: @@ -90047,7 +92324,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-vmedia-multi-arch-amd-f28 + - --target=gcp-ipi-basecap-none-additionalcaps-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -90111,8 +92388,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 37 14 7 * * + cluster: build04 + cron: 39 15 8,15,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -90121,14 +92398,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-ipi-ovn-ipv4-vmedia-multi-arch-day2-amd-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-basecap-none-additionalcaps-mini-perm-arm-f7 spec: containers: - args: @@ -90138,7 +92414,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-ipi-ovn-ipv4-vmedia-multi-arch-day2-amd-f28 + - --target=gcp-ipi-basecap-none-additionalcaps-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -90202,8 +92478,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 11 14 1,8,15,22 * * + cluster: build04 + cron: 8 8 29 2 * decorate: true decoration_config: skip_cloning: true @@ -90212,14 +92488,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe-c3-metal ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-short-cert-rotation-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-c3-metal-private-amd-f999 spec: containers: - args: @@ -90229,7 +92504,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-short-cert-rotation-arm-f7 + - --target=gcp-ipi-c3-metal-private-amd-f999 - --variant=multi-nightly command: - ci-operator @@ -90293,8 +92568,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 11 20 1,15 * * + cluster: build04 + cron: 8 8 29 2 * decorate: true decoration_config: skip_cloning: true @@ -90303,14 +92578,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe-c3-metal ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-upi-ovn-ipv4-arm-mixarch-f14-day2-64k-pagesize + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-c3-metal-private-amd-f999-destructive spec: containers: - args: @@ -90320,7 +92594,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv4-arm-mixarch-f14-day2-64k-pagesize + - --target=gcp-ipi-c3-metal-private-amd-f999-destructive - --variant=multi-nightly command: - ci-operator @@ -90384,8 +92658,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build06 - cron: 33 17 5,19 * * + cluster: build04 + cron: 4 22 16 * * decorate: true decoration_config: skip_cloning: true @@ -90394,14 +92668,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - capability/intranet: intranet - ci-operator.openshift.io/cloud: equinix-ocp-metal - ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-baremetal-upi-ovn-ipv4-disconnected-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-compact-filestore-csi-mini-perm-amd-f28-destructive spec: containers: - args: @@ -90411,7 +92684,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=baremetal-upi-ovn-ipv4-disconnected-arm-f14 + - --target=gcp-ipi-compact-filestore-csi-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -90476,7 +92749,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 33 17 6,13,20,29 * * + cron: 20 11 9,25 * * decorate: true decoration_config: skip_cloning: true @@ -90491,18 +92764,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-amd-f7-netobserv - reporter_config: - slack: - channel: '#team-qe-netobserv' - job_states_to_report: - - aborted - - error - - failure - - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-compact-filestore-csi-mini-perm-arm-f14 spec: containers: - args: @@ -90512,7 +92774,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-amd-f7-netobserv + - --target=gcp-ipi-compact-filestore-csi-mini-perm-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -90577,7 +92839,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 10 10 6 * * + cron: 3 1 15,29 * * decorate: true decoration_config: skip_cloning: true @@ -90592,7 +92854,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-basecap-none-additionalcaps-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-compact-filestore-csi-mini-perm-rhcos10-tp-arm-f14 spec: containers: - args: @@ -90602,21 +92864,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-basecap-none-additionalcaps-amd-f28-destructive + - --target=gcp-ipi-compact-filestore-csi-mini-perm-rhcos10-tp-arm-f14 - --variant=multi-nightly 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 @@ -90667,7 +92921,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 39 15 8,15,22,29 * * + cron: 17 20 2 * * decorate: true decoration_config: skip_cloning: true @@ -90682,7 +92936,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-basecap-none-additionalcaps-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-compact-filestore-csi-rhcos10-tp-amd-f28-destructive spec: containers: - args: @@ -90692,21 +92946,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-basecap-none-additionalcaps-mini-perm-arm-f7 + - --target=gcp-ipi-compact-filestore-csi-rhcos10-tp-amd-f28-destructive - --variant=multi-nightly 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 @@ -90757,7 +93003,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 8 8 29 2 * + cron: 6 12 14 * * decorate: true decoration_config: skip_cloning: true @@ -90767,12 +93013,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe-c3-metal + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-c3-metal-private-amd-f999 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-dns-mini-perm-amd-f28-destructive spec: containers: - args: @@ -90782,7 +93028,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-c3-metal-private-amd-f999 + - --target=gcp-ipi-custom-dns-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -90847,7 +93093,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 8 8 29 2 * + cron: 34 0 5,19 * * decorate: true decoration_config: skip_cloning: true @@ -90857,12 +93103,12 @@ periodics: repo: openshift-tests-private labels: ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe-c3-metal + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-c3-metal-private-amd-f999-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-dns-mini-perm-arm-f14 spec: containers: - args: @@ -90872,7 +93118,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-c3-metal-private-amd-f999-destructive + - --target=gcp-ipi-custom-dns-mini-perm-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -90937,7 +93183,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 4 22 16 * * + cron: 8 8 9 * * decorate: true decoration_config: skip_cloning: true @@ -90952,7 +93198,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-compact-filestore-csi-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-dns-priv-mini-perm-amd-f28-destructive spec: containers: - args: @@ -90962,7 +93208,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-compact-filestore-csi-mini-perm-amd-f28-destructive + - --target=gcp-ipi-custom-dns-priv-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -91027,7 +93273,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 20 11 9,25 * * + cron: 16 8 7,21 * * decorate: true decoration_config: skip_cloning: true @@ -91042,7 +93288,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-compact-filestore-csi-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-dns-priv-mini-perm-arm-f14 spec: containers: - args: @@ -91052,7 +93298,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-compact-filestore-csi-mini-perm-arm-f14 + - --target=gcp-ipi-custom-dns-priv-mini-perm-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -91117,7 +93363,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 6 12 14 * * + cron: 36 18 16 * * decorate: true decoration_config: skip_cloning: true @@ -91132,7 +93378,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-dns-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-endpoint-mini-perm-amd-f28-destructive spec: containers: - args: @@ -91142,7 +93388,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-custom-dns-mini-perm-amd-f28-destructive + - --target=gcp-ipi-custom-endpoint-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -91207,7 +93453,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 34 0 5,19 * * + cron: 0 22 5,19 * * decorate: true decoration_config: skip_cloning: true @@ -91222,7 +93468,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-dns-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-endpoint-mini-perm-arm-f14 spec: containers: - args: @@ -91232,7 +93478,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-custom-dns-mini-perm-arm-f14 + - --target=gcp-ipi-custom-endpoint-mini-perm-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -91297,7 +93543,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 8 8 9 * * + cron: 47 16 2 * * decorate: true decoration_config: skip_cloning: true @@ -91312,7 +93558,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-dns-priv-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-masternameprefix-tp-amd-f28-destructive spec: containers: - args: @@ -91322,7 +93568,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-custom-dns-priv-mini-perm-amd-f28-destructive + - --target=gcp-ipi-custom-masternameprefix-tp-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -91387,7 +93633,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 16 8 7,21 * * + cron: 29 15 15 * * decorate: true decoration_config: skip_cloning: true @@ -91402,7 +93648,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-dns-priv-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-masternameprefix-tp-arm-f28 spec: containers: - args: @@ -91412,7 +93658,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-custom-dns-priv-mini-perm-arm-f14 + - --target=gcp-ipi-custom-masternameprefix-tp-arm-f28 - --variant=multi-nightly command: - ci-operator @@ -91477,7 +93723,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 36 18 16 * * + cron: 26 14 27 * * decorate: true decoration_config: skip_cloning: true @@ -91492,7 +93738,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-endpoint-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-disc-priv-mini-perm-amd-arm-day0-f28-destructive spec: containers: - args: @@ -91502,7 +93748,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-custom-endpoint-mini-perm-amd-f28-destructive + - --target=gcp-ipi-disc-priv-mini-perm-amd-arm-day0-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -91567,7 +93813,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 0 22 5,19 * * + cron: 22 23 22 * * decorate: true decoration_config: skip_cloning: true @@ -91582,7 +93828,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-endpoint-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-disc-priv-mini-perm-arm-amd-day0-f28 spec: containers: - args: @@ -91592,7 +93838,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-custom-endpoint-mini-perm-arm-f14 + - --target=gcp-ipi-disc-priv-mini-perm-arm-amd-day0-f28 - --variant=multi-nightly command: - ci-operator @@ -91657,7 +93903,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 47 16 2 * * + cron: 52 18 17 * * decorate: true decoration_config: skip_cloning: true @@ -91672,7 +93918,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-masternameprefix-tp-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-disk-encrypt-mini-perm-rhcos10-tp-amd-f28-destructive spec: containers: - args: @@ -91682,21 +93928,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-custom-masternameprefix-tp-amd-f28-destructive + - --target=gcp-ipi-disk-encrypt-mini-perm-rhcos10-tp-amd-f28-destructive - --variant=multi-nightly 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 @@ -91747,7 +93985,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 29 15 15 * * + cron: 1 9 6,20 * * decorate: true decoration_config: skip_cloning: true @@ -91762,7 +94000,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-custom-masternameprefix-tp-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-disk-encrypt-rhcos10-tp-arm-f14-custom-cert spec: containers: - args: @@ -91772,21 +94010,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-custom-masternameprefix-tp-arm-f28 + - --target=gcp-ipi-disk-encrypt-rhcos10-tp-arm-f14-custom-cert - --variant=multi-nightly 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 @@ -91837,7 +94067,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 26 14 27 * * + cron: 22 10 11,27 * * decorate: true decoration_config: skip_cloning: true @@ -91852,7 +94082,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-disc-priv-mini-perm-amd-arm-day0-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-disk-encryption-arm-f14-cert-manager-custom-cert spec: containers: - args: @@ -91862,7 +94092,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disc-priv-mini-perm-amd-arm-day0-f28-destructive + - --target=gcp-ipi-disk-encryption-arm-f14-cert-manager-custom-cert - --variant=multi-nightly command: - ci-operator @@ -91927,7 +94157,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 22 23 22 * * + cron: 24 20 15 * * decorate: true decoration_config: skip_cloning: true @@ -91942,7 +94172,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-disc-priv-mini-perm-arm-amd-day0-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-disk-encryption-mini-perm-amd-f28-destructive spec: containers: - args: @@ -91952,7 +94182,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disc-priv-mini-perm-arm-amd-day0-f28 + - --target=gcp-ipi-disk-encryption-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -92017,7 +94247,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 22 10 11,27 * * + cron: 36 15 8,22 * * decorate: true decoration_config: skip_cloning: true @@ -92032,7 +94262,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-disk-encryption-arm-f14-cert-manager-custom-cert + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-labels-tags-filestore-csi-arm-f14 spec: containers: - args: @@ -92042,7 +94272,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disk-encryption-arm-f14-cert-manager-custom-cert + - --target=gcp-ipi-labels-tags-filestore-csi-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -92107,7 +94337,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 24 20 15 * * + cron: 16 0 19 * * decorate: true decoration_config: skip_cloning: true @@ -92122,7 +94352,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-disk-encryption-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-labels-tags-filestore-csi-fips-amd-f28-destructive spec: containers: - args: @@ -92132,7 +94362,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disk-encryption-mini-perm-amd-f28-destructive + - --target=gcp-ipi-labels-tags-filestore-csi-fips-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -92197,7 +94427,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 36 15 8,22 * * + cron: 34 7 25 * * decorate: true decoration_config: skip_cloning: true @@ -92212,7 +94442,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-labels-tags-filestore-csi-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-oidc-mini-perm-arm-f28-destructive spec: containers: - args: @@ -92222,7 +94452,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-labels-tags-filestore-csi-arm-f14 + - --target=gcp-ipi-oidc-mini-perm-arm-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -92287,7 +94517,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 16 0 19 * * + cron: 5 0 10,26 * * decorate: true decoration_config: skip_cloning: true @@ -92302,7 +94532,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-labels-tags-filestore-csi-fips-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-oidc-mini-perm-rt-fips-amd-regen-cert-f14 spec: containers: - args: @@ -92312,7 +94542,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-labels-tags-filestore-csi-fips-amd-f28-destructive + - --target=gcp-ipi-oidc-mini-perm-rt-fips-amd-regen-cert-f14 - --variant=multi-nightly command: - ci-operator @@ -92377,7 +94607,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 34 7 25 * * + cron: 4 11 26 * * decorate: true decoration_config: skip_cloning: true @@ -92392,7 +94622,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-oidc-mini-perm-arm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-ovn-ipsec-amd-mixarch-f28-destructive spec: containers: - args: @@ -92402,7 +94632,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-oidc-mini-perm-arm-f28-destructive + - --target=gcp-ipi-ovn-ipsec-amd-mixarch-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -92467,7 +94697,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 5 0 10,26 * * + cron: 11 7 16,30 * * decorate: true decoration_config: skip_cloning: true @@ -92482,7 +94712,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-oidc-mini-perm-rt-fips-amd-regen-cert-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-ovn-ipsec-arm-mixarch-external-oidc-keycloak-f14 spec: containers: - args: @@ -92492,7 +94722,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-oidc-mini-perm-rt-fips-amd-regen-cert-f14 + - --target=gcp-ipi-ovn-ipsec-arm-mixarch-external-oidc-keycloak-f14 - --variant=multi-nightly command: - ci-operator @@ -92557,7 +94787,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 4 11 26 * * + cron: 43 15 7,21 * * decorate: true decoration_config: skip_cloning: true @@ -92572,7 +94802,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-ovn-ipsec-amd-mixarch-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-ovn-ipsec-arm-mixarch-f14 spec: containers: - args: @@ -92582,7 +94812,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-ovn-ipsec-amd-mixarch-f28-destructive + - --target=gcp-ipi-ovn-ipsec-arm-mixarch-f14 - --variant=multi-nightly command: - ci-operator @@ -92647,7 +94877,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 11 7 16,30 * * + cron: 42 4 6 * * decorate: true decoration_config: skip_cloning: true @@ -92662,7 +94892,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-ovn-ipsec-arm-mixarch-external-oidc-keycloak-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-ovn-mtu-migrate-amd-f28 spec: containers: - args: @@ -92672,7 +94902,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-ovn-ipsec-arm-mixarch-external-oidc-keycloak-f14 + - --target=gcp-ipi-ovn-mtu-migrate-amd-f28 - --variant=multi-nightly command: - ci-operator @@ -92737,7 +94967,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 43 15 7,21 * * + cron: 23 13 1 * * decorate: true decoration_config: skip_cloning: true @@ -92752,7 +94982,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-ovn-ipsec-arm-mixarch-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-ovn-mtu-migrate-arm-f28 spec: containers: - args: @@ -92762,7 +94992,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-ovn-ipsec-arm-mixarch-f14 + - --target=gcp-ipi-ovn-mtu-migrate-arm-f28 - --variant=multi-nightly command: - ci-operator @@ -92827,7 +95057,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 42 4 6 * * + cron: 35 8 28 * * decorate: true decoration_config: skip_cloning: true @@ -92842,7 +95072,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-ovn-mtu-migrate-amd-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-proxy-etcd-encryption-mini-perm-amd-f28-destructive spec: containers: - args: @@ -92852,7 +95082,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-ovn-mtu-migrate-amd-f28 + - --target=gcp-ipi-proxy-etcd-encryption-mini-perm-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -92917,7 +95147,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 23 13 1 * * + cron: 13 8 7,21 * * decorate: true decoration_config: skip_cloning: true @@ -92932,7 +95162,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-ovn-mtu-migrate-arm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-proxy-etcd-encryption-mini-perm-arm-f14 spec: containers: - args: @@ -92942,7 +95172,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-ovn-mtu-migrate-arm-f28 + - --target=gcp-ipi-proxy-etcd-encryption-mini-perm-arm-f14 - --variant=multi-nightly command: - ci-operator @@ -93007,7 +95237,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 35 8 28 * * + cron: 0 17 3 * * decorate: true decoration_config: skip_cloning: true @@ -93022,7 +95252,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-proxy-etcd-encryption-mini-perm-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-proxy-etcd-encryption-rhcos10-tp-amd-f28-destructive spec: containers: - args: @@ -93032,21 +95262,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-proxy-etcd-encryption-mini-perm-amd-f28-destructive + - --target=gcp-ipi-proxy-etcd-encryption-rhcos10-tp-amd-f28-destructive - --variant=multi-nightly 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 @@ -93097,7 +95319,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 13 8 7,21 * * + cron: 12 5 6,22 * * decorate: true decoration_config: skip_cloning: true @@ -93112,7 +95334,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-proxy-etcd-encryption-mini-perm-arm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-gcp-ipi-proxy-etcd-encryption-rhcos10-tp-mini-perm-arm-f14 spec: containers: - args: @@ -93122,21 +95344,13 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-proxy-etcd-encryption-mini-perm-arm-f14 + - --target=gcp-ipi-proxy-etcd-encryption-rhcos10-tp-mini-perm-arm-f14 - --variant=multi-nightly 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 @@ -95545,6 +97759,172 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator +- agent: kubernetes + cluster: build06 + cron: 57 3 25 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-metal-ipi-ovn-ipv4-vmedia-multi-arch-day2-rhcos10-tp-amd-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=metal-ipi-ovn-ipv4-vmedia-multi-arch-day2-rhcos10-tp-amd-f28 + - --variant=multi-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build06 + cron: 32 21 12 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + capability/intranet: intranet + ci-operator.openshift.io/cloud: equinix-ocp-metal + ci-operator.openshift.io/cloud-cluster-profile: equinix-ocp-metal-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-metal-ipi-ovn-ipv4-vmedia-multi-arch-rhcos10-tp-amd-f28 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=metal-ipi-ovn-ipv4-vmedia-multi-arch-rhcos10-tp-amd-f28 + - --variant=multi-nightly + command: + - ci-operator + image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs + name: gcs-credentials + readOnly: true + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 - agent: kubernetes cluster: build01 cron: 24 3 2 * * From d78a73ccdcdc94e43fd854b4ce8e30c0536c8498 Mon Sep 17 00:00:00 2001 From: Jianlin Liu Date: Wed, 25 Feb 2026 15:23:49 +0800 Subject: [PATCH 5/6] add one more rhcos-10 job for lvms --- ...ts-private-release-4.22__multi-nightly.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__multi-nightly.yaml b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__multi-nightly.yaml index de32fbc40cce4..0260b1f194ce2 100644 --- a/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__multi-nightly.yaml +++ b/ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22__multi-nightly.yaml @@ -1136,6 +1136,24 @@ tests: test: - ref: openshift-extended-test workflow: cucushift-installer-rehearse-aws-ipi-sno-lvms +- as: aws-ipi-sno-lvms-rhcos10-tp-arm-f7 + cron: 52 1 3,10,17,26 * * + steps: + cluster_profile: aws-qe + env: + BASE_DOMAIN: qe.devcluster.openshift.com + COMPUTE_NODE_TYPE: m6g.2xlarge + CONTROL_PLANE_INSTANCE_TYPE: m6g.2xlarge + FEATURE_SET: TechPreviewNoUpgrade + LVM_OPERATOR_SUB_CHANNEL: stable-4.21 + LVM_OPERATOR_SUB_SOURCE: lvm-catalogsource + OCP_ARCH: arm64 + OS_IMAGE_STREAM: rhel-10 + TEST_FILTERS: ~ChkUpgrade&;~DisconnectedOnly&;~HyperShiftMGMT&;~MicroShiftOnly&;~StagerunOnly;~LSO&;STORAGE& + TEST_SCENARIOS: \[LVMS\] + test: + - ref: openshift-extended-test + workflow: cucushift-installer-rehearse-aws-ipi-sno-lvms - as: aws-upi-basecap-none-amd-f28-destructive cron: 51 21 16 * * steps: From 636c16c6de1dd28fc07296531efea808bd0fa56f Mon Sep 17 00:00:00 2001 From: Jianlin Liu Date: Tue, 10 Feb 2026 21:40:21 +0800 Subject: [PATCH 6/6] rebase to fix conflicts --- ...-tests-private-release-4.22-periodics.yaml | 1644 ++++++++++++----- 1 file changed, 1179 insertions(+), 465 deletions(-) diff --git a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml index ca42e660be6fc..c951142e622d7 100644 --- a/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml +++ b/ci-operator/jobs/openshift/openshift-tests-private/openshift-openshift-tests-private-release-4.22-periodics.yaml @@ -17824,9 +17824,17 @@ periodics: - --variant=amd64-nightly 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 @@ -17996,9 +18004,17 @@ periodics: - --variant=amd64-nightly 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 @@ -27999,9 +28015,17 @@ periodics: - --variant=amd64-nightly 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 @@ -28081,9 +28105,17 @@ periodics: - --variant=amd64-nightly 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 @@ -31118,9 +31150,17 @@ periodics: - --variant=amd64-nightly 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 @@ -31290,9 +31330,17 @@ periodics: - --variant=amd64-nightly 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 @@ -32349,9 +32397,17 @@ periodics: - --variant=amd64-nightly 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 @@ -32431,9 +32487,17 @@ periodics: - --variant=amd64-nightly 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 @@ -32693,9 +32757,17 @@ periodics: - --variant=amd64-nightly 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 @@ -32775,9 +32847,17 @@ periodics: - --variant=amd64-nightly 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 @@ -32857,9 +32937,17 @@ periodics: - --variant=amd64-nightly 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 @@ -32939,9 +33027,17 @@ periodics: - --variant=amd64-nightly 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 @@ -37332,88 +37428,6 @@ periodics: - --variant=amd64-nightly command: - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - 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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - - 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 -- agent: kubernetes - cluster: build04 - cron: 44 2 2,16 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: release-4.22 - org: openshift - repo: openshift-tests-private - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe - ci-operator.openshift.io/variant: amd64-nightly - ci.openshift.io/generator: prowgen - job-release: "4.22" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-confidential-secureboot-mini-perm-f14 - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-confidential-secureboot-mini-perm-f14 - - --variant=amd64-nightly - command: - - ci-operator env: - name: HTTP_SERVER_IP valueFrom: @@ -37475,89 +37489,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 23 5 12,26 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: release-4.22 - org: openshift - repo: openshift-tests-private - labels: - ci-operator.openshift.io/cloud: gcp - ci-operator.openshift.io/cloud-cluster-profile: gcp-qe - ci-operator.openshift.io/variant: amd64-nightly - ci.openshift.io/generator: prowgen - job-release: "4.22" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-confidential-secureboot-rhcos10-tp-f14 - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-confidential-secureboot-rhcos10-tp-f14 - - --variant=amd64-nightly - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - 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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - - 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 -- agent: kubernetes - cluster: build04 - cron: 1 4 1 * * + cron: 44 2 2,16 * * decorate: true decoration_config: skip_cloning: true @@ -37572,7 +37504,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-disc-priv-fips-mini-perm-f28-disasterrecovery + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-confidential-secureboot-mini-perm-f14 spec: containers: - args: @@ -37582,7 +37514,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disc-priv-fips-mini-perm-f28-disasterrecovery + - --target=gcp-ipi-confidential-secureboot-mini-perm-f14 - --variant=amd64-nightly command: - ci-operator @@ -37647,7 +37579,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 30 19 26 * * + cron: 23 5 12,26 * * decorate: true decoration_config: skip_cloning: true @@ -37662,7 +37594,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-disc-priv-oidc-fips-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-confidential-secureboot-rhcos10-tp-f14 spec: containers: - args: @@ -37672,7 +37604,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disc-priv-oidc-fips-mini-perm-f28 + - --target=gcp-ipi-confidential-secureboot-rhcos10-tp-f14 - --variant=amd64-nightly command: - ci-operator @@ -37737,7 +37669,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 54 10 6 * * + cron: 1 4 1 * * decorate: true decoration_config: skip_cloning: true @@ -37752,7 +37684,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-disc-priv-oidc-oc-mirror-fips-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-disc-priv-fips-mini-perm-f28-disasterrecovery spec: containers: - args: @@ -37762,7 +37694,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-disc-priv-oidc-oc-mirror-fips-f28-destructive + - --target=gcp-ipi-disc-priv-fips-mini-perm-f28-disasterrecovery - --variant=amd64-nightly command: - ci-operator @@ -37827,7 +37759,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 34 14 14,28 * * + cron: 30 19 26 * * decorate: true decoration_config: skip_cloning: true @@ -37842,7 +37774,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f14-stress-olm + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-disc-priv-oidc-fips-mini-perm-f28 spec: containers: - args: @@ -37852,7 +37784,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-f14-stress-olm + - --target=gcp-ipi-disc-priv-oidc-fips-mini-perm-f28 - --variant=amd64-nightly command: - ci-operator @@ -37917,7 +37849,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 23 20 6,15,22,29 * * + cron: 54 10 6 * * decorate: true decoration_config: skip_cloning: true @@ -37932,18 +37864,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-critical - reporter_config: - slack: - channel: '#forum-ocp-mco-qe' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-disc-priv-oidc-oc-mirror-fips-f28-destructive spec: containers: - args: @@ -37953,7 +37874,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-f7-longduration-mco-critical + - --target=gcp-ipi-disc-priv-oidc-oc-mirror-fips-f28-destructive - --variant=amd64-nightly command: - ci-operator @@ -38018,7 +37939,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 17 13 6,13,20,27 * * + cron: 34 14 14,28 * * decorate: true decoration_config: skip_cloning: true @@ -38033,7 +37954,97 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-p1 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f14-stress-olm + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=gcp-ipi-f14-stress-olm + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build04 + cron: 23 20 6,15,22,29 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-critical reporter_config: slack: channel: '#forum-ocp-mco-qe' @@ -38054,7 +38065,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-f7-longduration-mco-p1 + - --target=gcp-ipi-f7-longduration-mco-critical - --variant=amd64-nightly command: - ci-operator @@ -38119,7 +38130,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 21 19 7,14,21,28 * * + cron: 17 13 6,13,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -38134,7 +38145,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-p2 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-p1 reporter_config: slack: channel: '#forum-ocp-mco-qe' @@ -38155,7 +38166,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-f7-longduration-mco-p2 + - --target=gcp-ipi-f7-longduration-mco-p1 - --variant=amd64-nightly command: - ci-operator @@ -38220,7 +38231,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 14 21 7,14,21,30 * * + cron: 21 19 7,14,21,28 * * decorate: true decoration_config: skip_cloning: true @@ -38235,7 +38246,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-p3 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-p2 reporter_config: slack: channel: '#forum-ocp-mco-qe' @@ -38256,7 +38267,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-f7-longduration-mco-p3 + - --target=gcp-ipi-f7-longduration-mco-p2 - --variant=amd64-nightly command: - ci-operator @@ -38321,7 +38332,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 32 16 4 * * + cron: 14 21 7,14,21,30 * * decorate: true decoration_config: skip_cloning: true @@ -38336,10 +38347,10 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-filestore-csi-f28-longduration-part3-3 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-f7-longduration-mco-p3 reporter_config: slack: - channel: '#forum-prow-hive-qe-ci' + channel: '#forum-ocp-mco-qe' job_states_to_report: - error - failure @@ -38357,7 +38368,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-filestore-csi-f28-longduration-part3-3 + - --target=gcp-ipi-f7-longduration-mco-p3 - --variant=amd64-nightly command: - ci-operator @@ -38422,7 +38433,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 23 15 6,13,20,27 * * + cron: 32 16 4 * * decorate: true decoration_config: skip_cloning: true @@ -38437,10 +38448,10 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-longduration-tp-mco-p1-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-filestore-csi-f28-longduration-part3-3 reporter_config: slack: - channel: '#forum-ocp-mco-qe' + channel: '#forum-prow-hive-qe-ci' job_states_to_report: - error - failure @@ -38458,7 +38469,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-longduration-tp-mco-p1-f7 + - --target=gcp-ipi-filestore-csi-f28-longduration-part3-3 - --variant=amd64-nightly command: - ci-operator @@ -38523,7 +38534,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 23 22 3,10,17,24 * * + cron: 23 15 6,13,20,27 * * decorate: true decoration_config: skip_cloning: true @@ -38538,7 +38549,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-longduration-tp-mco-p2-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-longduration-tp-mco-p1-f7 reporter_config: slack: channel: '#forum-ocp-mco-qe' @@ -38559,7 +38570,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-longduration-tp-mco-p2-f7 + - --target=gcp-ipi-longduration-tp-mco-p1-f7 - --variant=amd64-nightly command: - ci-operator @@ -38624,7 +38635,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 35 23 6,15,22,29 * * + cron: 23 22 3,10,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -38639,7 +38650,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-longduration-tp-mco-p3-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-longduration-tp-mco-p2-f7 reporter_config: slack: channel: '#forum-ocp-mco-qe' @@ -38660,7 +38671,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-longduration-tp-mco-p3-f7 + - --target=gcp-ipi-longduration-tp-mco-p2-f7 - --variant=amd64-nightly command: - ci-operator @@ -38725,7 +38736,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 36 13 4,18 * * + cron: 35 23 6,15,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -38740,7 +38751,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-marketplace-mini-perm-f14-rhcos10-tp-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-longduration-tp-mco-p3-f7 + reporter_config: + slack: + channel: '#forum-ocp-mco-qe' + job_states_to_report: + - error + - failure + - success + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -38750,13 +38772,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-marketplace-mini-perm-f14-rhcos10-tp-destructive + - --target=gcp-ipi-longduration-tp-mco-p3-f7 - --variant=amd64-nightly 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 @@ -38807,7 +38837,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 21 5 14 * * + cron: 36 13 4,18 * * decorate: true decoration_config: skip_cloning: true @@ -38822,7 +38852,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-marketplace-mini-perm-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-marketplace-mini-perm-f14-rhcos10-tp-destructive spec: containers: - args: @@ -38832,7 +38862,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-marketplace-mini-perm-f28 + - --target=gcp-ipi-marketplace-mini-perm-f14-rhcos10-tp-destructive - --variant=amd64-nightly command: - ci-operator @@ -38897,7 +38927,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 34 1 3 * * + cron: 21 5 14 * * decorate: true decoration_config: skip_cloning: true @@ -38912,7 +38942,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-marketplace-mini-perm-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-marketplace-mini-perm-f28 spec: containers: - args: @@ -38922,7 +38952,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-marketplace-mini-perm-f28-destructive + - --target=gcp-ipi-marketplace-mini-perm-f28 - --variant=amd64-nightly command: - ci-operator @@ -38987,7 +39017,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 28 2 6,20 * * + cron: 34 1 3 * * decorate: true decoration_config: skip_cloning: true @@ -39002,7 +39032,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-marketplace-mini-perm-rhcos10-tp-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-marketplace-mini-perm-f28-destructive spec: containers: - args: @@ -39012,13 +39042,21 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-marketplace-mini-perm-rhcos10-tp-f14 + - --target=gcp-ipi-marketplace-mini-perm-f28-destructive - --variant=amd64-nightly 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 @@ -39069,7 +39107,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 35 6 15 * * + cron: 28 2 6,20 * * decorate: true decoration_config: skip_cloning: true @@ -39084,7 +39122,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-mini-perm-custom-type-f28 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-marketplace-mini-perm-rhcos10-tp-f14 spec: containers: - args: @@ -39094,7 +39132,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-mini-perm-custom-type-f28 + - --target=gcp-ipi-marketplace-mini-perm-rhcos10-tp-f14 - --variant=amd64-nightly command: - ci-operator @@ -39159,7 +39197,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 11 12 30 * * + cron: 35 6 15 * * decorate: true decoration_config: skip_cloning: true @@ -39174,7 +39212,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-ovn-ipsec-f28-destructive-ota + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-mini-perm-custom-type-f28 spec: containers: - args: @@ -39184,7 +39222,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-ovn-ipsec-f28-destructive-ota + - --target=gcp-ipi-mini-perm-custom-type-f28 - --variant=amd64-nightly command: - ci-operator @@ -39249,7 +39287,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 23 14 3,10,17,26 * * + cron: 11 12 30 * * decorate: true decoration_config: skip_cloning: true @@ -39264,7 +39302,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-ovn-winc-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-ovn-ipsec-f28-destructive-ota spec: containers: - args: @@ -39274,7 +39312,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-ovn-winc-f7 + - --target=gcp-ipi-ovn-ipsec-f28-destructive-ota - --variant=amd64-nightly command: - ci-operator @@ -39339,7 +39377,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 23 21 7,23 * * + cron: 23 14 3,10,17,26 * * decorate: true decoration_config: skip_cloning: true @@ -39354,7 +39392,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-to-multiarch-mini-perm-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-ovn-winc-f7 spec: containers: - args: @@ -39364,7 +39402,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ipi-to-multiarch-mini-perm-f14 + - --target=gcp-ipi-ovn-winc-f7 - --variant=amd64-nightly command: - ci-operator @@ -39429,7 +39467,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build04 - cron: 32 15 4,11,18,27 * * + cron: 23 21 7,23 * * decorate: true decoration_config: skip_cloning: true @@ -39444,7 +39482,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ocm-osd-ccs-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ipi-to-multiarch-mini-perm-f14 spec: containers: - args: @@ -39454,7 +39492,97 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=gcp-ocm-osd-ccs-f7 + - --target=gcp-ipi-to-multiarch-mini-perm-f14 + - --variant=amd64-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build04 + cron: 32 15 4,11,18,27 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: gcp + ci-operator.openshift.io/cloud-cluster-profile: gcp-qe + ci-operator.openshift.io/variant: amd64-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-amd64-nightly-gcp-ocm-osd-ccs-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=gcp-ocm-osd-ccs-f7 - --variant=amd64-nightly command: - ci-operator @@ -41080,9 +41208,17 @@ periodics: - --variant=amd64-nightly 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 @@ -41162,9 +41298,17 @@ periodics: - --variant=amd64-nightly 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 @@ -41694,9 +41838,17 @@ periodics: - --variant=amd64-nightly 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 @@ -41776,9 +41928,17 @@ periodics: - --variant=amd64-nightly 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 @@ -42138,9 +42298,17 @@ periodics: - --variant=amd64-nightly 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 @@ -42220,9 +42388,17 @@ periodics: - --variant=amd64-nightly 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 @@ -42573,9 +42749,17 @@ periodics: - --variant=amd64-nightly 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 @@ -42656,9 +42840,17 @@ periodics: - --variant=amd64-nightly 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 @@ -42739,9 +42931,17 @@ periodics: - --variant=amd64-nightly 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 @@ -42822,9 +43022,17 @@ periodics: - --variant=amd64-nightly 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 @@ -42905,9 +43113,17 @@ periodics: - --variant=amd64-nightly 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 @@ -43534,9 +43750,17 @@ periodics: - --variant=amd64-nightly 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 @@ -43617,9 +43841,17 @@ periodics: - --variant=amd64-nightly 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 @@ -44246,9 +44478,17 @@ periodics: - --variant=amd64-nightly 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 @@ -44329,9 +44569,17 @@ periodics: - --variant=amd64-nightly 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 @@ -44594,9 +44842,17 @@ periodics: - --variant=amd64-nightly 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 @@ -44677,9 +44933,17 @@ periodics: - --variant=amd64-nightly 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 @@ -46618,9 +46882,17 @@ periodics: - --variant=amd64-nightly 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 @@ -46700,9 +46972,17 @@ periodics: - --variant=amd64-nightly 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 @@ -47142,9 +47422,17 @@ periodics: - --variant=amd64-nightly 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 @@ -47224,9 +47512,17 @@ periodics: - --variant=amd64-nightly 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 @@ -48430,9 +48726,17 @@ periodics: - --variant=amd64-nightly 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 @@ -48512,9 +48816,17 @@ periodics: - --variant=amd64-nightly 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 @@ -48774,9 +49086,17 @@ periodics: - --variant=amd64-nightly 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 @@ -48856,9 +49176,17 @@ periodics: - --variant=amd64-nightly 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 @@ -50658,9 +50986,17 @@ periodics: - --variant=amd64-nightly 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 @@ -50740,9 +51076,17 @@ periodics: - --variant=amd64-nightly 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 @@ -50822,9 +51166,17 @@ periodics: - --variant=amd64-nightly 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 @@ -52434,9 +52786,17 @@ periodics: - --variant=amd64-nightly 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 @@ -52516,9 +52876,17 @@ periodics: - --variant=amd64-nightly 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 @@ -61827,9 +62195,17 @@ periodics: - --variant=arm64-nightly 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 @@ -61999,9 +62375,17 @@ periodics: - --variant=arm64-nightly 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 @@ -64968,9 +65352,17 @@ periodics: - --variant=arm64-nightly 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 @@ -77286,9 +77678,17 @@ periodics: - --variant=multi-nightly 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 @@ -77458,9 +77858,17 @@ periodics: - --variant=multi-nightly 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 @@ -77540,9 +77948,17 @@ periodics: - --variant=multi-nightly 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 @@ -79242,9 +79658,17 @@ periodics: - --variant=multi-nightly 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 @@ -79324,9 +79748,17 @@ periodics: - --variant=multi-nightly 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 @@ -80126,9 +80558,17 @@ periodics: - --variant=multi-nightly 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 @@ -80208,9 +80648,17 @@ periodics: - --variant=multi-nightly 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 @@ -81122,9 +81570,17 @@ periodics: - --variant=multi-nightly 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 @@ -81204,9 +81660,17 @@ periodics: - --variant=multi-nightly 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 @@ -82607,7 +83071,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 31 21 3,10,17,24 * * + cron: 52 1 3,10,17,26 * * decorate: true decoration_config: skip_cloning: true @@ -82622,7 +83086,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-short-cert-rotation-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-ipi-sno-lvms-rhcos10-tp-arm-f7 spec: containers: - args: @@ -82632,7 +83096,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-short-cert-rotation-arm-f7 + - --target=aws-ipi-sno-lvms-rhcos10-tp-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -82697,7 +83161,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 51 21 16 * * + cron: 31 21 3,10,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -82712,7 +83176,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-upi-basecap-none-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-short-cert-rotation-arm-f7 spec: containers: - args: @@ -82722,7 +83186,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-upi-basecap-none-amd-f28-destructive + - --target=aws-short-cert-rotation-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -82787,7 +83251,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build10 - cron: 3 12 1,8,15,24 * * + cron: 51 21 16 * * decorate: true decoration_config: skip_cloning: true @@ -82802,7 +83266,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-upi-basecap-none-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-upi-basecap-none-amd-f28-destructive spec: containers: - args: @@ -82812,7 +83276,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=aws-upi-basecap-none-arm-f7 + - --target=aws-upi-basecap-none-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -82876,8 +83340,8 @@ periodics: secret: secretName: result-aggregator - agent: kubernetes - cluster: build01 - cron: 48 1 16,30 * * + cluster: build10 + cron: 3 12 1,8,15,24 * * decorate: true decoration_config: skip_cloning: true @@ -82886,24 +83350,13 @@ periodics: org: openshift repo: openshift-tests-private labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/cloud: aws + ci-operator.openshift.io/cloud-cluster-profile: aws-qe ci-operator.openshift.io/variant: multi-nightly ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-aks-hypershift-guest-f14 - reporter_config: - slack: - channel: '#forum-prow-hypershift-qe-ci' - job_states_to_report: - - error - - failure - - success - report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* - ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} - :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View - logs> :volcano: {{end}}' + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-aws-upi-basecap-none-arm-f7 spec: containers: - args: @@ -82913,7 +83366,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-aks-hypershift-guest-f14 + - --target=aws-upi-basecap-none-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -82978,7 +83431,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 37 4 5,19 * * + cron: 48 1 16,30 * * decorate: true decoration_config: skip_cloning: true @@ -82993,7 +83446,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-aks-hypershift-guest-reversed-f14 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-aks-hypershift-guest-f14 reporter_config: slack: channel: '#forum-prow-hypershift-qe-ci' @@ -83014,7 +83467,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-aks-hypershift-guest-reversed-f14 + - --target=azure-aks-hypershift-guest-f14 - --variant=multi-nightly command: - ci-operator @@ -83079,7 +83532,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 25 17 1,8,15,24 * * + cron: 37 4 5,19 * * decorate: true decoration_config: skip_cloning: true @@ -83094,18 +83547,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-amd-f7-netobserv + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-aks-hypershift-guest-reversed-f14 reporter_config: slack: - channel: '#team-qe-netobserv' + channel: '#forum-prow-hypershift-qe-ci' job_states_to_report: - - aborted - error - failure - success - report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: - {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. - <{{.Status.URL}}|View logs>' + report_template: '{{if eq .Status.State "success"}} :rainbow: Job *{{.Spec.Job}}* + ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :rainbow: {{else}} + :volcano: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View + logs> :volcano: {{end}}' spec: containers: - args: @@ -83115,7 +83568,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-amd-f7-netobserv + - --target=azure-aks-hypershift-guest-reversed-f14 - --variant=multi-nightly command: - ci-operator @@ -83180,7 +83633,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 19 1 1,8,17,24 * * + cron: 25 17 1,8,15,24 * * decorate: true decoration_config: skip_cloning: true @@ -83195,7 +83648,18 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-arm-mixarch-disc-fullypriv-f7-day2-64k-pagesize + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-amd-f7-netobserv + reporter_config: + slack: + channel: '#team-qe-netobserv' + job_states_to_report: + - aborted + - error + - failure + - success + report_template: '{{ if eq .Status.State "success" }} :green_jenkins_circle: + {{ else }} :red_jenkins_circle: {{ end }} Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. + <{{.Status.URL}}|View logs>' spec: containers: - args: @@ -83205,7 +83669,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-arm-mixarch-disc-fullypriv-f7-day2-64k-pagesize + - --target=azure-ipi-amd-f7-netobserv - --variant=multi-nightly command: - ci-operator @@ -83270,7 +83734,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 34 20 1,17 * * + cron: 19 1 1,8,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -83285,7 +83749,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-arm-mixarch-f14-ui + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-arm-mixarch-disc-fullypriv-f7-day2-64k-pagesize spec: containers: - args: @@ -83295,7 +83759,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-arm-mixarch-f14-ui + - --target=azure-ipi-arm-mixarch-disc-fullypriv-f7-day2-64k-pagesize - --variant=multi-nightly command: - ci-operator @@ -83360,7 +83824,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 1 21 21 * * + cron: 34 20 1,17 * * decorate: true decoration_config: skip_cloning: true @@ -83375,7 +83839,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-basecap-vset-additionalcap-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-arm-mixarch-f14-ui spec: containers: - args: @@ -83385,7 +83849,97 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-basecap-vset-additionalcap-amd-f28-destructive + - --target=azure-ipi-arm-mixarch-f14-ui + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 1 21 21 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-basecap-vset-additionalcap-amd-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=azure-ipi-basecap-vset-additionalcap-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -84559,9 +85113,17 @@ periodics: - --variant=multi-nightly 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 @@ -84641,9 +85203,17 @@ periodics: - --variant=multi-nightly 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 @@ -84903,9 +85473,17 @@ periodics: - --variant=multi-nightly 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 @@ -84985,9 +85563,17 @@ periodics: - --variant=multi-nightly 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 @@ -86247,9 +86833,17 @@ periodics: - --variant=multi-nightly 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 @@ -86509,9 +87103,17 @@ periodics: - --variant=multi-nightly 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 @@ -86591,9 +87193,17 @@ periodics: - --variant=multi-nightly 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 @@ -86853,9 +87463,17 @@ periodics: - --variant=multi-nightly 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 @@ -87115,9 +87733,17 @@ periodics: - --variant=multi-nightly 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 @@ -87197,9 +87823,17 @@ periodics: - --variant=multi-nightly 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 @@ -88060,7 +88694,187 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 33 14 1,10,17,24 * * + cron: 33 14 1,10,17,24 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-oidc-mini-perm-arm-f7 + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=azure-ipi-oidc-mini-perm-arm-f7 + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 16 3 25 * * + decorate: true + decoration_config: + skip_cloning: true + extra_refs: + - base_ref: release-4.22 + org: openshift + repo: openshift-tests-private + labels: + ci-operator.openshift.io/cloud: azure4 + ci-operator.openshift.io/cloud-cluster-profile: azure-qe + ci-operator.openshift.io/variant: multi-nightly + ci.openshift.io/generator: prowgen + job-release: "4.22" + pj-rehearse.openshift.io/can-be-rehearsed: "true" + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-etcd-encryption-compact-amd-f28-destructive + 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 + - --oauth-token-path=/usr/local/github-credentials/oauth + - --report-credentials-file=/etc/report/credentials + - --secret-dir=/secrets/ci-pull-credentials + - --target=azure-ipi-ovn-etcd-encryption-compact-amd-f28-destructive + - --variant=multi-nightly + 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 + - mountPath: /usr/local/github-credentials + name: github-credentials-openshift-ci-robot-private-git-cloner + 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: boskos + secret: + items: + - key: credentials + path: credentials + secretName: boskos-credentials + - name: ci-pull-credentials + secret: + secretName: ci-pull-credentials + - name: github-credentials-openshift-ci-robot-private-git-cloner + secret: + secretName: github-credentials-openshift-ci-robot-private-git-cloner + - 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 +- agent: kubernetes + cluster: build01 + cron: 7 15 1,10,17,24 * * decorate: true decoration_config: skip_cloning: true @@ -88075,7 +88889,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-oidc-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-etcd-encryption-compact-mini-perm-arm-f7 spec: containers: - args: @@ -88085,7 +88899,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-oidc-mini-perm-arm-f7 + - --target=azure-ipi-ovn-etcd-encryption-compact-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -88150,7 +88964,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 16 3 25 * * + cron: 20 17 13 * * decorate: true decoration_config: skip_cloning: true @@ -88165,7 +88979,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-etcd-encryption-compact-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-ipsec-azurefile-csi-amd-f28-destructive spec: containers: - args: @@ -88175,7 +88989,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-etcd-encryption-compact-amd-f28-destructive + - --target=azure-ipi-ovn-ipsec-azurefile-csi-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -88240,7 +89054,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 7 15 1,10,17,24 * * + cron: 54 8 6,13,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -88255,7 +89069,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-etcd-encryption-compact-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f7 spec: containers: - args: @@ -88265,7 +89079,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-etcd-encryption-compact-mini-perm-arm-f7 + - --target=azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -88330,7 +89144,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 20 17 13 * * + cron: 31 0 3 * * decorate: true decoration_config: skip_cloning: true @@ -88345,7 +89159,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-ipsec-azurefile-csi-amd-f28-destructive + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-ipsec-file-csi-rhcos10-tp-amd-f28-destructive spec: containers: - args: @@ -88355,7 +89169,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-ipsec-azurefile-csi-amd-f28-destructive + - --target=azure-ipi-ovn-ipsec-file-csi-rhcos10-tp-amd-f28-destructive - --variant=multi-nightly command: - ci-operator @@ -88420,7 +89234,7 @@ periodics: secretName: result-aggregator - agent: kubernetes cluster: build01 - cron: 54 8 6,13,22,29 * * + cron: 23 7 6,15,22,29 * * decorate: true decoration_config: skip_cloning: true @@ -88435,7 +89249,7 @@ periodics: ci.openshift.io/generator: prowgen job-release: "4.22" pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f7 + name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-ipsec-file-csi-rhcos10-tp-mini-perm-arm-f7 spec: containers: - args: @@ -88445,7 +89259,7 @@ periodics: - --oauth-token-path=/usr/local/github-credentials/oauth - --report-credentials-file=/etc/report/credentials - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-ipsec-azurefile-csi-mini-perm-arm-f7 + - --target=azure-ipi-ovn-ipsec-file-csi-rhcos10-tp-mini-perm-arm-f7 - --variant=multi-nightly command: - ci-operator @@ -88508,170 +89322,6 @@ periodics: - name: result-aggregator secret: secretName: result-aggregator -- agent: kubernetes - cluster: build01 - cron: 31 0 3 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: release-4.22 - org: openshift - repo: openshift-tests-private - labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe - ci-operator.openshift.io/variant: multi-nightly - ci.openshift.io/generator: prowgen - job-release: "4.22" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-ipsec-file-csi-rhcos10-tp-amd-f28-destructive - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-ipsec-file-csi-rhcos10-tp-amd-f28-destructive - - --variant=multi-nightly - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - 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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - - 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 -- agent: kubernetes - cluster: build01 - cron: 23 7 6,15,22,29 * * - decorate: true - decoration_config: - skip_cloning: true - extra_refs: - - base_ref: release-4.22 - org: openshift - repo: openshift-tests-private - labels: - ci-operator.openshift.io/cloud: azure4 - ci-operator.openshift.io/cloud-cluster-profile: azure-qe - ci-operator.openshift.io/variant: multi-nightly - ci.openshift.io/generator: prowgen - job-release: "4.22" - pj-rehearse.openshift.io/can-be-rehearsed: "true" - name: periodic-ci-openshift-openshift-tests-private-release-4.22-multi-nightly-azure-ipi-ovn-ipsec-file-csi-rhcos10-tp-mini-perm-arm-f7 - 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 - - --oauth-token-path=/usr/local/github-credentials/oauth - - --report-credentials-file=/etc/report/credentials - - --secret-dir=/secrets/ci-pull-credentials - - --target=azure-ipi-ovn-ipsec-file-csi-rhcos10-tp-mini-perm-arm-f7 - - --variant=multi-nightly - command: - - ci-operator - image: quay-proxy.ci.openshift.org/openshift/ci:ci_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: /secrets/gcs - name: gcs-credentials - readOnly: true - - mountPath: /usr/local/github-credentials - name: github-credentials-openshift-ci-robot-private-git-cloner - 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: boskos - secret: - items: - - key: credentials - path: credentials - secretName: boskos-credentials - - name: ci-pull-credentials - secret: - secretName: ci-pull-credentials - - name: github-credentials-openshift-ci-robot-private-git-cloner - secret: - secretName: github-credentials-openshift-ci-robot-private-git-cloner - - 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 - agent: kubernetes cluster: build01 cron: 5 16 30 * * @@ -92868,9 +93518,17 @@ periodics: - --variant=multi-nightly 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 @@ -92950,9 +93608,17 @@ periodics: - --variant=multi-nightly 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 @@ -93932,9 +94598,17 @@ periodics: - --variant=multi-nightly 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 @@ -94014,9 +94688,17 @@ periodics: - --variant=multi-nightly 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 @@ -95266,9 +95948,17 @@ periodics: - --variant=multi-nightly 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 @@ -95348,9 +96038,17 @@ periodics: - --variant=multi-nightly 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 @@ -97791,9 +98489,17 @@ periodics: - --variant=multi-nightly 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 @@ -97874,9 +98580,17 @@ periodics: - --variant=multi-nightly 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