зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1768747 - Disables msix-latest and msix-next-latest uptake check on esr. Enables the esr102 bouncer check in .cron.yml r=jcristau
Differential Revision: https://phabricator.services.mozilla.com/D150767
This commit is contained in:
Родитель
46abba10d9
Коммит
89f28310c3
|
@ -196,6 +196,7 @@ jobs:
|
|||
- mozilla-beta
|
||||
- mozilla-release
|
||||
- mozilla-esr91
|
||||
- mozilla-esr102
|
||||
when:
|
||||
by-project:
|
||||
# No default branch
|
||||
|
@ -211,6 +212,9 @@ jobs:
|
|||
mozilla-esr91:
|
||||
- {hour: 7, minute: 0}
|
||||
- {hour: 19, minute: 0}
|
||||
mozilla-esr102:
|
||||
- {hour: 7, minute: 0}
|
||||
- {hour: 19, minute: 0}
|
||||
|
||||
- name: periodic-update
|
||||
job:
|
||||
|
|
|
@ -114,7 +114,7 @@ config = {
|
|||
},
|
||||
"msix-latest": {
|
||||
"product-name": "Firefox-esr-msix-latest-SSL",
|
||||
"check_uptake": True,
|
||||
"check_uptake": False,
|
||||
"platforms": [
|
||||
"win",
|
||||
"win64",
|
||||
|
@ -122,7 +122,7 @@ config = {
|
|||
},
|
||||
"msix-next-latest": {
|
||||
"product-name": "Firefox-esr-next-msix-latest-SSL",
|
||||
"check_uptake": True,
|
||||
"check_uptake": False,
|
||||
"platforms": [
|
||||
"win",
|
||||
"win64",
|
||||
|
|
Загрузка…
Ссылка в новой задаче