From 4eb1ae43b56cca48b4a2aff66dea7dd89562d67e Mon Sep 17 00:00:00 2001 From: Remi Bernotavicius Date: Tue, 31 Dec 2024 19:16:41 -0800 Subject: [PATCH] Re-enable the GitHub queue broker connection --- scripts/run-tests-on-maelstrom-inner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-tests-on-maelstrom-inner.sh b/scripts/run-tests-on-maelstrom-inner.sh index 3d056920..bbd7a13d 100755 --- a/scripts/run-tests-on-maelstrom-inner.sh +++ b/scripts/run-tests-on-maelstrom-inner.sh @@ -14,7 +14,7 @@ if [[ $# -gt 0 ]]; then export ACTIONS_RUNTIME_TOKEN=$1 export ACTIONS_RESULTS_URL=$2 BROKER_ARGS="$BROKER_ARGS --artifact-transfer-strategy github" - WORKER_ARGS="$WORKER_ARGS --artifact-transfer-strategy github" + WORKER_ARGS="$WORKER_ARGS --artifact-transfer-strategy github --broker-connection github" CARGO_ARGS="$CARGO_ARGS --artifact-transfer-strategy github" PYTEST_ARGS="$PYTEST_ARGS --artifact-transfer-strategy github" echo "using github for artifact transfer"