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

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

Issue 748153002: Use remove_build_metadata.py on all the trybots (take 3). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Update the test expectations Created 6 years, 1 month 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 70da84d0488c3b2070297cd8c172ad04c986ea36..bdfb46122969bac0de3ba66ccb559e0e0a0572d2 100644
--- a/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
+++ b/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
@@ -221,6 +221,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",
"\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('\\n'.join(glob.glob(sys.argv[2])))\n",
"/path/to/tmp/",
"[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
« 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