-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Isolate new env nightly feature flag test
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
1 parent
f3d4fe6
commit d714545
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters