Skip to content

Commit 545dcc4

Browse files
authored
fix: local test reporting wait ids variable in buildspec (#12741)
* chore: fix local reports ids variable * chore: fix local reports ids variable * chore: fix local reports ids variable
1 parent 68dcea2 commit 545dcc4

File tree

3 files changed

+207
-206
lines changed

3 files changed

+207
-206
lines changed

codebuild_specs/e2e_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ batch:
145145
env:
146146
compute-type: BUILD_GENERAL1_LARGE
147147
variables:
148-
WAIT_FOR_IDS: run_e2e_tests_linux,run_e2e_tests_linux_2
148+
WAIT_FOR_IDS_FILE_PATH: ./codebuild_specs/wait_for_ids_local.json
149149
debug-session: true
150150
depend-on:
151151
- upload_pkg_binaries

0 commit comments

Comments
 (0)