Skip to content

Commit 25adf33

Browse files
authored
Merge pull request #6585 from k0sproject/backport-6584-to-release-1.34
[Backport release-1.34] Set E2E_SKIP to the empty string when running conformance tests
2 parents 0c901dc + 0377c3c commit 25adf33

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)