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

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

Issue 2411563002: headless: Don't run tests during the build (Closed)
Patch Set: Remove stamp writing Created 4 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 | « headless/lib/browser/client_api_generator_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index 1d1b7a7a13c75a7af073cd424aaf1d01adab6393..01c22a32422d76e76a8e67cb770519d631009ab1 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -9711,6 +9711,12 @@
},
"test": "headless_unittests"
}
+ ],
+ "scripts": [
+ {
+ "name": "client_api_generator_unittest",
+ "script": "headless/lib/browser/client_api_generator_unittest.py"
perezju 2016/10/11 10:25:01 It looks like other scripts are given relative to
Paweł Hajdan Jr. 2016/10/11 18:10:01 Yup. Not only they need to be there, but also ther
Dirk Pranke 2016/10/11 18:23:28 You should look at the scripts in //testing/script
+ }
]
},
"LTO Linux": {
« no previous file with comments | « headless/lib/browser/client_api_generator_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698