Skip to content

Commit

Permalink
Update canary comment to trigger CI (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedTwigleg committed Nov 23, 2022
1 parent 51f1ec9 commit 502cbfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codebuild/mqtt-canary-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ phases:
# Canary related:
# ==========
- echo run canary test through wrapper
# start canary
# Start canary
- python3 codebuild/CanaryWrapper.py --canary_executable $CANNARY_TEST_EXE --canary_arguments "-s ${CANARY_DURATION} -t ${CANARY_THREADS} -T ${CANARY_TPS} -C ${CANARY_CLIENT_COUNT} -l ${CANARY_LOG_FILE} -v ${CANARY_LOG_LEVEL} endpoint ${ENDPOINT}" --git_hash ${GIT_HASH} --git_repo_name $PACKAGE_NAME --codebuild_log_path $CODEBUILD_LOG_PATH
- aws s3 cp ./${CANARY_LOG_FILE} ${S3_DST}log/${GIT_HASH}/
# upload built canary test build result to s3 bucket
# Upload built canary test build result to s3 bucket
- zip -r latestBuild.zip build/install
- aws s3 cp ./latestBuild.zip ${S3_DST}build/latest
# upload latest source to S3 bucket
# Upload latest source to S3 bucket
- find * -type f ! -perm +r -exec zip latestSnapshot.zip {} +
- aws s3 cp ./latestSnapshot.zip ${S3_DST}source/latest
# ==========
Expand Down

0 comments on commit 502cbfc

Please sign in to comment.