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

Unified Diff: scripts/slave/recipe_modules/webrtc/api.py

Issue 2492823002: Revert of 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
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/webrtc/api.py
diff --git a/scripts/slave/recipe_modules/webrtc/api.py b/scripts/slave/recipe_modules/webrtc/api.py
index 0f5bfc98ab7b621e010828713d98b5f95cba577d..84e4a2785c8c8a4e8bc67bb423ad85773546c6cf 100644
--- a/scripts/slave/recipe_modules/webrtc/api.py
+++ b/scripts/slave/recipe_modules/webrtc/api.py
@@ -181,11 +181,13 @@
else:
self._working_dir = self.m.path['slave_build']
- # Cleanup symlinks if there are any created.
- self.m.python('clean symlinks',
- script=self.resource('cleanup_symlinks.py'),
- args=[self._working_dir],
- infra_step=True)
+ # TODO(kjellander): Deploy at all bots once verified working.
+ if self.mastername == 'client.webrtc.fyi':
+ # Cleanup symlinks if there are any created.
+ self.m.python('clean symlinks',
+ script=self.resource('cleanup_symlinks.py'),
+ args=[self._working_dir],
+ infra_step=True)
update_step = self.m.bot_update.ensure_checkout(**kwargs)
assert update_step.json.output['did_run']
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698