diff options
Diffstat (limited to 'infra/bots/ct/ct_skps.isolate')
-rw-r--r-- | infra/bots/ct/ct_skps.isolate | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/infra/bots/ct/ct_skps.isolate b/infra/bots/ct/ct_skps.isolate index 887f60c54e..1289ac9902 100644 --- a/infra/bots/ct/ct_skps.isolate +++ b/infra/bots/ct/ct_skps.isolate @@ -3,8 +3,8 @@ # found in the LICENSE file. { - 'includes': [ - '../resources.isolate', + 'includes': [ + '../resources.isolate', ], 'conditions': [ ['OS=="linux"', { @@ -12,7 +12,7 @@ 'files': [ '<(TOOL_NAME)', 'run_ct_skps.py', - '../../../../skps/<(BUILDER)/slave<(SLAVE_NUM)/', + '../../../../skps/<(CHROMIUM_BUILD)/<(PAGE_TYPE)/<(NUM_SLAVES)/slave<(SLAVE_NUM)/', ], 'command': [ 'python', @@ -23,6 +23,9 @@ '--isolated_outdir', '${ISOLATED_OUTDIR}', '--configuration', '<(CONFIGURATION)', '--builder', '<(BUILDER)', + '--chromium_build', '<(CHROMIUM_BUILD)', + '--page_type', '<(PAGE_TYPE)', + '--num_slaves', '<(NUM_SLAVES)', ], }, }], |