Skip to content

Commit d0a9b39

Browse files
committed
Bug 1522581 - Post: Clean up Android TC artifacts. r=jlorenzo
Differential Revision: https://phabricator.services.mozilla.com/D21479 --HG-- extra : moz-landing-system : lando
1 parent 9cb8906 commit d0a9b39

File tree

1 file changed

+1
-63
lines changed

1 file changed

+1
-63
lines changed

taskcluster/ci/build/android.yml

Lines changed: 1 addition & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ android-api-16/debug:
2020
GRADLE_USER_HOME: "/builds/worker/workspace/build/src/mobile/android/gradle/dotgradle-offline"
2121
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
2222
artifacts:
23-
- name: public/android/maven
24-
# TODO Bug 1433198. Remove the following entry once target.maven.zip is uploaded to a maven repository
25-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
26-
type: directory
2723
- name: public/build/target.maven.zip
2824
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/target.maven.zip
2925
type: file
@@ -73,9 +69,6 @@ android-api-16-ccov/debug:
7369
GRADLE_USER_HOME: "/builds/worker/workspace/build/src/mobile/android/gradle/dotgradle-offline"
7470
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
7571
artifacts:
76-
- name: public/android/maven
77-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
78-
type: directory
7972
- name: public/build/geckoview-androidTest.apk
8073
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/outputs/apk/androidTest/withGeckoBinaries/debug/geckoview-withGeckoBinaries-debug-androidTest.apk
8174
type: file
@@ -134,10 +127,6 @@ android-x86/opt:
134127
GRADLE_USER_HOME: "/builds/worker/workspace/build/src/mobile/android/gradle/dotgradle-offline"
135128
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
136129
artifacts:
137-
- name: public/android/maven
138-
# TODO Bug 1433198. Remove the following entry once target.maven.zip is uploaded to a maven repository
139-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
140-
type: directory
141130
- name: public/build/target.maven.zip
142131
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/target.maven.zip
143132
type: file
@@ -187,9 +176,6 @@ android-x86-fuzzing/debug:
187176
GRADLE_USER_HOME: "/builds/worker/workspace/build/src/mobile/android/gradle/dotgradle-offline"
188177
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
189178
artifacts:
190-
- name: public/android/maven
191-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
192-
type: directory
193179
- name: public/build/geckoview-androidTest.apk
194180
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/outputs/apk/androidTest/withGeckoBinaries/debug/geckoview-withGeckoBinaries-debug-androidTest.apk
195181
type: file
@@ -242,10 +228,6 @@ android-x86-nightly/opt:
242228
GRADLE_USER_HOME: "/builds/worker/workspace/build/src/mobile/android/gradle/dotgradle-offline"
243229
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
244230
artifacts:
245-
- name: public/android/maven
246-
# TODO Bug 1433198. Remove the following entry once target.maven.zip is uploaded to a maven repository
247-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
248-
type: directory
249231
- name: public/build/target.maven.zip
250232
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/target.maven.zip
251233
type: file
@@ -297,10 +279,6 @@ android-api-16/opt:
297279
GRADLE_USER_HOME: "/builds/worker/workspace/build/src/mobile/android/gradle/dotgradle-offline"
298280
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
299281
artifacts:
300-
- name: public/android/maven
301-
# TODO Bug 1433198. Remove the following entry once target.maven.zip is uploaded to a maven repository
302-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
303-
type: directory
304282
- name: public/build/target.maven.zip
305283
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/target.maven.zip
306284
type: file
@@ -351,15 +329,11 @@ android-api-16-without-google-play-services/opt:
351329
PERFHERDER_EXTRA_OPTIONS: android-api-16-without-google-play-services
352330
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
353331
artifacts:
354-
- name: public/android/maven
355-
# TODO Bug 1433198. Remove the following entry once target.maven.zip is uploaded to a maven repository
356-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
357-
type: directory
358332
- name: public/build/target.maven.zip
359333
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/target.maven.zip
360334
type: file
361335
- name: public/build/geckoview_example.apk
362-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview_example/outputs/apk/geckoview_example-withGeckoBinaries.apk
336+
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview_example/outputs/apk/withGeckoBinaries/debug/geckoview_example-withGeckoBinaries-debug.apk
363337
type: file
364338
- name: public/build
365339
path: /builds/worker/artifacts/
@@ -408,10 +382,6 @@ android-api-16-nightly/opt:
408382
GRADLE_USER_HOME: "/builds/worker/workspace/build/src/mobile/android/gradle/dotgradle-offline"
409383
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
410384
artifacts:
411-
- name: public/android/maven
412-
# TODO Bug 1433198. Remove the following entry once target.maven.zip is uploaded to a maven repository
413-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
414-
type: directory
415385
- name: public/build/target.maven.zip
416386
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/target.maven.zip
417387
type: file
@@ -463,10 +433,6 @@ android-aarch64/opt:
463433
GRADLE_USER_HOME: "/builds/worker/workspace/build/src/mobile/android/gradle/dotgradle-offline"
464434
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
465435
artifacts:
466-
- name: public/android/maven
467-
# TODO Bug 1433198. Remove the following entry once target.maven.zip is uploaded to a maven repository
468-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
469-
type: directory
470436
- name: public/build/target.maven.zip
471437
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/target.maven.zip
472438
type: file
@@ -518,10 +484,6 @@ android-aarch64/debug:
518484
GRADLE_USER_HOME: "/builds/worker/workspace/build/src/mobile/android/gradle/dotgradle-offline"
519485
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
520486
artifacts:
521-
- name: public/android/maven
522-
# TODO Bug 1433198. Remove the following entry once target.maven.zip is uploaded to a maven repository
523-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
524-
type: directory
525487
- name: public/build/target.maven.zip
526488
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/target.maven.zip
527489
type: file
@@ -577,10 +539,6 @@ android-aarch64-nightly/opt:
577539
GRADLE_USER_HOME: "/builds/worker/workspace/build/src/mobile/android/gradle/dotgradle-offline"
578540
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android/releng.manifest"
579541
artifacts:
580-
- name: public/android/maven
581-
# TODO Bug 1433198. Remove the following entry once target.maven.zip is uploaded to a maven repository
582-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
583-
type: directory
584542
- name: public/build/target.maven.zip
585543
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/target.maven.zip
586544
type: file
@@ -632,10 +590,6 @@ android-x86_64/opt:
632590
GRADLE_USER_HOME: "/builds/worker/workspace/build/src/mobile/android/gradle/dotgradle-offline"
633591
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
634592
artifacts:
635-
- name: public/android/maven
636-
# TODO Bug 1433198. Remove the following entry once target.maven.zip is uploaded to a maven repository
637-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
638-
type: directory
639593
- name: public/build/target.maven.zip
640594
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/target.maven.zip
641595
type: file
@@ -691,10 +645,6 @@ android-x86_64-nightly/opt:
691645
GRADLE_USER_HOME: "/builds/worker/workspace/build/src/mobile/android/gradle/dotgradle-offline"
692646
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
693647
artifacts:
694-
- name: public/android/maven
695-
# TODO Bug 1433198. Remove the following entry once target.maven.zip is uploaded to a maven repository
696-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
697-
type: directory
698648
- name: public/build/target.maven.zip
699649
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/target.maven.zip
700650
type: file
@@ -746,10 +696,6 @@ android-x86_64/debug:
746696
GRADLE_USER_HOME: "/builds/worker/workspace/build/src/mobile/android/gradle/dotgradle-offline"
747697
TOOLTOOL_MANIFEST: "mobile/android/config/tooltool-manifests/android-x86/releng.manifest"
748698
artifacts:
749-
- name: public/android/maven
750-
# TODO Bug 1433198. Remove the following entry once target.maven.zip is uploaded to a maven repository
751-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
752-
type: directory
753699
- name: public/build/target.maven.zip
754700
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/target.maven.zip
755701
type: file
@@ -810,10 +756,6 @@ android-geckoview-fat-aar/opt:
810756
armeabi-v7a=<android-api-16/public/build/target.maven.zip>,\
811757
arm64-v8a=<android-aarch64/public/build/target.maven.zip>"}
812758
artifacts:
813-
- name: public/android/maven
814-
# TODO Bug 1433198. Remove the following entry once target.maven.zip is uploaded to a maven repository
815-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
816-
type: directory
817759
- name: public/build/target.maven.zip
818760
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/target.maven.zip
819761
type: file
@@ -882,10 +824,6 @@ android-geckoview-fat-aar-nightly/opt:
882824
armeabi-v7a=<android-api-16/public/build/target.maven.zip>,\
883825
arm64-v8a=<android-aarch64/public/build/target.maven.zip>"}
884826
artifacts:
885-
- name: public/android/maven
886-
# TODO Bug 1433198. Remove the following entry once target.maven.zip is uploaded to a maven repository
887-
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/maven/
888-
type: directory
889827
- name: public/build/target.maven.zip
890828
path: /builds/worker/workspace/build/src/obj-firefox/gradle/build/mobile/android/geckoview/target.maven.zip
891829
type: file

0 commit comments

Comments
 (0)