summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/test/variants.yml
diff options
context:
space:
mode:
Diffstat (limited to 'taskcluster/ci/test/variants.yml')
-rw-r--r--taskcluster/ci/test/variants.yml24
1 files changed, 2 insertions, 22 deletions
diff --git a/taskcluster/ci/test/variants.yml b/taskcluster/ci/test/variants.yml
index c57a332a91..8cb31ee047 100644
--- a/taskcluster/ci/test/variants.yml
+++ b/taskcluster/ci/test/variants.yml
@@ -77,6 +77,7 @@ aab:
- linux64-minidump-stackwalk
- linux64-fix-stacks
- linux64-jdk
+ - linux64-hostutils
replace:
target: "geckoview-test_runner.aab"
@@ -297,7 +298,7 @@ webrender-dcomp-compositing:
webrender-sw:
description: "{description} with software webrender enabled"
component: "Core::Graphics: WebRender"
- expiration: "2024-09-01"
+ expiration: "never"
suffix: "swr"
mozinfo: "swgl"
merge:
@@ -317,27 +318,6 @@ webgl-ipc:
- "--setpref=webgl.out-of-process=true"
- "--setpref=security.sandbox.content.headless=true"
-devtools-no-eft:
- description: "{description} with DevTools EFT disabled"
- component: "DevTools::Framework"
- expiration: "2024-03-01"
- suffix: "dt-no-eft"
- when:
- $eval: '
- "linux" in task["test-platform"]
- && "opt" in task["test-platform"]
- && "mochitest-devtools-chrome" == task["try-name"]
- && !(
- "asan" in task["test-platform"]
- || "tsan" in task["test-platform"]
- || "ccov" in task["test-platform"]
- )
- '
- merge:
- mozharness:
- extra-options:
- - "--setpref=devtools.every-frame-target.enabled=false"
-
wmf-media-engine:
description: "{description} with Windows Media Foundation media engine enabled"
component: "Core::Audio/Video: Playback"