From bb3c684b980990a2e13b2e216b114d4e4fdd56a8 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 19 Aug 2019 17:52:25 -0700 Subject: [PATCH] ci: exclude the upstream g3 branch from building on CI (#32202) We don't need to build this branch as it's informative for the purposes of figuring out the diff between the master and what's synced into google3. PR Close #32202 --- .circleci/config.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9e84a35829..093a42bdd2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -770,7 +770,10 @@ workflows: version: 2 default_workflow: jobs: - - setup + - setup: + filters: + branches: + ignore: g3 - lint: requires: - setup @@ -900,9 +903,3 @@ workflows: branches: only: - master - -# TODO: -# - don't build the g3 branch -# - verify that we are bootstrapping with the right yarn version coming from the docker image -# - check local chrome version pulled from docker image -# - remove /tools/ngcontainer