From 4d410b05b987bf287be13fa1e41ee37beaf3cb11 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 09:55:40 +0900 Subject: [PATCH] build: set the export goma auth fallback flag for the control process (#30314) Co-authored-by: Samuel Attard --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index bcf0c8e56d16b..dbecf6e9bf5f2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -337,6 +337,7 @@ step-setup-goma-for-build: &step-setup-goma-for-build npm install mkdir third_party node -e "require('./src/utils/goma.js').downloadAndPrepare({ gomaOneForAll: true })" + export GOMA_FALLBACK_ON_AUTH_FAILURE=true third_party/goma/goma_ctl.py ensure_start echo 'export GN_GOMA_FILE='`node -e "console.log(require('./src/utils/goma.js').gnFilePath)"` >> $BASH_ENV echo 'export LOCAL_GOMA_DIR='`node -e "console.log(require('./src/utils/goma.js').dir)"` >> $BASH_ENV