Skip to content

Commit efab810

Browse files
iliapolomrgrain
authored andcommitted
chore: enable atmosphere (#316)
Once this is merged we can increase concurrency. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 87738ba commit efab810

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/integ.yml

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,11 @@ new CdkCliIntegTestsWorkflow(repo, {
15381538
// - Previously released version for aws-cdk-lib
15391539
cloudAssemblySchema.name,
15401540
],
1541+
enableAtmosphere: {
1542+
oidcRoleArn: '${{ vars.CDK_ATMOSPHERE_PROD_OIDC_ROLE }}',
1543+
endpoint: '${{ vars.CDK_ATMOSPHERE_PROD_ENDPOINT }}',
1544+
pool: '${{ vars.CDK_INTEG_ATMOSPHERE_POOL }}',
1545+
},
15411546
});
15421547

15431548
new CodeCovWorkflow(repo, {

0 commit comments

Comments
 (0)