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

Unified Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.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/findit/chromium/test.expected/all_test_passed.json
diff --git a/scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.json b/scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.json
index b91cb00dff422bdc72dd8f12599ef6cfdcf49549..50a2f3354be41cafa27c7b0f0e90b736f42673ba 100644
--- a/scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.json
+++ b/scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.json
@@ -354,7 +354,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/Release",
"--clean-isolated-files"
@@ -399,7 +399,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/Release",
"--src-dir",
@@ -415,7 +415,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",
@@ -522,7 +522,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",
@@ -549,7 +549,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\"}]}]}",
"--master-name",

Powered by Google App Engine
This is Rietveld 408576698