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

Unified Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.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
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
diff --git a/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json b/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
index 0b2b2e3f5e2f06c675a91ccdd4a63e4c28574551..b0c6f76abde3365c417272b7deb1156d41107d07 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
@@ -234,6 +234,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",
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698