Skip to content
Merged
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 @@ -102,7 +102,10 @@ tests:
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"
PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestPlatformCompliance$ -install-operator=${INSTALL_OPERATOR} -test-type="platform" -content-image="$CONTENT_IMAGE" -content-directory="$CONTENT_DIRECTORY"
dependencies:
- env: CONTENT_IMAGE
name: ocp4-content-ds
from: src
resources:
requests:
Expand All @@ -128,7 +131,10 @@ tests:
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"
PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestNodeCompliance$ -install-operator=${INSTALL_OPERATOR} -test-type="node" -content-image="$CONTENT_IMAGE" -content-directory="$CONTENT_DIRECTORY"
dependencies:
- env: CONTENT_IMAGE
name: ocp4-content-ds
from: src
resources:
requests:
Expand Down