From 03215a3681a55202c899d411a15cc391e1ed38de Mon Sep 17 00:00:00 2001 From: Jerome Ju Date: Wed, 9 Nov 2022 17:07:01 +0000 Subject: [PATCH] Add prow env for beta integration test --- test/README.md | 2 ++ test/e2e-tests-kind-prow-beta.env | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 test/e2e-tests-kind-prow-beta.env diff --git a/test/README.md b/test/README.md index f184c095d61..af57c1fe365 100644 --- a/test/README.md +++ b/test/README.md @@ -30,6 +30,8 @@ in local kubeconfig file (~/.kube/config by default) in you local machine. is the difference of running environments. The envs that our presubmit test uses are stored in ./*.env files. Specifically, > - e2e-tests-kind-prow-alpha.env for [`pull-tekton-pipeline-alpha-integration-tests`](https://github.com/tektoncd/plumbing/blob/d2c8ccb63d02c6e72c62def788af32d63ff1981a/prow/config.yaml#L1304) +> - e2e-tests-kind-prow-beta.env for [`pull-tekton-pipeline-beta-integration-tests`] +(TODO: https://github.com/tektoncd/pipeline/issues/6048 Add permanent link after plumbing setup for prow) > - e2e-tests-kind-prow.env for [`pull-tekton-pipeline-integration-tests`](https://github.com/tektoncd/plumbing/blob/d2c8ccb63d02c6e72c62def788af32d63ff1981a/prow/config.yaml#L1249) ## Unit tests diff --git a/test/e2e-tests-kind-prow-beta.env b/test/e2e-tests-kind-prow-beta.env new file mode 100644 index 00000000000..8dae8c618fe --- /dev/null +++ b/test/e2e-tests-kind-prow-beta.env @@ -0,0 +1,6 @@ +SKIP_INITIALIZE=true +PIPELINE_FEATURE_GATE=beta +EMBEDDED_STATUS_GATE=minimal +RUN_YAML_TESTS=true +KO_DOCKER_REPO=registry.local:5000 +E2E_GO_TEST_TIMEOUT=40m