File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ci/plugins/mzcompose/hooks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set -euo pipefail
1414. misc/shlib/shlib.bash
1515
1616run () {
17- bin/ci-builder run stable bin/mzcompose --mz-quiet --find " $BUILDKITE_PLUGIN_MZCOMPOSE_COMPOSITION " " $@ "
17+ bin/ci-builder run min bin/mzcompose --mz-quiet --find " $BUILDKITE_PLUGIN_MZCOMPOSE_COMPOSITION " " $@ "
1818}
1919
2020echo " Collecting logs"
7070rm -rf cores
7171
7272echo " Compressing parallel-workload-queries.log"
73- bin/ci-builder run stable zstd --rm parallel-workload-queries.log || true
73+ bin/ci-builder run min zstd --rm parallel-workload-queries.log || true
7474
7575echo " Uploading log artifacts"
7676mapfile -t artifacts < <( printf " run.log\nservices.log\njournalctl-merge.log\nnetstat-ant.log\nnetstat-panelot.log\nps-aux.log\ndocker-ps-a.log\ndocker-inspect.log\n" ; find . -name ' junit_*.xml' )
@@ -82,7 +82,7 @@ CI_ANNOTATE_ERRORS_RESULT=0
8282# Uploading large files currently sometimes hangs, as a temporary workaround
8383# timeout and don't fail, TODO(def-) Remove timeout again
8484timeout 300 buildkite-agent artifact upload " $artifacts_str " || true
85- bin/ci-builder run stable bin/ci-annotate-errors --test-cmd=" $( cat test_cmd) " --test-desc=" $( cat test_desc) " " ${artifacts[@]} " > ci-annotate-errors.log || CI_ANNOTATE_ERRORS_RESULT=$?
85+ bin/ci-builder run min bin/ci-annotate-errors --test-cmd=" $( cat test_cmd) " --test-desc=" $( cat test_desc) " " ${artifacts[@]} " > ci-annotate-errors.log || CI_ANNOTATE_ERRORS_RESULT=$?
8686buildkite-agent artifact upload " ci-annotate-errors.log"
8787
8888if [ ! -s services.log ] && [ " $BUILDKITE_LABEL " != " Maelstrom coverage of persist" ] && [ " $BUILDKITE_LABEL " != " Long single-node Maelstrom coverage of persist" ] && [ " $BUILDKITE_LABEL " != " Maelstrom coverage of txn-wal" ] && [ " $BUILDKITE_LABEL " != " Mz E2E Test" ] && [ " $BUILDKITE_LABEL " != " Output consistency (version for DFR)" ] && [ " $BUILDKITE_LABEL " != " Output consistency (version for CTF)" ] && [ " $BUILDKITE_LABEL " != " QA Canary Environment Base Load" ] && [ " $BUILDKITE_LABEL " != " Parallel Benchmark against QA Canary Environment" ] && [ " $BUILDKITE_LABEL " != " Parallel Benchmark against QA Benchmarking Staging Environment" ] && [ " $BUILDKITE_LABEL " != " Terraform + Helm Chart E2E on AWS" ]; then
You can’t perform that action at this time.
0 commit comments