Skip to content

Commit

Permalink
Disable new github queue broker connection for now while I debug it
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbobbio committed Jan 1, 2025
1 parent 23b1428 commit 4342563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-tests-on-maelstrom-inner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 --broker-connection github"
WORKER_ARGS="$WORKER_ARGS --artifact-transfer-strategy github"
CARGO_ARGS="$CARGO_ARGS --artifact-transfer-strategy github"
PYTEST_ARGS="$PYTEST_ARGS --artifact-transfer-strategy github"
echo "using github for artifact transfer"
Expand Down

0 comments on commit 4342563

Please sign in to comment.