Skip to content

Commit

Permalink
ci: exclude the upstream g3 branch from building on CI (#32202)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
IgorMinar authored and AndrewKushnir committed Aug 20, 2019
1 parent f8b995d commit bb3c684
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .circleci/config.yml
Expand Up @@ -770,7 +770,10 @@ workflows:
version: 2 version: 2
default_workflow: default_workflow:
jobs: jobs:
- setup - setup:
filters:
branches:
ignore: g3
- lint: - lint:
requires: requires:
- setup - setup
Expand Down Expand Up @@ -900,9 +903,3 @@ workflows:
branches: branches:
only: only:
- master - 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

0 comments on commit bb3c684

Please sign in to comment.