You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ci/cdk/README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -88,10 +88,10 @@ Use the following commands to deploy the CI pipeline. Any changes to the CI or D
88
88
89
89
1. Ensure you are in `aws-lc/tests/ci/cdk`
90
90
2. Export the relevant environment variables:
91
-
-`PIPELINE_ACCOUNT_ID`: the AWS account to host your pipeline
92
-
-`DEPLOY_ACCOUNT_ID`: the AWS account to deploy Docker images and CodeBuild CI tests to.
93
-
-`GITHUB_REPO_OWNER`: GitHub repo targeted by the pipeline (i.e, your personal Github account)
94
-
-`GITHUB_SOURCE_VERSION`: Git branch holding the latest pipeline code (default: main)
91
+
-`PIPELINE_ACCOUNT_ID` (required): the AWS account to host your pipeline
92
+
-`DEPLOY_ACCOUNT_ID` (optional) : the AWS account to deploy Docker images and CodeBuild CI tests to, used for dev pipelines only (can be the same as `PIPELINE_ACCOUNT_ID`)
93
+
-`GITHUB_REPO_OWNER` (optional): GitHub repo targeted by the pipeline (i.e, your personal Github account)
3.[SKIP IF NO CROSS-ACCOUNT DEPLOYMENT] Give the pipeline account administrator access to the deployment account's CloudFormation. Repeat this step depending on how many deployment environment there are. You only need to run this step once when the pipeline is deploying to a new account for the first time.
97
97
```shell
@@ -101,7 +101,7 @@ Use the following commands to deploy the CI pipeline. Any changes to the CI or D
0 commit comments