diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /taskcluster/test/params/try-config.yml | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/test/params/try-config.yml')
-rw-r--r-- | taskcluster/test/params/try-config.yml | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/taskcluster/test/params/try-config.yml b/taskcluster/test/params/try-config.yml index 4eee79df5e..545e51ac8a 100644 --- a/taskcluster/test/params/try-config.yml +++ b/taskcluster/test/params/try-config.yml @@ -8,8 +8,11 @@ next_version: null do_not_optimize: [] enable_always_target: true existing_tasks: {} +files_changed: + - dom/html/HTMLDetailsElement.cpp + - gfx/thebes/gfxUserFontSet.cpp filters: - - target_tasks_method + - target_tasks_method head_ref: 482ccd66d49e0e4a0d260ca872f770df4983ccea head_repository: https://hg.mozilla.org/try head_rev: 482ccd66d49e0e4a0d260ca872f770df4983ccea @@ -32,17 +35,17 @@ release_enable_emefree: false target_tasks_method: try_tasks try_mode: try_task_config try_task_config: - disable-pgo: true - env: - TRY_SELECTOR: "fuzzy" - tasks: - - test-linux1804-64-qr/opt-mochitest-plain-* - - test-linux1804-64-shippable-qr/opt-mochitest-plain-headless-1 - - test-linux1804-64-tsan-qr/opt-mochitest-plain-1 - - missing-task-label-1 - - missing-task-label-2 - - missing-task-label-* - use-artifact-builds: true + disable-pgo: true + env: + TRY_SELECTOR: "fuzzy" + tasks: + - test-linux1804-64-qr/opt-mochitest-plain-* + - test-linux1804-64-shippable-qr/opt-mochitest-plain-headless-1 + - test-linux1804-64-tsan-qr/opt-mochitest-plain-1 + - missing-task-label-1 + - missing-task-label-2 + - missing-task-label-* + use-artifact-builds: true release_type: "nightly" release_product: null required_signoffs: [] |