From 80b9d6c2e0d580ee21ffa8cd024c72f6364ea92e 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 f754a4b1..860c9ce8 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