From 59203c63bb777a3bacec32fb8830fba33540e809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:29 +0200 Subject: Adding upstream version 127.0. Signed-off-by: Daniel Baumann --- taskcluster/ci/release-notify-testrail/kind.yml | 85 ------------------------- 1 file changed, 85 deletions(-) delete mode 100644 taskcluster/ci/release-notify-testrail/kind.yml (limited to 'taskcluster/ci/release-notify-testrail') 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 -- cgit v1.2.3