Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - fix: remove old e2e tests (IN-954) #334

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions .circleci/continue_config.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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

1 change: 0 additions & 1 deletion bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading