[tbb-commits] [tor-browser] 04/311: Bug 1748774 - disable startup tests on release and esr. r=RyanVM, ahal a=release DONTBUILD

gitolite role git at cupani.torproject.org
Tue Apr 26 15:26:44 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch geckoview-99.0.1-11.0-1
in repository tor-browser.

commit 61b1d53803f4c626201846f6bffdc1edab12c96e
Author: Julien Cristau <jcristau at mozilla.com>
AuthorDate: Fri Jan 7 16:23:00 2022 +0000

    Bug 1748774 - disable startup tests on release and esr. r=RyanVM,ahal a=release DONTBUILD
    
    They're kept for nightly, beta and release-rc as those are shipped
    before QA manual testing.
    
    Differential Revision: https://phabricator.services.mozilla.com/D135222
---
 taskcluster/ci/startup-test/kind.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/taskcluster/ci/startup-test/kind.yml b/taskcluster/ci/startup-test/kind.yml
index 5d3f7114ed631..fbdcfaf18fe43 100644
--- a/taskcluster/ci/startup-test/kind.yml
+++ b/taskcluster/ci/startup-test/kind.yml
@@ -17,6 +17,7 @@ kind-dependencies:
 
 transforms:
     - gecko_taskgraph.transforms.startup_test:transforms
+    - gecko_taskgraph.transforms.release:run_on_releases
     - gecko_taskgraph.transforms.job:transforms
     - gecko_taskgraph.transforms.task:transforms
 
@@ -24,6 +25,7 @@ job-defaults:
     name: startup-test
     description: Check whether or not a product crashes on startup
     run-on-projects: ['mozilla-central']
+    run-on-releases: ['nightly', 'beta', 'release-rc']
     worker:
         max-run-time: 3600
     run:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list