diff options
author | rmistry <rmistry@google.com> | 2016-08-09 13:46:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-09 13:46:48 -0700 |
commit | 5eab99183c5dd74e24176daef8f742d61a7aeab3 (patch) | |
tree | 525942393c885178a2802b512a218577317815be /infra/bots/ct_skps_skia.isolate | |
parent | d6113140f7ae8996f679ac6698a60fb8c1386da3 (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_skps_skia.isolate')
-rw-r--r-- | infra/bots/ct_skps_skia.isolate | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/infra/bots/ct_skps_skia.isolate b/infra/bots/ct_skps_skia.isolate new file mode 100644 index 0000000000..4172bae45b --- /dev/null +++ b/infra/bots/ct_skps_skia.isolate @@ -0,0 +1,6 @@ +{ + 'includes': [ + 'skia_repo.isolate', + 'swarm_recipe.isolate', + ], +} |