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

Unified Diff: scripts/slave/recipes/dart/dartium.py

Issue 2324463003: Remove old dartium_factory builders, clean up slaves.cfg files. (Closed)
Patch Set: Created 4 years, 3 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/dart/dartium.py
diff --git a/scripts/slave/recipes/dart/dartium.py b/scripts/slave/recipes/dart/dartium.py
index 9e45795ff17d03ecbbae1d3e0e877e8adeef75a4..8a7808e5d054ea77302c17e757dd73f154152ed8 100644
--- a/scripts/slave/recipes/dart/dartium.py
+++ b/scripts/slave/recipes/dart/dartium.py
@@ -54,7 +54,8 @@ def RunSteps(api):
'dart', 'tools', 'dartium', 'buildbot_annotated_steps.py'),
cwd=api.path['checkout'])
if '-inc-' not in builder_name:
- api.file.rmtree('clobber', 'out', cwd=api.path['checkout'])
+ build_dir = api.path.abspath(api.path['checkout'].join('out'))
+ api.file.rmtree('clobber', build_dir)
def GenTests(api):
yield (

Powered by Google App Engine
This is Rietveld 408576698