Skip to content

Commit

Permalink
aws-crt-build v0.9.59
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Jun 18, 2024
1 parent b762225 commit 947d683
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- 'docs'

env:
BUILDER_VERSION: python3-venv
BUILDER_SOURCE: channels
BUILDER_VERSION: v0.9.59
BUILDER_SOURCE: releases
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
PACKAGE_NAME: aws-crt-python
LINUX_BASE_IMAGE: ubuntu-18-x64
Expand Down
3 changes: 1 addition & 2 deletions codebuild/linux-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.2
env:
shell: bash
variables:
BUILDER_VERSION: v0.9.44
BUILDER_VERSION: v0.9.59
BUILDER_SOURCE: releases
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
PACKAGE_NAME: aws-crt-python
Expand All @@ -27,4 +27,3 @@ phases:
post_build:
commands:
- echo Build completed on `date`

5 changes: 1 addition & 4 deletions codebuild/mqtt5-python-canary-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ env:
CANARY_CLIENT_COUNT: 10
CANARY_LOG_FILE: 'canary_log.txt'
CANARY_LOG_LEVEL: 'ERROR'
BUILDER_VERSION: v0.9.21
BUILDER_SOURCE: releases
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
PACKAGE_NAME: aws-crt-python
CANARY_TEST_EXE: 'python -m unittest --failfast --verbose 2>&1 | tee /tmp/tests.log test.test_mqtt5_canary'
CANARY_SERVER_ARN: Mqtt5MosquittoSever
Expand All @@ -36,4 +33,4 @@ phases:
- $CODEBUILD_SRC_DIR/codebuild/mqtt5-python-canary-test.sh
post_build:
commands:
- echo Build completed on `date`
- echo Build completed on `date`

0 comments on commit 947d683

Please sign in to comment.