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/release-notify-testrail | |
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/release-notify-testrail')
-rw-r--r-- | taskcluster/ci/release-notify-testrail/kind.yml | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/taskcluster/ci/release-notify-testrail/kind.yml b/taskcluster/ci/release-notify-testrail/kind.yml deleted file mode 100644 index 5e4fa41307..0000000000 --- a/taskcluster/ci/release-notify-testrail/kind.yml +++ /dev/null @@ -1,85 +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.test_apk - - gecko_taskgraph.transforms.job:transforms - - gecko_taskgraph.transforms.task:transforms - -kind-dependencies: - - ui-test-apk - -job-defaults: - description: Sends Slack message to release testers that Testrail Milestone was created. - treeherder: - kind: other - tier: 2 - symbol: testrail - worker-type: b-linux-gcp - worker: - docker-image: {in-tree: android-ui-tests} - max-run-time: 1800 - run: - use-caches: false - using: run-commands - secrets: - - name: project/mobile/ci/testrail - key: testrailCredentials - path: .testrail_credentials.json - json: true - run-on-projects: [mozilla-beta, mozilla-release] - routes: - by-level: - '3': - - notify.slack-channel.G016BC5FUHJ.on-failed - default: [] - scopes: - by-level: - '3': - - queue:route:notify.slack-channel.G016BC5FUHJ # notify mobile-alerts-sandbox on failure - - notify:slack-channel:G016BC5FUHJ - - queue:route:notify.slack-channel.C02KDDS9QM9 # notify mobile-testeng on success - - notify:slack-channel:C02KDDS9QM9 - default: [] - -jobs: - create-milestone-focus: - dependencies: - ui-test-apk: ui-test-apk-focus-arm-beta - description: Create Testrail Milestone for Focus - treeherder: - platform: focus-android-all/opt - run: - pre-commands: - # get-secrets is called from '..' directory so we need to cd into any directory to make it work - - ["cd", "mobile/android/focus-android"] - commands: - - [python3, "../../../taskcluster/scripts/testrail_main.py"] - worker: - env: - SHIPPING_PRODUCT: focus - TESTRAIL_PRODUCT_TYPE: Focus - TESTRAIL_PROJECT_ID: '48' # Focus Browser - TESTRAIL_TEST_SUITE_ID: '49386' # Test Automation Release Milestone - Focus - - create-milestone-fenix: - dependencies: - ui-test-apk: ui-test-apk-fenix-arm-beta - treeherder: - platform: fenix-android-all/opt - description: Create Testrail Milestone for Fenix - run: - pre-commands: - # get-secrets is called from '..' directory so we need to cd into any directory to make it work - - ["cd", "mobile/android/fenix"] - commands: - - [python3, "../../../taskcluster/scripts/testrail_main.py"] - worker: - env: - SHIPPING_PRODUCT: fenix - TESTRAIL_PRODUCT_TYPE: Firefox - TESTRAIL_PROJECT_ID: '59' # Fenix Browser - TESTRAIL_TEST_SUITE_ID: '49319' # Test Automation Release Milestone - Fenix |