From 41b4528c8cc019b754b9516deaab4c9e9fd6aafb Mon Sep 17 00:00:00 2001 From: Gregory Mierzwinski Date: Fri, 12 Feb 2021 18:33:54 +0000 Subject: [PATCH] Bug 1692467 - Disable controlled network performance tests. r=aryx DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D105040 --- taskcluster/ci/perftest/linux.yml | 2 +- taskcluster/ci/perftest/macosx.yml | 2 +- taskcluster/ci/perftest/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/taskcluster/ci/perftest/linux.yml b/taskcluster/ci/perftest/linux.yml index e8183d9fb57b..1efb182d2c43 100644 --- a/taskcluster/ci/perftest/linux.yml +++ b/taskcluster/ci/perftest/linux.yml @@ -191,7 +191,7 @@ controlled: max-run-time: 14400 attributes: batch: false - cron: true + 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 74aec57a3aa7..2a5c15a145ad 100644 --- a/taskcluster/ci/perftest/macosx.yml +++ b/taskcluster/ci/perftest/macosx.yml @@ -200,7 +200,7 @@ controlled: max-run-time: 14400 attributes: batch: false - cron: true + cron: false run: command: >- mkdir -p $MOZ_FETCHES_DIR/../artifacts && diff --git a/taskcluster/ci/perftest/windows.yml b/taskcluster/ci/perftest/windows.yml index faa718d3d468..9e68846ae720 100644 --- a/taskcluster/ci/perftest/windows.yml +++ b/taskcluster/ci/perftest/windows.yml @@ -150,7 +150,7 @@ controlled: max-run-time: 14400 attributes: batch: false - cron: true + cron: false run: command: >- mkdir -p $MOZ_FETCHES_DIR/../artifacts &&