WPT Import: Use the "cq_experimental" tag to check for experimental builds
We were previously using the "experimental" field in the JSON returned by `git-cl try-results`, but that field actually corresponds to whether a recipe is running in experimental mode. See e.g. https://cs.chromium.org/chromium/infra/recipes-py/recipe_modules/runtime/api.py?q=is_experimental&sq=package:chromium&l=27&dr=CSs What we need is the "cq_experimental" tag that really indicates whether a trybot is scheduled in an experimental commit queue per https://cs.chromium.org/chromium/infra/go/src/infra/libs/bqschema/buildevent/completedbuild.go?type=cs&sq=package:chromium&l=31 This tag is also used by the Buildbucket Gerrit plugin to split bots into experimental and non-experimental ones. Bug: 792652, 821445 Change-Id: I267bf033729b6a74382d018cb3da06c64dc7b207 Reviewed-on: https://chromium-review.googlesource.com/964121Reviewed-by:Robert Ma <robertma@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#543385}
Showing
Please register or sign in to comment