-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
92095: ci: add script to build and push bazel builder image r=[rickystewart,rail] a=healthy-pod Release note: None Part of: CRDB-11061 92334: sqlstats: deflake TestSQLStatsIdleLatencies r=matthewtodd a=matthewtodd Fixes #91710 Release note: None 92343: testccl/workload/schemachange: shorten test r=ajwerner a=ajwerner When it runs with 800, it gets more likely that it's going to run into backoffs and it takes non-linearly longer. Fixes #92187 Release note: None Co-authored-by: healthy-pod <[email protected]> Co-authored-by: Matthew Todd <[email protected]> Co-authored-by: Andrew Werner <[email protected]>
- Loading branch information
Showing
4 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
build/teamcity/internal/cockroach/build/ci/build-and-push-bazel-builder-image.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/usr/bin/env bash | ||
set -xeuo pipefail | ||
|
||
TAG=$(date +%Y%m%d-%H%M%S) | ||
docker buildx create --name "builder-$TAG" --use | ||
docker buildx build --push --platform linux/amd64,linux/arm64 -t "cockroachdb/bazel:$TAG" -t "cockroachdb/bazel:latest-do-not-use" build/bazelbuilder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters