aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/ct/ct_skps.isolate
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2016-08-09 13:46:48 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-09 13:46:48 -0700
commit5eab99183c5dd74e24176daef8f742d61a7aeab3 (patch)
tree525942393c885178a2802b512a218577317815be /infra/bots/ct/ct_skps.isolate
parentd6113140f7ae8996f679ac6698a60fb8c1386da3 (diff)
Move ct_skps recipe from tools repo to Skia repo.
Also move the isolate file and script from Chromium repo to the Skia repo. BUG=skia:5620 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2221413002 Review-Url: https://codereview.chromium.org/2221413002
Diffstat (limited to 'infra/bots/ct/ct_skps.isolate')
-rw-r--r--infra/bots/ct/ct_skps.isolate30
1 files changed, 30 insertions, 0 deletions
diff --git a/infra/bots/ct/ct_skps.isolate b/infra/bots/ct/ct_skps.isolate
new file mode 100644
index 0000000000..887f60c54e
--- /dev/null
+++ b/infra/bots/ct/ct_skps.isolate
@@ -0,0 +1,30 @@
+# 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.
+
+{
+ 'includes': [
+ '../resources.isolate',
+ ],
+ 'conditions': [
+ ['OS=="linux"', {
+ 'variables': {
+ 'files': [
+ '<(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)',
+ ],
+ },
+ }],
+ ]
+}