From d4af46f6e675de201bf13e8dd98bb902f77d4237 Mon Sep 17 00:00:00 2001 From: Greg Mierzwinski Date: Wed, 13 Dec 2023 11:55:41 +0000 Subject: [PATCH] Bug 1869541 - Disable mozperftest xpcshell tests. r=aglavic,perftest-reviewers DONTBUILD This patch disables the mozperftest http3 test, because of some failures with xpcshell, and/or the mozperftest-xpcshell integration. Differential Revision: https://phabricator.services.mozilla.com/D196175 --- taskcluster/ci/perftest/linux.yml | 3 ++- taskcluster/ci/perftest/macosx.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/taskcluster/ci/perftest/linux.yml b/taskcluster/ci/perftest/linux.yml index acfed9c77d0e..18cc7177809b 100644 --- a/taskcluster/ci/perftest/linux.yml +++ b/taskcluster/ci/perftest/linux.yml @@ -154,7 +154,8 @@ http3: symbol: perftest(http3) attributes: batch: false - cron: true + # Disabled due to bug 1849400 + cron: false run: command: >- mkdir -p $MOZ_FETCHES_DIR/../artifacts && diff --git a/taskcluster/ci/perftest/macosx.yml b/taskcluster/ci/perftest/macosx.yml index 548e7c4780ff..320c966e0574 100644 --- a/taskcluster/ci/perftest/macosx.yml +++ b/taskcluster/ci/perftest/macosx.yml @@ -117,7 +117,8 @@ http3: symbol: perftest(http3) attributes: batch: false - cron: true + # Disabled due to bug 1849400 + cron: false run: command: >- mkdir -p $MOZ_FETCHES_DIR/../artifacts &&