Chromium Code Reviews| Index: infra/bots/ct/ct_skps.isolate |
| diff --git a/infra/bots/ct/ct_skps.isolate b/infra/bots/ct/ct_skps.isolate |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4b652b5201d71d94a4873600fe12af06cca6da86 |
| --- /dev/null |
| +++ b/infra/bots/ct/ct_skps.isolate |
| @@ -0,0 +1,28 @@ |
| +# Copyright (c) 2015 The Chromium Authors. All rights reserved. |
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +{ |
| + 'conditions': [ |
| + ['OS=="linux"', { |
| + 'variables': { |
| + 'files': [ |
| + '../../../resources/', |
|
borenet
2016/08/09 17:10:21
Include resources.isolate instead.
rmistry
2016/08/09 18:19:11
Done.
|
| + '<(TOOL_NAME)', |
| + 'run_ct_skps.py', |
| + '../../../../skps/<(BUILDER)/slave<(SLAVE_NUM)/', |
| + ], |
| + 'command': [ |
| + 'python', |
| + 'run_ct_skps.py', |
| + '--slave_num', '<(SLAVE_NUM)', |
| + '--tool', '<(TOOL_NAME)', |
| + '--git_hash', '<(GIT_HASH)', |
| + '--isolated_outdir', '${ISOLATED_OUTDIR}', |
| + '--configuration', '<(CONFIGURATION)', |
| + '--builder', '<(BUILDER)', |
| + ], |
| + }, |
| + }], |
| + ] |
| +} |