diff --git a/.circleci/continue_config.yml.tmpl b/.circleci/continue_config.yml.tmpl index 7369e339..fc052fa3 100644 --- a/.circleci/continue_config.yml.tmpl +++ b/.circleci/continue_config.yml.tmpl @@ -138,7 +138,7 @@ workflows: - vfcommon/build-e2e-tests: context: dev-test filters: *bors_branches_filters - + - vfcommon/run-e2e-tests: context: dev-test env-name: {{ .values.e2e_env_name }} @@ -203,18 +203,3 @@ workflows: branches: only: - production - - - # Old E2E tests (Remove once new E2E tests are stable) - old-e2e-tests: - jobs: - - vfcommon/test_e2e: - <<: *slack-fail-post-step - name: old_e2e_tests - github_username: GITHUB_USERNAME - github_token: GITHUB_TOKEN - vf_service_name: "alexa-runtime" - vf_service_port: "8012" - context: dev-test - filters: *bors_branches_filters - diff --git a/bors.toml b/bors.toml index bb5b225b..f7d7bc8f 100644 --- a/bors.toml +++ b/bors.toml @@ -5,7 +5,6 @@ status = [ "ci/circleci: run-e2e-tests", "ci/circleci: provision-env", "ci/circleci: prepare-env", - "ci/circleci: old_e2e_tests", ] delete_merged_branches = true use_squash_merge = true