Skip to content

Commit 2d8f1fd

Browse files
author
aws-amplify-bot
committed
Merge branch 'sdk-migrations-2' of github.com:aws-amplify/amplify-cli into sdk-migrations-2
2 parents 294d5c4 + 93ba722 commit 2d8f1fd

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

packages/amplify-e2e-tests/src/__tests__/custom-resource-with-storage.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ describe('adding custom resources test', () => {
2525
let projRoot: string;
2626
const envName = 'devtest';
2727
beforeEach(async () => {
28-
process.env.AMPLIFY_ENABLE_DEBUG_OUTPUT = 'true';
2928
projRoot = await createNewProjectDir(projectName);
3029
await initJSProjectWithProfile(projRoot, { envName, disableAmplifyAppCreation: false });
3130
await gitInit(projRoot);

packages/amplify-e2e-tests/src/cleanup-codebuild-resources.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,8 +1085,8 @@ const cleanupAccount = async (account: AWSAccountInfo, accountIndex: number, fil
10851085

10861086
/**
10871087
* Execute the cleanup script.
1088-
* Cleanup will happen sequentially across accounts to avoid resource exhaustion,
1089-
* based on the requested filter parameters (i.e. for a given workflow, job, or all stale resources).
1088+
* Cleanup will happen in parallel across all accounts within a given organization,
1089+
* based on the requested filter parameters (i.e. for a given workflow, or all stale resources).
10901090
* Logs are emitted for given account ids anywhere we've fanned out, but we use an indexing scheme instead
10911091
* of account ids since the logs these are written to will be effectively public.
10921092
*/

0 commit comments

Comments
 (0)