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

Unified Diff: scripts/slave/recipes/gpu/download_and_test.py

Issue 132853003: Added support for properly building and running isolates in recipes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 11 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
Index: scripts/slave/recipes/gpu/download_and_test.py
diff --git a/scripts/slave/recipes/gpu/download_and_test.py b/scripts/slave/recipes/gpu/download_and_test.py
index 50bc384546df9c6275ba6c75e73f99f381bcea8f..73bc848b429981471f33dc6303120be73ecfb77e 100644
--- a/scripts/slave/recipes/gpu/download_and_test.py
+++ b/scripts/slave/recipes/gpu/download_and_test.py
@@ -46,6 +46,9 @@ def GenTests(api):
parent_buildnumber=571,
parent_got_revision=160000,
parent_got_webkit_revision=10000,
+ # These would ordinarily be generated during the build step.
+ swarm_hashes=dict(
+ gl_tests='6e784864abbeeff7499c15f75b904851d633c187'),
) +
api.platform.name(plat)
)

Powered by Google App Engine
This is Rietveld 408576698