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

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

Issue 1145513005: Add script tests for `gn check`, `gyp_flag_compare` to GN bot configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up TODOs Created 5 years, 7 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/chromium.linux.json ('k') | testing/scripts/gn_check.py » ('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..0a6c686b4317988c9da34348531cb5c94b0e549c 100644
--- a/testing/buildbot/tryserver.chromium.linux.json
+++ b/testing/buildbot/tryserver.chromium.linux.json
@@ -11,7 +11,13 @@
"chrome_shell_apk",
"mandoline:all"
],
- "gtest_tests": []
+ "gtest_tests": [],
+ "scripts": [
+ {
+ "name": "gn_check",
+ "script": "gn_check.py"
+ }
+ ]
},
"linux_chromium_gn_chromeos_dbg": {
"additional_compile_targets": [
@@ -352,6 +358,19 @@
{
"test": "wm_unittests"
}
+ ],
+ "scripts": [
+ {
+ "name": "gn_check",
+ "script": "gn_check.py"
+ },
+ {
+ "args": [
+ "chrome"
+ ],
+ "name": "gyp_flag_compare",
+ "script": "gyp_flag_compare.py"
+ }
]
}
}
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/scripts/gn_check.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698