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

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: 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 | « no previous file | testing/scripts/gn_check.py » ('j') | testing/scripts/gn_check.py » ('J')
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..00a2977841d6c6d94317241dfd9078ec058945b4 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": [
Paweł Hajdan Jr. 2015/05/15 15:41:14 Oops, note that chromium/chromium_trybot recipes w
+ {
+ "name": "gn_check",
+ "script": "gn_check.py"
+ }
+ ]
},
"linux_chromium_gn_chromeos_dbg": {
"additional_compile_targets": [
@@ -352,6 +358,12 @@
{
"test": "wm_unittests"
}
+ ],
+ "scripts": [
+ {
+ "name": "gn_check",
+ "script": "gn_check.py"
+ }
]
}
}
« no previous file with comments | « no previous file | testing/scripts/gn_check.py » ('j') | testing/scripts/gn_check.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698