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

Unified Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_baremetal.json

Issue 2484423003: WebRTC: Add cleanup_symlinks step on all bots. (Closed)
Patch Set: Created 4 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
Index: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_baremetal.json
diff --git a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_baremetal.json b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_baremetal.json
index 8ab5ebf0e7a7381de0f1b2f8df08568a734a4a9f..68dcb95c026a8acc2107b0b74f32e33fddc1c127 100644
--- a/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_baremetal.json
+++ b/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_baremetal.json
@@ -47,6 +47,15 @@
"cmd": [
"python",
"-u",
+ "RECIPE_MODULE[build::webrtc]/resources/cleanup_symlinks.py",
+ "[BUILDER_CACHE]/mac_baremetal"
+ ],
+ "name": "clean symlinks"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec",
"cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]",

Powered by Google App Engine
This is Rietveld 408576698