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

Unified Diff: scripts/slave/recipe_modules/v8/builders.py

Issue 1403463002: V8 Buildbot: Pass isolate hashes from builder to tester. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.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 | « scripts/slave/recipe_modules/v8/api.py ('k') | scripts/slave/recipes/v8.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/v8/builders.py
diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py
index 25a643c11e5719874291ee4648ff9f3ba563000c..f6c6220fbc3da39722fda586d70ef7074270b309 100644
--- a/scripts/slave/recipe_modules/v8/builders.py
+++ b/scripts/slave/recipe_modules/v8/builders.py
@@ -41,7 +41,10 @@ BUILDERS = {
'bot_type': 'builder',
'build_gs_archive': 'linux_swarming_staging_archive',
'enable_swarming': True,
- 'testing': {'platform': 'linux'},
+ 'testing': {
+ 'platform': 'linux',
+ 'isolated_tests': {'default': '[dummy hash for default]'},
kjellander_chromium 2015/10/09 08:05:03 This looks like test data to me, should it really
Paweł Hajdan Jr. 2015/10/09 08:22:09 FWIW I'm fine with this. Alternatively, maybe I di
Michael Achenbach 2015/10/09 08:25:00 I'd like to do this smarter. Right now, there is l
+ },
'triggers': [
'V8 Linux - swarming staging',
],
« no previous file with comments | « scripts/slave/recipe_modules/v8/api.py ('k') | scripts/slave/recipes/v8.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698