Skip to content

Commit

Permalink
Try #342:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors-vf[bot] authored Jun 14, 2024
2 parents aca5a18 + 33d9ee7 commit 3c9086e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .circleci/continue_config.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ defaults:
template: basic_fail_1
branch_pattern: master

executor: &node-executor
name: vfcommon/node-executor-node-20
tag: 20.11.1-vf-2

orbs:
vfcommon: voiceflow/common@{{ .values.common_orb_version }}
sonarcloud: sonarsource/[email protected]
Expand Down Expand Up @@ -139,7 +143,13 @@ workflows:
# - vfcommon/build-e2e-tests:
# context: dev-test
# filters: *bors_branches_filters

- vfcommon/collect-e2e-logs:
context: dev-test
executor: *node-executor
e2e-env-name: {{ .values.e2e_env_name }}
requires:
- vfcommon/prepare-env
filters: *bors_branches_filters
- vfcommon/run-smoke-tests:
context: dev-test
e2e-env-name: {{ .values.e2e_env_name }}
Expand Down
2 changes: 1 addition & 1 deletion .circleci/values.test.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"e2e_env_name": "e2e-alexa-runtime-12c262a",
"common_orb_version": "0.56.2",
"common_orb_version": "0.72.0",
"branch": "trying"
}

0 comments on commit 3c9086e

Please sign in to comment.