Skip to content

[WIP] Update cluster profile for isc jobs on aws platform #65359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,9 @@ tests:
- as: aws-ipi-proxy-fips-f60-compliance
cron: 31 13 23 1,3,5,7,9,11 *
steps:
cluster_profile: aws-qe
cluster_profile: quay-aws
env:
BASE_DOMAIN: qe.devcluster.openshift.com
BASE_DOMAIN: quay.devcluster.openshift.com
FILTERS_ADDITIONAL: ""
FIPS_ENABLED: "true"
TEST_FILTERS: ~HyperShiftMGMT&;~DEPRECATED&;~Disruptive&
Expand All @@ -610,9 +610,9 @@ tests:
- as: aws-ipi-proxy-fips-f60-compliance-destructive
cron: 41 15 1 1,3,5,7,9,11 *
steps:
cluster_profile: aws-qe
cluster_profile: quay-aws
env:
BASE_DOMAIN: qe.devcluster.openshift.com
BASE_DOMAIN: quay.devcluster.openshift.com
FILTERS_ADDITIONAL: ""
FIPS_ENABLED: "true"
TEST_FILTERS: ~HyperShiftMGMT&;~DEPRECATED&;Disruptive&
Expand All @@ -626,9 +626,9 @@ tests:
- as: aws-ipi-proxy-fips-f60-file-integrity
cron: 46 3 22 2,4,6,8,10,12 *
steps:
cluster_profile: aws-qe
cluster_profile: quay-aws
env:
BASE_DOMAIN: qe.devcluster.openshift.com
BASE_DOMAIN: quay.devcluster.openshift.com
FILTERS_ADDITIONAL: ""
FIPS_ENABLED: "true"
INDEX_IMAGE: quay.io/redhat-user-workloads/ocp-isc-tenant/file-integrity-operator-fbc-4-12@sha256:42bbbc8723e1ab7a4a6b71bfbf2f47f0a8e41aab9596f97c09a7f751705d3ab4
Expand All @@ -643,9 +643,9 @@ tests:
- as: aws-ipi-proxy-fips-f60-security-profiles
cron: 1 9 6 1,3,5,7,9,11 *
steps:
cluster_profile: aws-qe
cluster_profile: quay-aws
env:
BASE_DOMAIN: qe.devcluster.openshift.com
BASE_DOMAIN: quay.devcluster.openshift.com
FILTERS_ADDITIONAL: ""
FIPS_ENABLED: "true"
TEST_FILTERS: ~HyperShiftMGMT&;~DEPRECATED&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,11 @@ tests:
- as: aws-ipi-f60-compliance
cron: 49 7 27 2,4,6,8,10,12 *
steps:
cluster_profile: aws-qe
cluster_profile: quay-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
BASE_DOMAIN: qe.devcluster.openshift.com
BASE_DOMAIN: quay.devcluster.openshift.com
COMPUTE_NODE_TYPE: m6g.xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge
FILTERS_ADDITIONAL: ""
Expand All @@ -279,11 +279,11 @@ tests:
- as: aws-ipi-f60-compliance-destructive
cron: 55 9 16 2,4,6,8,10,12 *
steps:
cluster_profile: aws-qe
cluster_profile: quay-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
BASE_DOMAIN: qe.devcluster.openshift.com
BASE_DOMAIN: quay.devcluster.openshift.com
COMPUTE_NODE_TYPE: m6g.xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge
FILTERS_ADDITIONAL: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1361,9 +1361,9 @@ tests:
- as: aws-ipi-proxy-sts-f28-compliance
cron: 13 0 4 * *
steps:
cluster_profile: aws-qe
cluster_profile: quay-aws
env:
BASE_DOMAIN: qe.devcluster.openshift.com
BASE_DOMAIN: quay.devcluster.openshift.com
FILTERS_ADDITIONAL: ""
TEST_FILTERS: ~HyperShiftMGMT&;~DEPRECATED&;~Disruptive&
TEST_PARALLEL: "3"
Expand All @@ -1378,9 +1378,9 @@ tests:
- as: aws-ipi-proxy-sts-f28-compliance-destructive
cron: 19 2 22 * *
steps:
cluster_profile: aws-qe
cluster_profile: quay-aws
env:
BASE_DOMAIN: qe.devcluster.openshift.com
BASE_DOMAIN: quay.devcluster.openshift.com
E2E_RUN_TAGS: '@complianceoperator'
FILTERS_ADDITIONAL: ""
TEST_FILTERS: ~HyperShiftMGMT&;~DEPRECATED&;Disruptive&
Expand All @@ -1396,9 +1396,9 @@ tests:
- as: aws-ipi-proxy-sts-f28-file-integrity
cron: 30 19 4 * *
steps:
cluster_profile: aws-qe
cluster_profile: quay-aws
env:
BASE_DOMAIN: qe.devcluster.openshift.com
BASE_DOMAIN: quay.devcluster.openshift.com
E2E_RUN_TAGS: '@fio'
FILTERS_ADDITIONAL: ""
INDEX_IMAGE: quay.io/redhat-user-workloads/ocp-isc-tenant/file-integrity-operator-fbc-4-17@sha256:15b55610bbf6bb442a07850272d35f4a9d96aa2d5cc02e8695a03bb821bd5d17
Expand All @@ -1415,9 +1415,9 @@ tests:
- as: aws-ipi-proxy-sts--f28-security-profiles
cron: 33 21 26 * *
steps:
cluster_profile: aws-qe
cluster_profile: quay-aws
env:
BASE_DOMAIN: qe.devcluster.openshift.com
BASE_DOMAIN: quay.devcluster.openshift.com
E2E_RUN_TAGS: '@spo'
FILTERS_ADDITIONAL: ""
TEST_FILTERS: ~HyperShiftMGMT&;~DEPRECATED&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ tests:
- as: aws-ipi-disc-priv-sts-ep-f28-compliance
cron: 33 13 15 * *
steps:
cluster_profile: aws-qe
cluster_profile: quay-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
BASE_DOMAIN: qe.devcluster.openshift.com
BASE_DOMAIN: quay.devcluster.openshift.com
COMPUTE_NODE_TYPE: m6g.xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge
EXTRACT_MANIFEST_INCLUDED: "true"
Expand All @@ -152,11 +152,11 @@ tests:
- as: aws-ipi-disc-priv-sts-ep-f28-compliance-destructive
cron: 39 12 19 * *
steps:
cluster_profile: aws-qe
cluster_profile: quay-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
BASE_DOMAIN: qe.devcluster.openshift.com
BASE_DOMAIN: quay.devcluster.openshift.com
COMPUTE_NODE_TYPE: m6g.xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge
E2E_RUN_TAGS: '@complianceoperator'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -740,12 +740,12 @@ tests:
- as: aws-ipi-ovn-ipsec-arm-mixarch-f7-compliance
cron: 3 9 8,15,22,29 * *
steps:
cluster_profile: aws-qe
cluster_profile: quay-aws
env:
ADDITIONAL_WORKER_ARCHITECTURE: x86_64
ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge
ADDITIONAL_WORKERS: "1"
BASE_DOMAIN: qe.devcluster.openshift.com
BASE_DOMAIN: quay.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "2"
COMPUTE_NODE_TYPE: m6g.xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge
Expand All @@ -764,12 +764,12 @@ tests:
- as: aws-ipi-ovn-ipsec-arm-mixarch-f7-compliance-destructive
cron: 5 22 7,14,21,30 * *
steps:
cluster_profile: aws-qe
cluster_profile: quay-aws
env:
ADDITIONAL_WORKER_ARCHITECTURE: x86_64
ADDITIONAL_WORKER_VM_TYPE: m6i.xlarge
ADDITIONAL_WORKERS: "1"
BASE_DOMAIN: qe.devcluster.openshift.com
BASE_DOMAIN: quay.devcluster.openshift.com
COMPUTE_NODE_REPLICAS: "2"
COMPUTE_NODE_TYPE: m6g.xlarge
CONTROL_PLANE_INSTANCE_TYPE: m6g.xlarge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12247,7 +12247,7 @@ 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: quay-aws
ci-operator.openshift.io/variant: amd64-nightly
ci.openshift.io/generator: prowgen
job-release: "4.12"
Expand Down Expand Up @@ -12329,7 +12329,7 @@ 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: quay-aws
ci-operator.openshift.io/variant: amd64-nightly
ci.openshift.io/generator: prowgen
job-release: "4.12"
Expand Down Expand Up @@ -12411,7 +12411,7 @@ 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: quay-aws
ci-operator.openshift.io/variant: amd64-nightly
ci.openshift.io/generator: prowgen
job-release: "4.12"
Expand Down Expand Up @@ -12575,7 +12575,7 @@ 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: quay-aws
ci-operator.openshift.io/variant: amd64-nightly
ci.openshift.io/generator: prowgen
job-release: "4.12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23984,7 +23984,7 @@ 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: quay-aws
ci-operator.openshift.io/variant: arm64-nightly
ci.openshift.io/generator: prowgen
job-release: "4.13"
Expand Down Expand Up @@ -24066,7 +24066,7 @@ 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: quay-aws
ci-operator.openshift.io/variant: arm64-nightly
ci.openshift.io/generator: prowgen
job-release: "4.13"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18731,7 +18731,7 @@ 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: quay-aws
ci-operator.openshift.io/variant: amd64-nightly
ci.openshift.io/generator: prowgen
job-release: "4.17"
Expand Down Expand Up @@ -18813,7 +18813,7 @@ 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: quay-aws
ci-operator.openshift.io/variant: amd64-nightly
ci.openshift.io/generator: prowgen
job-release: "4.17"
Expand Down Expand Up @@ -18895,7 +18895,7 @@ 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: quay-aws
ci-operator.openshift.io/variant: amd64-nightly
ci.openshift.io/generator: prowgen
job-release: "4.17"
Expand Down Expand Up @@ -18977,7 +18977,7 @@ 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: quay-aws
ci-operator.openshift.io/variant: amd64-nightly
ci.openshift.io/generator: prowgen
job-release: "4.17"
Expand Down Expand Up @@ -47849,7 +47849,7 @@ 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: quay-aws
ci-operator.openshift.io/variant: arm64-nightly
ci.openshift.io/generator: prowgen
job-release: "4.17"
Expand Down Expand Up @@ -47931,7 +47931,7 @@ 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: quay-aws
ci-operator.openshift.io/variant: arm64-nightly
ci.openshift.io/generator: prowgen
job-release: "4.17"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71952,7 +71952,7 @@ 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: quay-aws
ci-operator.openshift.io/variant: multi-nightly
ci.openshift.io/generator: prowgen
job-release: "4.18"
Expand Down Expand Up @@ -72034,7 +72034,7 @@ 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: quay-aws
ci-operator.openshift.io/variant: multi-nightly
ci.openshift.io/generator: prowgen
job-release: "4.18"
Expand Down