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

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

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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 | « testing/buildbot/trybot_analyze_config.json ('k') | testing/buildbot/tryserver.chromium.win.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/tryserver.chromium.linux.json
diff --git a/testing/buildbot/tryserver.chromium.linux.json b/testing/buildbot/tryserver.chromium.linux.json
index 767c5b4f593cce4806a9e61188bffa0de2e525c9..876d8a50f42264c69ca1ecd85b0243c86fd833e1 100644
--- a/testing/buildbot/tryserver.chromium.linux.json
+++ b/testing/buildbot/tryserver.chromium.linux.json
@@ -3,15 +3,13 @@
"additional_compile_targets": [
"chrome_shell_apk",
"mandoline:all"
- ],
- "gtest_tests": []
+ ]
},
"android_chromium_gn_compile_rel": {
"additional_compile_targets": [
"chrome_shell_apk",
"mandoline:all"
- ],
- "gtest_tests": []
+ ]
},
"linux_chromium_gn_chromeos_dbg": {
"additional_compile_targets": [
@@ -55,11 +53,6 @@
"url_unittests",
"views_unittests",
"wm_unittests"
- ],
- "gtest_tests": [
- {
- "test": "base_unittests"
- }
]
},
"linux_chromium_gn_chromeos_rel": {
@@ -107,11 +100,6 @@
"url_unittests",
"views_unittests",
"wm_unittests"
- ],
- "gtest_tests": [
- {
- "test": "base_unittests"
- }
]
},
"linux_chromium_gn_dbg": {
@@ -162,11 +150,6 @@
"url_unittests",
"views_unittests",
"wm_unittests"
- ],
- "gtest_tests": [
- {
- "test": "base_unittests"
- }
]
},
"linux_chromium_gn_rel": {
@@ -352,6 +335,23 @@
{
"test": "wm_unittests"
}
+ ],
+ "scripts": [
+ {
+ "name": "gn_check",
+ "script": "gn_check.py"
+ },
+ {
+ "args": [
+ "chrome"
+ ],
+ "name": "gyp_flag_compare",
+ "script": "gyp_flag_compare.py"
+ },
+ {
+ "name": "mojo_apptest",
+ "script": "mojo_apptest.py"
+ }
]
}
}
« no previous file with comments | « testing/buildbot/trybot_analyze_config.json ('k') | testing/buildbot/tryserver.chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698