diff options
author | weili <weili@chromium.org> | 2016-07-14 00:27:32 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-14 00:27:32 -0700 |
commit | 2bc0f072e752521bee158729f5badea895ed0bb8 (patch) | |
tree | 082784eabf41173f74519254615aedf6514ca128 /infra/config | |
parent | dbc7716e1b8d67a5ca422ef0bbfe87ff8c5cf4ea (diff) | |
download | pdfium-2bc0f072e752521bee158729f5badea895ed0bb8.tar.xz |
Update buildbot names to new ones
Buildbots are switched from GYP to GN builds (https://crrev.com/2142353004),
so the bot names in commit queue need to be updated accordingly.
BUG=pdfium:484
TBR=thestig@chromium.org
NOTRY=true (trybots need this change to function)
Review-Url: https://codereview.chromium.org/2149003002
Diffstat (limited to 'infra/config')
-rw-r--r-- | infra/config/cq.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 017e68cebd..bf3aab25e4 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -40,7 +40,7 @@ verifiers { name: "linux_xfa" } builders { - name: "linux_xfa_rel_gn" + name: "linux_xfa_rel_gyp" } builders { name: "mac" @@ -56,7 +56,7 @@ verifiers { name: "mac_xfa" } builders { - name: "mac_xfa_rel_gn" + name: "mac_xfa_rel_gyp" } builders { name: "win" @@ -76,7 +76,7 @@ verifiers { experiment_percentage: 100 } builders { - name: "win_xfa_64_rel_gn" + name: "win_xfa_64_rel_gyp" } } } |