Skip to content

Commit 4f141b5

Browse files
committed
fix: restrict searchable_migration to v1 transformer supported regions
1 parent e0ea638 commit 4f141b5

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

codebuild_specs/e2e_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ batch:
544544
compute-type: BUILD_GENERAL1_SMALL
545545
variables:
546546
TEST_SUITE: src/__tests__/transformer-migrations/searchable-migration.test.ts
547-
CLI_REGION: eu-north-1
547+
CLI_REGION: ap-southeast-2
548548
USE_PARENT_ACCOUNT: 1
549549
depend-on:
550550
- publish_to_local_registry

scripts/split-e2e-tests.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,10 @@ const RUN_IN_COGNITO_REGIONS: (string | RegExp)[] = [
178178
/src\/__tests__\/AuthV2ExhaustiveT3C.test.ts/,
179179
];
180180

181-
const RUN_IN_V1_TRANSFORMER_REGIONS = ['src/__tests__/schema-searchable.test.ts'];
181+
const RUN_IN_V1_TRANSFORMER_REGIONS = [
182+
'src/__tests__/schema-searchable.test.ts',
183+
'src/__tests__/transformer-migrations/searchable-migration.test.ts',
184+
];
182185

183186
const DEBUG_FLAG = '--debug';
184187

0 commit comments

Comments
 (0)