Build API: Disable separatedebug for now.
The separatedebug functionality is currently broken and prebuilts
have no debug symbols. Disable separatedebug to allow debug symbols
in prebuilts until separatedebug is fixed. This will add debug
symbols back into prebuilts, but will force everyone to download
them rather than the optional install we have with separatedebug.
BUG=chromium:1032699
TEST=cq
Change-Id: I5b6b73713c6bfa41fd73577d6b4c717f8a36b1a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/1978982
Commit-Queue: Alex Klein <saklein@chromium.org>
Tested-by: Alex Klein <saklein@chromium.org>
Reviewed-by: Chris McDonald <cjmcdonald@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
diff --git a/api/controller/artifacts_unittest.py b/api/controller/artifacts_unittest.py
index 3dc2271..a3b8f19 100644
--- a/api/controller/artifacts_unittest.py
+++ b/api/controller/artifacts_unittest.py
@@ -340,8 +340,7 @@
def testBundleTastFiles(self):
"""BundleTastFiles calls service correctly."""
- chroot = chroot_lib.Chroot(self.chroot_path,
- env={'FEATURES': 'separatedebug'})
+ chroot = chroot_lib.Chroot(self.chroot_path)
expected_archive = os.path.join(self.output_dir,
artifacts_svc.TAST_BUNDLE_NAME)