File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,23 +31,23 @@ batch:
31
31
debug-session : true
32
32
depend-on :
33
33
- publish_to_local_registry
34
- - identifier : build_app_android
34
+ - identifier : build_app_android_us_east_1
35
35
buildspec : .codebuild/run_android_modelgen_e2e_test.yml
36
36
env :
37
37
compute-type : BUILD_GENERAL1_LARGE
38
38
variables :
39
39
TEST_SUITE : src/__tests__/build-app-android.test.ts
40
- CLI_REGION : us-east-2
40
+ CLI_REGION : us-east-1
41
41
debug-session : true
42
42
depend-on :
43
43
- publish_to_local_registry
44
- - identifier : build_app_ts
44
+ - identifier : build_app_ts_us_east_1
45
45
buildspec : .codebuild/run_e2e_tests.yml
46
46
env :
47
47
compute-type : BUILD_GENERAL1_LARGE
48
48
variables :
49
49
TEST_SUITE : src/__tests__/build-app-ts.test.ts
50
- CLI_REGION : ap-southeast -1
50
+ CLI_REGION : us-east -1
51
51
debug-session : true
52
52
depend-on :
53
53
- publish_to_local_registry
56
56
env :
57
57
compute-type : BUILD_GENERAL1_MEDIUM
58
58
depend-on :
59
- - publish_to_local_registry
59
+ - build_app_ts_us_east_1
You can’t perform that action at this time.
0 commit comments