We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4c2dc4 + 4bc710b commit c7813f5Copy full SHA for c7813f5
build/teamcity/cockroach/nightlies/sqllogic_corpus_nightly_impl.sh
@@ -81,7 +81,7 @@ if [ $exit_status = 0 ]; then
81
fi
82
83
# Generate a corpus for all mixed version variants
84
-for config in local-mixed-25.3 local-mixed-25.4; do
+for config in local-mixed-25.4; do
85
$BAZEL_BIN/pkg/cmd/bazci/bazci_/bazci test -- --config=ci \
86
//pkg/sql/logictest/tests/$config/... \
87
--test_arg=--declarative-corpus=$ARTIFACTS_DIR/corpus-mixed \
0 commit comments