From 489364e3073436e49e7080ced6e1333ada7e4b52 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Fri, 20 Apr 2018 16:13:43 +0200 Subject: [PATCH] Bug 1455143 - Stop beetmoving deleted testing artifacts r=gps,mtabara MozReview-Commit-ID: L10NmJH7s2A --HG-- extra : rebase_source : ffa89550eabfc367bae0d5e1794bc28d628b1d41 --- taskcluster/taskgraph/transforms/beetmover.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/taskcluster/taskgraph/transforms/beetmover.py b/taskcluster/taskgraph/transforms/beetmover.py index 429807f7f88e..66bea6b9dc13 100644 --- a/taskcluster/taskgraph/transforms/beetmover.py +++ b/taskcluster/taskgraph/transforms/beetmover.py @@ -92,22 +92,12 @@ _MOBILE_UPSTREAM_ARTIFACTS_UNSIGNED_EN_US = [ # with a beetmover patch in https://github.com/mozilla-releng/beetmoverscript/. # See example in bug 1348286 _MOBILE_UPSTREAM_ARTIFACTS_UNSIGNED_MULTI = [ - "target.common.tests.zip", - "target.cppunittest.tests.zip", "target.json", - "target.mochitest.tests.zip", "target.mozinfo.json", - "target.reftest.tests.zip", - "target.talos.tests.zip", - "target.awsy.tests.zip", "target.test_packages.json", "target.txt", - "target.web-platform.tests.tar.gz", - "target.xpcshell.tests.zip", "target_info.txt", - "mozharness.zip", "robocop.apk", - "target.jsshell.zip", ] # Until bug 1331141 is fixed, if you are adding any new artifacts here that # need to be transfered to S3, please be aware you also need to follow-up