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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests.json

Issue 680253003: Use remove_build_metadata.py on all the trybots (take 2). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 6 years, 2 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/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests.json b/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests.json
index b0682dd63be9e5ae533b959d676a7bc9c6abb1f1..6e5c967b5e198dc686a34c18301224356047ed32 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests.json
@@ -253,6 +253,19 @@
"cmd": [
"python",
"-u",
+ "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metadata.py",
+ "--build-dir",
+ "[SLAVE_BUILD]/src/out/Release",
+ "--src-dir",
+ "[SLAVE_BUILD]/src"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "remove_build_metadata"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_tests.py",
"--build-dir",
"[SLAVE_BUILD]/src/out/Release",

Powered by Google App Engine
This is Rietveld 408576698