diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /taskcluster/test/params | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-adbda400be353e676059e335c3c0aaf99e719475.tar.xz firefox-adbda400be353e676059e335c3c0aaf99e719475.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'taskcluster/test/params')
-rw-r--r-- | taskcluster/test/params/try-config.yml | 51 | ||||
-rw-r--r-- | taskcluster/test/params/try-syntax.yml (renamed from taskcluster/test/params/try.yml) | 2 |
2 files changed, 52 insertions, 1 deletions
diff --git a/taskcluster/test/params/try-config.yml b/taskcluster/test/params/try-config.yml new file mode 100644 index 0000000000..4eee79df5e --- /dev/null +++ b/taskcluster/test/params/try-config.yml @@ -0,0 +1,51 @@ +--- +base_repository: https://hg.mozilla.org/mozilla-central +build_date: 1509479809 +build_number: 1 +app_version: 60.0a1 +version: 60.0a1 +next_version: null +do_not_optimize: [] +enable_always_target: true +existing_tasks: {} +filters: + - target_tasks_method +head_ref: 482ccd66d49e0e4a0d260ca872f770df4983ccea +head_repository: https://hg.mozilla.org/try +head_rev: 482ccd66d49e0e4a0d260ca872f770df4983ccea +hg_branch: default +level: "1" +message: "Fuzzy query='foobar" +moz_build_date: "20171031195649" +optimize_target_tasks: false +owner: user@example.com +project: try +pushdate: 1509479809 +pushlog_id: "232079" +release_history: {} +release_eta: "" +release_enable_partners: false +release_partners: [] +release_partner_build_number: 1 +release_partner_config: null +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 +release_type: "nightly" +release_product: null +required_signoffs: [] +signoff_urls: {} +phabricator_diff: +tasks_for: hg-push diff --git a/taskcluster/test/params/try.yml b/taskcluster/test/params/try-syntax.yml index 7fddf517f3..7781ce927d 100644 --- a/taskcluster/test/params/try.yml +++ b/taskcluster/test/params/try-syntax.yml @@ -18,7 +18,7 @@ level: "1" message: "try: -b do -p linux64 -u none" moz_build_date: "20171031195649" optimize_target_tasks: false -owner: sfink@mozilla.com +owner: user@example.com project: try pushdate: 1509479809 pushlog_id: "232079" |