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

Unified Diff: infra/bots/ct/ct_skps.isolate

Issue 2221413002: Move ct_skps recipe from tools repo to Skia repo (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Address comments Created 4 years, 4 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 | « no previous file | infra/bots/ct/run_ct_skps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..887f60c54e1ad4a9eff429b3270b73b3ad15c8c1
--- /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)',
+ ],
+ },
+ }],
+ ]
+}
« no previous file with comments | « no previous file | infra/bots/ct/run_ct_skps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698