Bug 1821955 part 1: Remove a11y-no-cache test variant from CI. r=eeejay,ci-and-tooling,bhearsum,suhaib

Differential Revision: https://phabricator.services.mozilla.com/D177718
This commit is contained in:
James Teh 2023-05-19 02:56:48 +00:00
parent 78b8147915
commit ce11e3bf24
3 changed files with 3 additions and 25 deletions

View file

@ -64,8 +64,6 @@ treeherder:
'M-1proc': 'Mochitests without e10s or fission'
'M-a11y-checks': 'Mochitests with accessibility checks enabled'
'M-a11y-checks-nofis': 'Mochitests with accessibility checks enabled and without fission enabled'
'M-a11y-no-cache': 'Mochitests with accessibility cache disabled'
'M-a11y-no-cache-1proc': 'Mochitests with accessibility cache, e10s, and fission disabled'
'M-xorig': 'Mochitests with cross-origin and fission enabled'
'M-gli': 'Mochitests with WebGL over IPC'
'M-gli-nofis': 'Mochitests with WebGL over IPC without fission enabled'

View file

@ -193,7 +193,6 @@ mochitest-a11y:
- 1proc
- socketprocess_networking+1proc
- webrender-sw+1proc
- a11y-no-cache+1proc
- editor-legacy-direction
run-on-projects:
by-variant:
@ -206,7 +205,6 @@ mochitest-a11y:
android-em-7.0-x86_64-qr/debug: built-projects
linux.*64-qr/debug: built-projects
default: []
a11y-no-cache+1proc: ['trunk']
1proc: built-projects
editor-legacy-direction:
by-test-platform:
@ -315,15 +313,7 @@ mochitest-browser-a11y:
treeherder-symbol: M(ba)
schedules-component: mochitest-browser-a11y
loopback-video: true
variants:
- a11y-no-cache
run-on-projects:
by-variant:
a11y-no-cache:
by-test-platform:
android.*: []
default: ["trunk"]
default:
by-test-platform:
android.*: []
default: built-projects

View file

@ -267,16 +267,6 @@ wmf-media-engine:
- "--setpref=media.wmf.media-engine.enabled=true"
- "--setpref=media.wmf.media-engine.channel-decoder.enabled=true"
a11y-no-cache:
description: "{description} with accessibility cache disabled"
component: "Core::Disability Access APIs"
expiration: "2023-08-01"
suffix: "a11y-no-cache"
merge:
mozharness:
extra-options:
- "--setpref=accessibility.cache.enabled=false"
msix:
description: "{description} from msix packages"
component: "Firefox:Installer"