Skip to content
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 @@ -100,9 +100,9 @@ tests:
- as: e2e-aws-serial
skip_if_only_changed: ^.*(md|adoc)$|^LICENSE$|^.github/workflows/*
steps:
cluster_profile: quay-aws
cluster_profile: aws-stackrox
env:
BASE_DOMAIN: quay.devcluster.openshift.com
BASE_DOMAIN: perfscale.rox.systems
test:
- as: test
cli: latest
Expand Down Expand Up @@ -219,11 +219,11 @@ tests:
as: e2e-aws-serial-arm
skip_if_only_changed: ^.*(md|adoc)$|^LICENSE$|^.github/workflows/*
steps:
cluster_profile: quay-aws
cluster_profile: aws-stackrox
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
BASE_DOMAIN: quay.devcluster.openshift.com
BASE_DOMAIN: perfscale.rox.systems
COMPUTE_ARCH: arm64
CONTROL_ARCH: arm64
OCP_ARCH: arm64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ presubmits:
- images/testcontent/Dockerfile.ci
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: quay-aws
ci-operator.openshift.io/cloud-cluster-profile: aws-stackrox
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-ComplianceAsCode-compliance-operator-master-e2e-aws-serial
Expand Down Expand Up @@ -445,7 +445,7 @@ presubmits:
- images/testcontent/Dockerfile.ci
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: quay-aws
ci-operator.openshift.io/cloud-cluster-profile: aws-stackrox
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-ComplianceAsCode-compliance-operator-master-e2e-aws-serial-arm
Expand Down