Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(547)

Unified Diff: testing/buildbot/chromium.linux.json

Issue 1408193002: [blimp] Simplify Blimp buildbot setup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index 775bbf00b2bc042abbc6782ebd5be4d3d4c4f725..986bbb7e5744c506e0e63f1c09314a2bf463fe5c 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -1,8 +1,6 @@
{
"Android GN": {
"additional_compile_targets": [
- "blimp",
- "blimp_tests",
"chrome_public_apk",
"chrome_public_test_apk",
"content_shell_apk",
@@ -76,7 +74,6 @@
},
"Android GN (dbg)": {
"additional_compile_targets": [
- "blimp",
"blimp_tests",
"chrome_public_apk",
"chrome_public_test_apk",
@@ -659,8 +656,6 @@
},
"Linux Tests": {
"additional_compile_targets": [
- "blimp",
- "blimp_tests",
"mandoline:all"
],
"gtest_tests": [
@@ -1056,8 +1051,6 @@
},
"Linux Tests (dbg)(1)": {
"additional_compile_targets": [
- "blimp",
- "blimp_tests",
"mandoline:all"
],
"gtest_tests": [
@@ -1093,6 +1086,12 @@
},
{
"swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "blimp_unittests"
+ },
+ {
+ "swarming": {
"can_use_on_swarming_builders": true,
"shards": 10
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698