Skip to content

Commit 0377c3c

Browse files
twz123github-actions[bot]
authored andcommitted
Set E2E_SKIP to the empty string when running conformance tests
This is to avoid inheriting any defaults from sonobuoy. Signed-off-by: Tom Wieczorek <[email protected]> (cherry picked from commit 3f2dee8)
1 parent 0c901dc commit 0377c3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ostests-e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ jobs:
199199
bin/sonobuoy run -p e2e --wait=150 \
200200
--kubernetes-version=v"$KUBERNETES_VERSION" \
201201
--plugin-env=e2e.E2E_FOCUS="$E2E_FOCUS" \
202+
--plugin-env=e2e.E2E_SKIP='' \
202203
--plugin-env=e2e.E2E_EXTRA_GINKGO_ARGS='-v --timeout=120m'
203204
204205
- name: "e2e tests :: Retrieve serial results"

0 commit comments

Comments
 (0)