Skip to content

Commit

Permalink
update .release buildspec to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
KollaAdithya committed Jan 3, 2024
1 parent f6a1ccc commit 0552c4f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .release/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
phases:
install:
runtime-versions:
nodejs: 16
nodejs: 20
commands:
- "cd $HOME/.goenv && git pull --ff-only && cd -"
- "goenv install 1.21.1" # Check if a version is available: https://github.com/syndbg/goenv/tree/master/plugins/go-build/share/go-build
Expand Down
38 changes: 19 additions & 19 deletions .release/buildspec_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: addons
APP_REGION: us-west-2
Expand All @@ -28,7 +28,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: customized-env
APP_REGION: us-west-1
Expand All @@ -44,7 +44,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: init
APP_REGION: us-east-1
Expand All @@ -54,7 +54,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: multi-env-app
APP_REGION: us-east-2
Expand All @@ -68,7 +68,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: multi-svc-app
APP_REGION: us-west-2
Expand All @@ -80,7 +80,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: root
APP_REGION: us-west-1
Expand All @@ -89,7 +89,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: sidecars
APP_REGION: us-east-1
Expand All @@ -101,7 +101,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: task
APP_REGION: us-east-2
Expand All @@ -113,7 +113,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: app-with-domain
APP_REGION: us-west-2
Expand All @@ -127,7 +127,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: import-certs
APP_REGION: us-west-2
Expand All @@ -139,7 +139,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: isolated
APP_REGION: us-west-2
Expand All @@ -151,7 +151,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: exec
APP_REGION: ap-northeast-1
Expand All @@ -163,7 +163,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: apprunner
APP_REGION: ap-northeast-1
Expand All @@ -173,7 +173,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: pipeline
APP_REGION: eu-west-1
Expand All @@ -187,7 +187,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: multi-pipeline
APP_REGION: ap-northeast-1
Expand All @@ -201,7 +201,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: worker
APP_REGION: eu-central-1
Expand All @@ -213,7 +213,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: cloudfront
APP_REGION: eu-central-1
Expand All @@ -225,7 +225,7 @@ batch:
privileged-mode: true
type: LINUX_CONTAINER
compute-type: BUILD_GENERAL1_LARGE
image: aws/codebuild/standard:6.0
image: aws/codebuild/standard:7.0
variables:
TEST_SUITE: static-site
APP_REGION: eu-central-1
Expand All @@ -236,7 +236,7 @@ batch:
phases:
install:
runtime-versions:
nodejs: 16
nodejs: 20
commands:
- "cd $HOME/.goenv && git pull --ff-only && cd -"
- "goenv install 1.21.1"
Expand Down
2 changes: 1 addition & 1 deletion .release/buildspec_integ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
phases:
install:
runtime-versions:
nodejs: 16
nodejs: 20
commands:
- "cd $HOME/.goenv && git pull --ff-only && cd -"
- "goenv install 1.21.1"
Expand Down
2 changes: 1 addition & 1 deletion .release/buildspec_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ batch:
phases:
install:
runtime-versions:
nodejs: 16
nodejs: 20
commands:
- "cd $HOME/.goenv && git pull --ff-only && cd -"
- "goenv install 1.21.1"
Expand Down

0 comments on commit 0552c4f

Please sign in to comment.