diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /taskcluster/ci/android-startup-test | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/ci/android-startup-test')
-rw-r--r-- | taskcluster/ci/android-startup-test/kind.yml | 129 |
1 files changed, 0 insertions, 129 deletions
diff --git a/taskcluster/ci/android-startup-test/kind.yml b/taskcluster/ci/android-startup-test/kind.yml deleted file mode 100644 index d7fe550f99..0000000000 --- a/taskcluster/ci/android-startup-test/kind.yml +++ /dev/null @@ -1,129 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. ---- -loader: gecko_taskgraph.loader.transform:loader - -transforms: - - gecko_taskgraph.transforms.job:transforms - - gecko_taskgraph.transforms.task:transforms - -job-defaults: - description: Runs UI tests for sanity checking startup on Nightly - treeherder: - kind: test - platform: 'nightly-start-test/opt' - tier: 1 - worker-type: b-linux-gcp - worker: - docker-image: {in-tree: android-ui-tests} - max-run-time: 7200 - env: - GOOGLE_APPLICATION_CREDENTIALS: '.firebase_token.json' - artifacts: - - name: public - path: /builds/worker/artifacts - type: directory - run: - using: run-commands - use-caches: false - run-on-projects: [] - -jobs: - fenix-arm-nightly-robo-opt: - attributes: - build-type: fenix-nightly - shipping-product: fenix - description: Fenix Nightly Opt Robo Test (ARM) - dependencies: - signing: signing-apk-fenix-nightly - run: - secrets: - - name: project/mobile/firefox-android/fenix/firebase - key: firebaseToken - path: .firebase_token.json - json: true - pre-commands: - - ["cd", "mobile/android/fenix"] - commands: - - [wget, {artifact-reference: '<signing/public/build/target.arm64-v8a.apk>'}, '-O', app.apk] - - [python3, ../../../taskcluster/scripts/tests/test-lab.py, arm-start-test-robo, app.apk] - treeherder: - symbol: fenix-nightly(startup-arm-robo-opt) - worker: - env: - GOOGLE_PROJECT: moz-fenix - - fenix-arm-nightly: - attributes: - build-type: fenix-nightly-firebase - shipping-product: fenix - dependencies: - signing: signing-apk-fenix-nightly-firebase - signing-android-test: signing-apk-fenix-android-test-nightly - run: - secrets: - - name: project/mobile/firefox-android/fenix/firebase - key: firebaseToken - path: .firebase_token.json - json: true - pre-commands: - - ["cd", "mobile/android/fenix"] - commands: - - [wget, {artifact-reference: '<signing/public/build/target.arm64-v8a.apk>'}, '-O', app.apk] - - [wget, {artifact-reference: '<signing-android-test/public/build/target.noarch.apk>'}, '-O', android-test.apk] - - [python3, ../../../taskcluster/scripts/tests/test-lab.py, arm-start-test, app.apk, --apk_test, android-test.apk] - treeherder: - symbol: fenix-nightly(startup-arm) - worker: - env: - GOOGLE_PROJECT: moz-fenix - - focus-arm-nightly: - attributes: - build-type: focus-nightly-firebase - shipping-product: focus - dependencies: - signed-apk-debug-apk: signing-apk-focus-nightly-firebase - signed-apk-android-test: signing-apk-focus-android-test-nightly - run: - secrets: - - name: project/mobile/firefox-android/focus-android/firebase - key: firebaseToken - path: .firebase_token.json - json: true - pre-commands: - - ["cd", "mobile/android/focus-android"] - commands: - - [wget, {artifact-reference: '<signed-apk-debug-apk/public/build/target.arm64-v8a.apk>'}, '-O', app.apk] - - [wget, {artifact-reference: '<signed-apk-android-test/public/build/target.noarch.apk>'}, '-O', android-test.apk] - - [python3, ../../../taskcluster/scripts/tests/test-lab.py, arm-start-test, app.apk, --apk_test, android-test.apk] - treeherder: - symbol: focus-nightly(startup-arm) - worker: - env: - GOOGLE_PROJECT: moz-focus-android - - focus-arm-nightly-robo-opt: - attributes: - build-type: focus-nightly - shipping-product: focus - description: Focus Nightly Opt Robo Test (ARM) - dependencies: - signing: signing-apk-focus-nightly - run: - secrets: - - name: project/mobile/firefox-android/focus-android/firebase - key: firebaseToken - path: .firebase_token.json - json: true - pre-commands: - - ["cd", "mobile/android/focus-android"] - commands: - - [wget, {artifact-reference: '<signing/public/build/target.arm64-v8a.apk>'}, '-O', app.apk] - - [python3, ../../../taskcluster/scripts/tests/test-lab.py, arm-start-test-robo, app.apk] - treeherder: - symbol: focus-nightly(startup-arm-robo-opt) - worker: - env: - GOOGLE_PROJECT: moz-focus-android |