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 @@ -67,7 +67,7 @@ tests:
export CONTENT_DIRECTORY=$PWD
git clone https://github.com/ComplianceAsCode/ocp4e2e.git ocp4e2e
pushd ocp4e2e; make install-jq
PATH=$PATH:/tmp/bin go test . -run=^TestNodeCompliance$ -test-type="node" -content-image="$CONTENT_IMAGE" -content-directory="$CONTENT_DIRECTORY"
PATH=$PATH:/tmp/bin go test -v -timeout 240m . -run=^TestNodeCompliance$ -test-type="node" -content-image="$CONTENT_IMAGE" -content-directory="$CONTENT_DIRECTORY"
dependencies:
- env: CONTENT_IMAGE
name: ocp4-content-ds
Expand Down