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

Unified Diff: infra/bots/perf_skia.isolate

Issue 1754843002: Swarming bots: Add support for perf steps (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase Created 4 years, 10 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 | « infra/bots/common.py ('k') | infra/bots/perf_skia.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/perf_skia.isolate
diff --git a/infra/bots/test_skia.isolate b/infra/bots/perf_skia.isolate
similarity index 83%
copy from infra/bots/test_skia.isolate
copy to infra/bots/perf_skia.isolate
index d9eab8cfd9655843f3fb915e1aa362c6885e7f10..420a0d0db819c657a8aaf073eb9428488d7d2e54 100644
--- a/infra/bots/test_skia.isolate
+++ b/infra/bots/perf_skia.isolate
@@ -6,7 +6,7 @@
],
'variables': {
'command': [
- 'python', 'test_skia.py', '--master_name', '<(MASTER_NAME)', '--builder_name', '<(BUILDER_NAME)', '--build_number', '<(BUILD_NUMBER)', '--slave_name', '<(SLAVE_NAME)', '--revision', '<(REVISION)', '--swarm_out_dir', '${ISOLATED_OUTDIR}',
+ 'python', 'perf_skia.py', '--master_name', '<(MASTER_NAME)', '--builder_name', '<(BUILDER_NAME)', '--build_number', '<(BUILD_NUMBER)', '--slave_name', '<(SLAVE_NAME)', '--revision', '<(REVISION)', '--swarm_out_dir', '${ISOLATED_OUTDIR}',
rmistry 2016/03/02 14:37:18 If this is the only difference between the isolate
borenet 2016/03/02 14:42:46 The fact that they're almost the same is really co
],
},
}
« no previous file with comments | « infra/bots/common.py ('k') | infra/bots/perf_skia.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698