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 @@ -156,56 +156,6 @@ tests:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-openshift-platform-compliance-weekly
cron: 0 21 * * 3,6
steps:
cluster_profile: quay-aws
env:
BASE_DOMAIN: quay.devcluster.openshift.com
test:
- as: test
cli: latest
commands: |
set -x
export component=ocp4-content-ds
export CONTENT_DIRECTORY=$PWD
git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
pushd ocp4e2e; make install-jq
INSTALL_OPERATOR=${INSTALL_OPERATOR:-true}
PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestPlatformCompliance$ -install-operator=${INSTALL_OPERATOR} -test-type="platform" -content-directory="$CONTENT_DIRECTORY"
dependencies:
- env: CONTENT_IMAGE
name: ocp4-content-ds
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-openshift-node-compliance-weekly
cron: 0 21 * * 3,6
steps:
cluster_profile: quay-aws
env:
BASE_DOMAIN: quay.devcluster.openshift.com
test:
- as: test
cli: latest
commands: |
set -x
export component=ocp4-content-ds
export CONTENT_DIRECTORY=$PWD
git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
pushd ocp4e2e; make install-jq
INSTALL_OPERATOR=${INSTALL_OPERATOR:-true}
PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestNodeCompliance$ -install-operator=${INSTALL_OPERATOR} -test-type="node" -content-directory="$CONTENT_DIRECTORY"
dependencies:
- env: CONTENT_IMAGE
name: ocp4-content-ds
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-openshift-platform-compliance-arm-weekly
cron: 0 21 * * 3,6
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -600,68 +600,6 @@ tests:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-openshift-platform-compliance-arm-weekly
cron: 0 23 * * 3,6
steps:
cluster_profile: quay-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
BASE_DOMAIN: quay.devcluster.openshift.com
COMPUTE_ARCH: arm64
CONTROL_ARCH: arm64
FIPS_ENABLED: "true"
OCP_ARCH: arm64
test:
- as: test
cli: latest
commands: |
set -x
export CONTENT_DIRECTORY=$PWD
export component=ocp4-content-ds
git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
pushd ocp4e2e; make install-jq
INSTALL_OPERATOR=${INSTALL_OPERATOR:-true}
PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestPlatformCompliance$ -install-operator=${INSTALL_OPERATOR} -test-type="platform" -content-directory="$CONTENT_DIRECTORY"
dependencies:
- env: CONTENT_IMAGE
name: ocp4-content-ds
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-openshift-node-compliance-arm-weekly
cron: 0 23 * * 3,6
steps:
cluster_profile: quay-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
BASE_DOMAIN: quay.devcluster.openshift.com
COMPUTE_ARCH: arm64
CONTROL_ARCH: arm64
FIPS_ENABLED: "true"
OCP_ARCH: arm64
test:
- as: test
cli: latest
commands: |
set -x
export CONTENT_DIRECTORY=$PWD
export component=ocp4-content-ds
git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
pushd ocp4e2e; make install-jq
INSTALL_OPERATOR=${INSTALL_OPERATOR:-true}
PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestNodeCompliance$ -install-operator=${INSTALL_OPERATOR} -test-type="node" -content-directory="$CONTENT_DIRECTORY"
dependencies:
- env: CONTENT_IMAGE
name: ocp4-content-ds
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
zz_generated_metadata:
branch: master
org: ComplianceAsCode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -550,48 +550,6 @@ tests:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-openshift-platform-compliance-weekly
cron: 30 23 * * 3,6
steps:
cluster_profile: quay-aws
env:
BASE_DOMAIN: quay.devcluster.openshift.com
test:
- as: test
cli: latest
commands: |
set -x
export CONTENT_DIRECTORY=$PWD
git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
pushd ocp4e2e; make install-jq
INSTALL_OPERATOR=${INSTALL_OPERATOR:-true}
PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestPlatformCompliance$ -install-operator=${INSTALL_OPERATOR} -test-type="platform" -content-directory="$CONTENT_DIRECTORY"
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-openshift-node-compliance-weekly
cron: 30 23 * * 3,6
steps:
cluster_profile: quay-aws
env:
BASE_DOMAIN: quay.devcluster.openshift.com
test:
- as: test
cli: latest
commands: |
set -x
export CONTENT_DIRECTORY=$PWD
git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
pushd ocp4e2e; make install-jq
INSTALL_OPERATOR=${INSTALL_OPERATOR:-true}
PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestNodeCompliance$ -install-operator=${INSTALL_OPERATOR} -test-type="node" -content-directory="$CONTENT_DIRECTORY"
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-openshift-platform-compliance-arm-weekly
cron: 30 23 * * 3,6
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,60 +592,6 @@ tests:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-openshift-platform-compliance-arm-weekly
cron: 45 23 * * 3,6
steps:
cluster_profile: quay-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
BASE_DOMAIN: quay.devcluster.openshift.com
COMPUTE_ARCH: arm64
CONTROL_ARCH: arm64
FIPS_ENABLED: "true"
OCP_ARCH: arm64
test:
- as: test
cli: latest
commands: |
set -x
export CONTENT_DIRECTORY=$PWD
git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
pushd ocp4e2e; make install-jq
INSTALL_OPERATOR=${INSTALL_OPERATOR:-true}
PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestPlatformCompliance$ -install-operator=${INSTALL_OPERATOR} -test-type="platform" -content-directory="$CONTENT_DIRECTORY"
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-openshift-node-compliance-arm-weekly
cron: 45 23 * * 3,6
steps:
cluster_profile: quay-aws
dependencies:
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:arm64-latest
env:
BASE_DOMAIN: quay.devcluster.openshift.com
COMPUTE_ARCH: arm64
CONTROL_ARCH: arm64
FIPS_ENABLED: "true"
OCP_ARCH: arm64
test:
- as: test
cli: latest
commands: |
set -x
export CONTENT_DIRECTORY=$PWD
git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
pushd ocp4e2e; make install-jq
INSTALL_OPERATOR=${INSTALL_OPERATOR:-true}
PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestNodeCompliance$ -install-operator=${INSTALL_OPERATOR} -test-type="node" -content-directory="$CONTENT_DIRECTORY"
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
zz_generated_metadata:
branch: master
org: ComplianceAsCode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -550,48 +550,6 @@ tests:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-openshift-platform-compliance-weekly
cron: 45 23 * * 3,6
steps:
cluster_profile: quay-aws
env:
BASE_DOMAIN: quay.devcluster.openshift.com
test:
- as: test
cli: latest
commands: |
set -x
export CONTENT_DIRECTORY=$PWD
git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
pushd ocp4e2e; make install-jq
INSTALL_OPERATOR=${INSTALL_OPERATOR:-true}
PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestPlatformCompliance$ -install-operator=${INSTALL_OPERATOR} -test-type="platform" -content-directory="$CONTENT_DIRECTORY"
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-openshift-node-compliance-weekly
cron: 45 23 * * 3,6
steps:
cluster_profile: quay-aws
env:
BASE_DOMAIN: quay.devcluster.openshift.com
test:
- as: test
cli: latest
commands: |
set -x
export CONTENT_DIRECTORY=$PWD
git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
pushd ocp4e2e; make install-jq
INSTALL_OPERATOR=${INSTALL_OPERATOR:-true}
PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestNodeCompliance$ -install-operator=${INSTALL_OPERATOR} -test-type="node" -content-directory="$CONTENT_DIRECTORY"
from: src
resources:
requests:
cpu: 100m
workflow: ipi-aws
- as: e2e-aws-openshift-platform-compliance-arm-weekly
cron: 45 23 * * 3,6
steps:
Expand Down
Loading