diff options
author | jochen <jochen@chromium.org> | 2016-07-07 04:01:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-07 04:01:16 -0700 |
commit | 9a53675a6834d9ca82ac7b593123078de3748e11 (patch) | |
tree | 7ee191e9f71ab08a0daae7f1220c1618408ae8dc /infra/config/cq.cfg | |
parent | c9a0ec50d813d13498830c05d60d01360729a156 (diff) | |
download | pdfium-9a53675a6834d9ca82ac7b593123078de3748e11.tar.xz |
Mark win_xfa_clang as experimental
That way it won't block the CQ while the compile problems are being
investigated.
BUG=chromium:626120
NOTRY=true (otherwise, win_xfa_clang will fail and block this CL)
TBR=thestig@chromium.org
Review-Url: https://codereview.chromium.org/2129893002
Diffstat (limited to 'infra/config/cq.cfg')
-rw-r--r-- | infra/config/cq.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index c22b694eda..017e68cebd 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -73,6 +73,7 @@ verifiers { } builders { name: "win_xfa_clang" + experiment_percentage: 100 } builders { name: "win_xfa_64_rel_gn" |