Skip to content

Commit 9b657cb

Browse files
committed
Add env file for Kind-in-Prow integration test job
This differs from the existing `test/e2e-tests-kind.env` in not having `ARTIFACTS` set, and turning on `RUN_YAML_TESTS`. Signed-off-by: Andrew Bayer <[email protected]>
1 parent 380dbd0 commit 9b657cb

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
SKIP_INITIALIZE=true
2+
PIPELINE_FEATURE_GATE=alpha
3+
EMBEDDED_STATUS_GATE=minimal
4+
RUN_YAML_TESTS=true
5+
KO_DOCKER_REPO=registry.local:5000

test/e2e-tests-kind-prow-full.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SKIP_INITIALIZE=true
2+
PIPELINE_FEATURE_GATE=stable
3+
RUN_YAML_TESTS=true
4+
KO_DOCKER_REPO=registry.local:5000

0 commit comments

Comments
 (0)