Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate pull script with CDK. #103

Merged
merged 8 commits into from
Mar 22, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address comments.
bryce-shang committed Mar 19, 2021
commit 2662e7d284dca37f3193a23f3ecd311255feb33a
4 changes: 2 additions & 2 deletions tests/ci/cdk/run-cdk.sh
Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@ function build_windows_img() {
}

function linux_docker_img_build_status_check() {
# Every 5 min, this function checks if the linux docker image batch code build is finished successfully.
# Every 5 min, this function checks if the linux docker image batch code build finished successfully.
# Normally, docker img build can take up to 1 hour. Here, we wait up to 30 * 5 min.
for i in {1..30}; do
# https://docs.aws.amazon.com/cli/latest/reference/codebuild/batch-get-build-batches.html
@@ -337,7 +337,7 @@ function main() {
cdk diff aws-lc-ci-*
;;
*)
echo "--action is required. Use '--help' to see allowed enums."
echo "--action is required. Use '--help' to see allowed actions."
exit 1
;;
esac