summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/test/variants.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /taskcluster/ci/test/variants.yml
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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"