Skip to content

Commit

Permalink
use privileged-mode for arm tsan in gv3
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Apr 24, 2024
1 parent 51b212b commit 92927b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ batch:
buildspec: ./tests/ci/codebuild/common/run_simple_target.yml
env:
type: ARM_CONTAINER
privileged-mode: false
privileged-mode: true
compute-type: BUILD_GENERAL1_LARGE
image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-aarch:amazonlinux-2023_clang-15x_sanitizer_latest
variables:
Expand Down
2 changes: 1 addition & 1 deletion tests/ci/cdk/cdk/ssm/general_test_run_ssm_document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mainSteps:
- aws ecr get-login-password --region us-west-2 | docker login -u AWS --password-stdin "${ECR_REPO}"
- docker pull "${ECR_REPO}:{ECR_DOCKER_TAG}_latest"
# start the container
- exec_docker="docker run -v `pwd`:`pwd` -w `pwd` ${ECR_REPO}:{ECR_DOCKER_TAG}_latest"
- exec_docker="docker run -v `pwd`:`pwd` -w `pwd` --privileged ${ECR_REPO}:{ECR_DOCKER_TAG}_latest"
# Check if container was spun up succesfully. Then run test scripts and check the output.
- >
if [ -n "$exec_docker" ]; then
Expand Down

0 comments on commit 92927b6

Please sign in to comment.