From f8e4ea868f8bfc156e87b77735e1b5f37ca89970 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Sat, 1 Jul 2023 10:31:25 -0700 Subject: [PATCH] CI: Use a globally-unique Sauce tunnel ID CIRCLE_BUILD_NUM is only unique per-repo, and we have multiple repos that can concurrently run Sauce builds. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 36c942c7..04acbcb3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,7 +80,7 @@ jobs: # cleanly if we kill it from a different step than it started in. export PATH=$PATH:$HOME/workspace/bin - export SAUCE_TUNNEL_IDENTIFIER=$CIRCLE_BUILD_NUM + export SAUCE_TUNNEL_IDENTIFIER=$CIRCLE_WORKFLOW_JOB_ID scripts/start-sauce-connect sauce-pidfile set +o errexit scripts/run-all-browsers