Skip to content

Commit 8d6689e

Browse files
committed
release-25.4: build: update release branch for Pebble scripts
Informs: #149116 Epic: none Release note: None --- Release justification: dev infra change only
1 parent 8c56c05 commit 8d6689e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

build/teamcity/cockroach/nightlies/pebble_nightly_common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ cp $BAZEL_BIN/pkg/cmd/roachtest/roachtest_/roachtest bin
3939
chmod a+w bin/roachtest
4040

4141
# Pull in the version of Pebble from upstream. If none is specified, the
42-
# benchmarks run against the tip of the 'master' branch. We do this by `go
42+
# benchmarks run against the tip of the 'crl-release-25.4' branch. We do this by `go
4343
# get`ting the SHA of the module, and then running `mirror` to update `DEPS.bzl`
4444
# accordingly.
45-
pebble_go_get_version="${PEBBLE_SHA:-master}"
45+
pebble_go_get_version="${PEBBLE_SHA:-crl-release-25.4}"
4646
echo "Benchmarking against: ${pebble_go_get_version}"
4747

4848
bazel run @go_sdk//:bin/go get "github.com/cockroachdb/pebble@${pebble_go_get_version}"

build/teamcity/cockroach/nightlies/pebble_nightly_metamorphic.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ source "$dir/teamcity-bazel-support.sh" # For run_bazel
1919
mkdir -p artifacts
2020

2121
# Pull in the latest version of Pebble from upstream. The benchmarks run
22-
# against the tip of the 'master' branch. We do this by `go get`ting the
22+
# against the tip of the 'crl-release-25.4' branch. We do this by `go get`ting the
2323
# latest version of the module, and then running `mirror` to update `DEPS.bzl`
2424
# accordingly.
25-
bazel run @go_sdk//:bin/go get github.com/cockroachdb/pebble@master
25+
bazel run @go_sdk//:bin/go get github.com/cockroachdb/pebble@crl-release-25.4
2626
# Just dump the diff to see what, if anything, has changed.
2727
git diff
2828
NEW_DEPS_BZL_CONTENT=$(bazel run //pkg/cmd/mirror/go:mirror)

build/teamcity/cockroach/nightlies/pebble_nightly_metamorphic_race.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ source "$dir/teamcity-bazel-support.sh" # For run_bazel
1919
mkdir -p artifacts
2020

2121
# Pull in the latest version of Pebble from upstream. The benchmarks run
22-
# against the tip of the 'master' branch. We do this by `go get`ting the
22+
# against the tip of the 'crl-release-25.4' branch. We do this by `go get`ting the
2323
# latest version of the module, and then running `mirror` to update `DEPS.bzl`
2424
# accordingly.
25-
bazel run @go_sdk//:bin/go get github.com/cockroachdb/pebble@master
25+
bazel run @go_sdk//:bin/go get github.com/cockroachdb/pebble@crl-release-25.4
2626
# Just dump the diff to see what, if anything, has changed.
2727
git diff
2828
NEW_DEPS_BZL_CONTENT=$(bazel run //pkg/cmd/mirror/go:mirror)

build/teamcity/cockroach/nightlies/pebble_nightly_metamorphic_two_instance.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ source "$dir/teamcity-bazel-support.sh" # For run_bazel
1919
mkdir -p artifacts
2020

2121
# Pull in the latest version of Pebble from upstream. The benchmarks run
22-
# against the tip of the 'master' branch. We do this by `go get`ting the
22+
# against the tip of the 'crl-release-25.4' branch. We do this by `go get`ting the
2323
# latest version of the module, and then running `mirror` to update `DEPS.bzl`
2424
# accordingly.
25-
bazel run @go_sdk//:bin/go get github.com/cockroachdb/pebble@master
25+
bazel run @go_sdk//:bin/go get github.com/cockroachdb/pebble@crl-release-25.4
2626
# Just dump the diff to see what, if anything, has changed.
2727
git diff
2828
NEW_DEPS_BZL_CONTENT=$(bazel run //pkg/cmd/mirror/go:mirror)

build/teamcity/cockroach/nightlies/pebble_nightly_race_common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ cp $BAZEL_BIN/pkg/cmd/roachtest/roachtest_/roachtest bin
3939
chmod a+w bin/roachtest
4040

4141
# Pull in the latest version of Pebble from upstream. The benchmarks run
42-
# against the tip of the 'master' branch. We do this by `go get`ting the
42+
# against the tip of the 'crl-release-25.4' branch. We do this by `go get`ting the
4343
# latest version of the module, and then running `mirror` to update `DEPS.bzl`
4444
# accordingly.
45-
bazel run @go_sdk//:bin/go get github.com/cockroachdb/pebble@master
45+
bazel run @go_sdk//:bin/go get github.com/cockroachdb/pebble@crl-release-25.4
4646
NEW_DEPS_BZL_CONTENT=$(bazel run //pkg/cmd/mirror/go:mirror)
4747
echo "$NEW_DEPS_BZL_CONTENT" > DEPS.bzl
4848
bazel build @com_github_cockroachdb_pebble//cmd/pebble --config race -c opt

0 commit comments

Comments
 (0)