forked from mirrors/gecko-dev
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:
parent
46abba10d9
commit
89f28310c3
2 changed files with 6 additions and 2 deletions
|
|
@ -196,6 +196,7 @@ jobs:
|
||||||
- mozilla-beta
|
- mozilla-beta
|
||||||
- mozilla-release
|
- mozilla-release
|
||||||
- mozilla-esr91
|
- mozilla-esr91
|
||||||
|
- mozilla-esr102
|
||||||
when:
|
when:
|
||||||
by-project:
|
by-project:
|
||||||
# No default branch
|
# No default branch
|
||||||
|
|
@ -211,6 +212,9 @@ jobs:
|
||||||
mozilla-esr91:
|
mozilla-esr91:
|
||||||
- {hour: 7, minute: 0}
|
- {hour: 7, minute: 0}
|
||||||
- {hour: 19, minute: 0}
|
- {hour: 19, minute: 0}
|
||||||
|
mozilla-esr102:
|
||||||
|
- {hour: 7, minute: 0}
|
||||||
|
- {hour: 19, minute: 0}
|
||||||
|
|
||||||
- name: periodic-update
|
- name: periodic-update
|
||||||
job:
|
job:
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@ config = {
|
||||||
},
|
},
|
||||||
"msix-latest": {
|
"msix-latest": {
|
||||||
"product-name": "Firefox-esr-msix-latest-SSL",
|
"product-name": "Firefox-esr-msix-latest-SSL",
|
||||||
"check_uptake": True,
|
"check_uptake": False,
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"win",
|
"win",
|
||||||
"win64",
|
"win64",
|
||||||
|
|
@ -122,7 +122,7 @@ config = {
|
||||||
},
|
},
|
||||||
"msix-next-latest": {
|
"msix-next-latest": {
|
||||||
"product-name": "Firefox-esr-next-msix-latest-SSL",
|
"product-name": "Firefox-esr-next-msix-latest-SSL",
|
||||||
"check_uptake": True,
|
"check_uptake": False,
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"win",
|
"win",
|
||||||
"win64",
|
"win64",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue