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

Unified Diff: scripts/slave/recipes/swarming/staging.expected/win_Debug.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 11 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
Index: scripts/slave/recipes/swarming/staging.expected/win_Debug.json
diff --git a/scripts/slave/recipes/swarming/staging.expected/win_Debug.json b/scripts/slave/recipes/swarming/staging.expected/win_Debug.json
index bede355be6cf164000a9a57afe4073356c35cc21..36ae2c8afa4f1005635a84c3bc4b54289f63eb8d 100644
--- a/scripts/slave/recipes/swarming/staging.expected/win_Debug.json
+++ b/scripts/slave/recipes/swarming/staging.expected/win_Debug.json
@@ -137,7 +137,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
+ "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py",
"--build-dir",
"[SLAVE_BUILD]\\src\\out\\Debug",
"--clean-isolated-files"
@@ -176,7 +176,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
+ "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py",
"--build-dir",
"[SLAVE_BUILD]\\src\\out\\Debug",
"--src-dir",
@@ -200,7 +200,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[isolate]\\resources\\isolate.py",
+ "RECIPE_MODULE[build.isolate]\\resources\\isolate.py",
"[SLAVE_BUILD]\\src\\tools\\swarming_client",
"batcharchive",
"--dump-json",
@@ -400,7 +400,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py",
+ "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py",
"--swarming-client-dir",
"[SLAVE_BUILD]\\src\\tools\\swarming_client",
"--temp-root-dir",
@@ -428,7 +428,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py",
+ "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.py",
"--input-gtest-json",
"{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"swarming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}",
"--master-name",
@@ -452,7 +452,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py",
+ "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py",
"--swarming-client-dir",
"[SLAVE_BUILD]\\src\\tools\\swarming_client",
"--temp-root-dir",
@@ -480,7 +480,7 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py",
+ "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.py",
"--input-gtest-json",
"{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"swarming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}",
"--master-name",

Powered by Google App Engine
This is Rietveld 408576698