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

Unified Diff: ct/isolates/run_lua.isolate

Issue 1991943002: Use swarming in run_lua CT task (Closed) Base URL: https://skia.googlesource.com/buildbot@ct-6-capture_skps
Patch Set: Use new method in util.go Created 4 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
Index: ct/isolates/run_lua.isolate
diff --git a/ct/isolates/capture_skps.isolate b/ct/isolates/run_lua.isolate
similarity index 83%
copy from ct/isolates/capture_skps.isolate
copy to ct/isolates/run_lua.isolate
index 9c847c9e20e45ac152e02f9d3c07ee231e327fe4..e0a5421444e4e4efae8473448d4d58ee9aced84a 100644
--- a/ct/isolates/capture_skps.isolate
+++ b/ct/isolates/run_lua.isolate
@@ -4,16 +4,15 @@
{
'includes': [
- 'py.isolate',
],
'conditions': [
['OS=="linux"', {
'variables': {
'files': [
- '../../../../../bin/capture_skps',
+ '../../../../../bin/run_lua',
],
'command': [
- '../../../../../bin/capture_skps',
+ '../../../../../bin/run_lua',
'-logtostderr',
'--start_range=<(START_RANGE)',
'--num=<(NUM)',
« ct/go/master_scripts/run_lua_on_workers/main.go ('K') | « ct/go/worker_scripts/run_lua/main.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698