Skip to content

Commit a4d9df1

Browse files
author
Dane Pilcher
committed
ci: try different image
1 parent 67d995e commit a4d9df1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.codebuild/e2e_workflow_base.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ batch:
1515
env:
1616
type: WINDOWS_SERVER_2019_CONTAINER
1717
compute-type: BUILD_GENERAL1_LARGE
18-
image: $WINDOWS_IMAGE_2019
18+
image: 671107461633.dkr.ecr.us-east-1.amazonaws.com/amplify-cli-codebuild-testing-stack-prod-amplifyclie2eecrc5fd2bba-ke8oxaimjhf2:1.0.3-1
1919
- identifier: test_windows
2020
buildspec: .codebuild/test_windows.yml
2121
env:
2222
type: WINDOWS_SERVER_2019_CONTAINER
2323
compute-type: BUILD_GENERAL1_LARGE
24-
image: $WINDOWS_IMAGE_2019
24+
image: 671107461633.dkr.ecr.us-east-1.amazonaws.com/amplify-cli-codebuild-testing-stack-prod-amplifyclie2eecrc5fd2bba-ke8oxaimjhf2:1.0.3-1
2525
depend-on:
2626
- build_windows
2727
- identifier: test
@@ -82,7 +82,7 @@ batch:
8282
buildspec: .codebuild/run_gen2_e2e_test.yml
8383
env:
8484
compute-type: BUILD_GENERAL1_LARGE
85-
image: 671107461633.dkr.ecr.us-east-1.amazonaws.com/amplify-cli-codebuild-testing-stack-prod-amplifyclie2eecrc5fd2bba-ke8oxaimjhf2:1.0.3
85+
image: 671107461633.dkr.ecr.us-east-1.amazonaws.com/amplify-cli-codebuild-testing-stack-prod-amplifyclie2eecrc5fd2bba-ke8oxaimjhf2:1.0.4-node-22-rc
8686
variables:
8787
TEST_SUITE: src/__tests__/graphql-generator-gen2.test.ts
8888
CLI_REGION: us-west-2

0 commit comments

Comments
 (0)