diff options
author | dsinclair <dsinclair@chromium.org> | 2016-08-22 09:38:57 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-22 09:38:57 -0700 |
commit | a4f46c57f4e4217f50e98ac74b360793284ee73f (patch) | |
tree | da1f87521931361795c052791fb5f58b8736dc9a /infra/config/cq.cfg | |
parent | 9b777deb00fb50dba37ccc1ee69767c6e04a3ee4 (diff) | |
download | pdfium-a4f46c57f4e4217f50e98ac74b360793284ee73f.tar.xz |
Remove gyp bots from tryserver list
BUG=pdfium:559
NOTRY=true
Review-Url: https://codereview.chromium.org/2265973002
Diffstat (limited to 'infra/config/cq.cfg')
-rw-r--r-- | infra/config/cq.cfg | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 4db1d9a9ff..351e1a1ed5 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -40,9 +40,6 @@ verifiers { name: "linux_xfa" } builders { - name: "linux_xfa_rel_gyp" - } - builders { name: "mac" } builders { @@ -56,9 +53,6 @@ verifiers { name: "mac_xfa" } builders { - name: "mac_xfa_rel_gyp" - } - builders { name: "win" } builders { @@ -75,9 +69,6 @@ verifiers { name: "win_xfa_clang" experiment_percentage: 100 } - builders { - name: "win_xfa_rel_gyp" - } } } } |