Skip to content

Commit

Permalink
Isolate new env nightly feature flag test
Browse files Browse the repository at this point in the history
This commit intends to isolate the feature flag tests and adds the new
test env for the periodic feature flag test.

/kind misc
  • Loading branch information
JeromeJu authored and tekton-robot committed Feb 20, 2024
1 parent f3d4fe6 commit d714545
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions test/e2e-tests-kind-prow-feature-flags.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
SKIP_INITIALIZE=true
SKIP_GO_E2E_TESTS=true
PIPELINE_FEATURE_GATE=stable
RUN_YAML_TESTS=false
KO_DOCKER_REPO=registry.local:5000
RUN_FEATUREFLAG_TESTS=true
E2E_GO_TEST_TIMEOUT=60m
ENABLE_STEP_ACTIONS=false
ENABLE_CEL_IN_WHENEXPRESSION=false
ENABLE_PARAM_ENUM=false
KEEP_POD_ON_CANCEL=false
2 changes: 1 addition & 1 deletion test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SKIP_INITIALIZE=${SKIP_INITIALIZE:="false"}
RUN_YAML_TESTS=${RUN_YAML_TESTS:="true"}
SKIP_GO_E2E_TESTS=${SKIP_GO_E2E_TESTS:="false"}
E2E_GO_TEST_TIMEOUT=${E2E_GO_TEST_TIMEOUT:="20m"}
RUN_FEATUREFLAGS_TESTS=${RUN_FEATUREFLAGS_TESTS:="false"}
RUN_FEATUREFLAG_TESTS=${RUN_FEATUREFLAG_TESTS:="false"}
RESULTS_FROM=${RESULTS_FROM:-termination-message}
ENABLE_STEP_ACTIONS=${ENABLE_STEP_ACTIONS:="false"}
ENABLE_CEL_IN_WHENEXPRESSION=${ENABLE_CEL_IN_WHENEXPRESSION:="false"}
Expand Down

0 comments on commit d714545

Please sign in to comment.