Skip to content

Commit c7813f5

Browse files
craig[bot]rickystewart
andcommitted
Merge #158817
158817: build: remove reference to nonexistent `local-mixed-25.3` directory r=rail a=rickystewart Closes #158741. Release note: none Epic: none Co-authored-by: Ricky Stewart <ricky@cockroachlabs.com>
2 parents f4c2dc4 + 4bc710b commit c7813f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/teamcity/cockroach/nightlies/sqllogic_corpus_nightly_impl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if [ $exit_status = 0 ]; then
8181
fi
8282

8383
# Generate a corpus for all mixed version variants
84-
for config in local-mixed-25.3 local-mixed-25.4; do
84+
for config in local-mixed-25.4; do
8585
$BAZEL_BIN/pkg/cmd/bazci/bazci_/bazci test -- --config=ci \
8686
//pkg/sql/logictest/tests/$config/... \
8787
--test_arg=--declarative-corpus=$ARTIFACTS_DIR/corpus-mixed \

0 commit comments

Comments
 (0)