| Index: scripts/slave/recipes/chromium_trybot_legacy.expected/swarming_basic_try_job.json
|
| diff --git a/scripts/slave/recipes/chromium_trybot_legacy.expected/swarming_basic_try_job.json b/scripts/slave/recipes/chromium_trybot_legacy.expected/swarming_basic_try_job.json
|
| index f8cbee97a1b744b1631312ab8a7dae8e55076176..40bfe93b7ad8aa4f98151be1ee3aa02ec5a084a3 100644
|
| --- a/scripts/slave/recipes/chromium_trybot_legacy.expected/swarming_basic_try_job.json
|
| +++ b/scripts/slave/recipes/chromium_trybot_legacy.expected/swarming_basic_try_job.json
|
| @@ -219,7 +219,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_tests.py",
|
| + "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
|
| "--build-dir",
|
| "[SLAVE_BUILD]/src/out/Release",
|
| "--clean-isolated-files"
|
| @@ -253,7 +253,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metadata.py",
|
| + "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
|
| "--build-dir",
|
| "[SLAVE_BUILD]/src/out/Release",
|
| "--src-dir",
|
| @@ -525,7 +525,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_task.py",
|
| + "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
|
| "--swarming-client-dir",
|
| "[SLAVE_BUILD]/src/tools/swarming_client",
|
| "--temp-root-dir",
|
| @@ -549,7 +549,7 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_task.py",
|
| + "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py",
|
| "--swarming-client-dir",
|
| "[SLAVE_BUILD]/src/tools/swarming_client",
|
| "--temp-root-dir",
|
|
|