Skip to content

Commit

Permalink
Update test-template-fastcheck.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored Jul 13, 2024
1 parent 0232bc2 commit ae77bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-template-fastcheck.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
queue: cpu_queue
commands:
- "aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/q9t5s3a7"
- "docker build --build-arg max_jobs=16 --build-arg USE_SCCACHE=1 --tag {{ docker_image }} --target test --progress plain ."
- "docker build --build-arg max_jobs=16 --build-arg buildkite_commit=$BUILDKITE_COMMIT USE_SCCACHE=1 --tag {{ docker_image }} --target test --progress plain ."
- "docker push {{ docker_image }}"
env:
DOCKER_BUILDKIT: "1"
Expand Down

0 comments on commit ae77bb3

Please sign in to comment.