diff options
author | Eric Boren <borenet@google.com> | 2017-05-22 08:35:36 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-05-22 13:08:25 +0000 |
commit | f94514b0ff8eccb2eaef8c77bee8c5f462b83b90 (patch) | |
tree | 208fa3043a2858cfc052c6af8a26a04e68868626 /infra/bots/recipe_modules/ct | |
parent | 66f6b1fb48c82505397e8b787f7abc780e8f6029 (diff) |
[recipes] Copy file, isolate, swarming, swarming_client from build.git
Rename swarming -> skia_swarming.
Some required heavy modification to remove other dependencies on modules
in build.git.
Expected changes:
- RECIPE_MODULE[build::<module>] -> RECIPE_MODULE[skia::<module>]
- No more runit; directly run through Python.
Bug: skia:6628
Change-Id: I1b1370ed387966222ce10731771dbde9020cf542
Reviewed-on: https://skia-review.googlesource.com/17448
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/ct')
-rw-r--r-- | infra/bots/recipe_modules/ct/__init__.py | 2 | ||||
-rw-r--r-- | infra/bots/recipe_modules/ct/example.expected/failed_gsutil.json | 2 | ||||
-rw-r--r-- | infra/bots/recipe_modules/ct/example.expected/test.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/infra/bots/recipe_modules/ct/__init__.py b/infra/bots/recipe_modules/ct/__init__.py index 3756b3cbb7..792ca353ed 100644 --- a/infra/bots/recipe_modules/ct/__init__.py +++ b/infra/bots/recipe_modules/ct/__init__.py @@ -3,8 +3,8 @@ # found in the LICENSE file. DEPS = [ - 'build/file', 'depot_tools/gsutil', + 'file', 'recipe_engine/path', 'recipe_engine/step', 'run', diff --git a/infra/bots/recipe_modules/ct/example.expected/failed_gsutil.json b/infra/bots/recipe_modules/ct/example.expected/failed_gsutil.json index e51ee004c7..dc6f888199 100644 --- a/infra/bots/recipe_modules/ct/example.expected/failed_gsutil.json +++ b/infra/bots/recipe_modules/ct/example.expected/failed_gsutil.json @@ -3,7 +3,7 @@ "cmd": [ "python", "-u", - "RECIPE_MODULE[build::file]/resources/fileutil.py", + "RECIPE_MODULE[skia::file]/resources/fileutil.py", "rmtree", "[START_DIR]/skps/slave0" ], diff --git a/infra/bots/recipe_modules/ct/example.expected/test.json b/infra/bots/recipe_modules/ct/example.expected/test.json index dc49be70f0..fa9e44a468 100644 --- a/infra/bots/recipe_modules/ct/example.expected/test.json +++ b/infra/bots/recipe_modules/ct/example.expected/test.json @@ -3,7 +3,7 @@ "cmd": [ "python", "-u", - "RECIPE_MODULE[build::file]/resources/fileutil.py", + "RECIPE_MODULE[skia::file]/resources/fileutil.py", "rmtree", "[START_DIR]/skps/slave0" ], |