File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
packages/amplify-codegen-e2e-core/src/configure Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ const defaultProjectSettings = {
2525 startCmd : '\r' ,
2626} ;
2727
28+ /**
29+ * This is a list with regions same as Amplify CLI 'configure' dropdown.
30+ * We need to keep order of regions in this list and sync with Amplify CLI regions to prevent
31+ * configuration from failing.
32+ *
33+ * For CI: $CLI_REGION will be selected from this list.
34+ */
2835export const amplifyRegions = [
2936 'us-east-1' ,
3037 'us-east-2' ,
@@ -38,6 +45,7 @@ export const amplifyRegions = [
3845 'eu-central-1' ,
3946 'ap-northeast-1' ,
4047 'ap-northeast-2' ,
48+ 'ap-northeast-3' ,
4149 'ap-southeast-1' ,
4250 'ap-southeast-2' ,
4351 'ap-south-1' ,
Original file line number Diff line number Diff line change @@ -290,7 +290,6 @@ function _setupGen2E2ETestsWindows {
290290
291291
292292function _runE2ETestsLinux {
293- printenv
294293 echo " RUN E2E Tests Linux"
295294 retry runE2eTest
296295}
You can’t perform that action at this time.
0 commit comments