summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-11-09 17:57:13 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-10 01:58:46 +0000
commitd57baf27aee323ba55d7efbd4e447da4aa393d16 (patch)
tree5ab68e601164cc9aa893b4142b639fb690b1d30a /testing
parentf2a7b6dee72d611cb9abac487ed24cf70f3045fc (diff)
downloadchromium_src-d57baf27aee323ba55d7efbd4e447da4aa393d16.zip
chromium_src-d57baf27aee323ba55d7efbd4e447da4aa393d16.tar.gz
chromium_src-d57baf27aee323ba55d7efbd4e447da4aa393d16.tar.bz2
Flip Linux x64, linux_chromium_archive_rel_ng bots to GN
This patch adds MB support for the new 'linux_chromium_archive_rel_ng' bot and flips it and the 'Linux x64' waterfall bot to GN. This bot should replace the 'linux_chromium_clobber_rel_ng' bot ASAP since that bot is doing a GYP build of 'chromium_builder_tests', which isn't that interesting, and the supposed builder that that bot is mirroring, 'Linux Builder (clobber)' on the chromium.fyi waterfall, doesn't actually exist. TBR=phajdan.jr@chromium.org, jam@chromium.org BUG=545480, 531296 Review URL: https://codereview.chromium.org/1435513003 Cr-Commit-Position: refs/heads/master@{#358743}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/testing/buildbot/chromium.json b/testing/buildbot/chromium.json
index 0967ef4..c8a312e 100644
--- a/testing/buildbot/chromium.json
+++ b/testing/buildbot/chromium.json
@@ -1 +1,7 @@
-{}
+{
+ "Linux x64": {
+ "additional_compile_targets": [
+ "all"
+ ]
+ }
+}