зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1520874: [mozharness] Don't set `nightly_build` in per-project configs, since it is set by `taskcluster_nightly.py` config file; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D15859 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
2aae270ee0
Коммит
826c34b022
|
@ -1,7 +1,6 @@
|
|||
import os
|
||||
|
||||
config = {
|
||||
"nightly_build": True,
|
||||
"branch": "alder",
|
||||
"update_channel": "nightly",
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import os
|
||||
|
||||
config = {
|
||||
"nightly_build": True,
|
||||
"branch": "ash",
|
||||
"update_channel": "nightly",
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ config = {
|
|||
"is_automation": True,
|
||||
"locales_dir": "mobile/android/locales",
|
||||
"ignore_locales": ["en-US"],
|
||||
"nightly_build": True,
|
||||
"tooltool_config": {
|
||||
"manifest": "mobile/android/config/tooltool-manifests/android/releng.manifest",
|
||||
"output_dir": "%(abs_work_dir)s/" + MOZILLA_DIR,
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import os
|
||||
|
||||
config = {
|
||||
"nightly_build": True,
|
||||
"branch": "mozilla-central",
|
||||
"update_channel": "nightly",
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ config = {
|
|||
"is_automation": True,
|
||||
"locales_dir": "mobile/android/locales",
|
||||
"ignore_locales": ["en-US"],
|
||||
"nightly_build": True,
|
||||
"tooltool_config": {
|
||||
"manifest": "mobile/android/config/tooltool-manifests/android/releng.manifest",
|
||||
"output_dir": "%(abs_work_dir)s/" + MOZILLA_DIR,
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import os
|
||||
|
||||
config = {
|
||||
"nightly_build": True,
|
||||
"branch": "jamun",
|
||||
"update_channel": "nightly-jamun",
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ config = {
|
|||
"is_automation": True,
|
||||
"locales_dir": "mobile/android/locales",
|
||||
"ignore_locales": ["en-US"],
|
||||
"nightly_build": True,
|
||||
"tooltool_config": {
|
||||
"manifest": "mobile/android/config/tooltool-manifests/android/releng.manifest",
|
||||
"output_dir": "%(abs_work_dir)s/" + MOZILLA_DIR,
|
||||
|
|
|
@ -10,7 +10,6 @@ config = {
|
|||
"is_automation": True,
|
||||
"locales_dir": "mobile/android/locales",
|
||||
"ignore_locales": ["en-US"],
|
||||
"nightly_build": True,
|
||||
"tooltool_config": {
|
||||
"manifest": "mobile/android/config/tooltool-manifests/android/releng.manifest",
|
||||
"output_dir": "%(abs_work_dir)s/" + MOZILLA_DIR,
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import os
|
||||
|
||||
config = {
|
||||
"nightly_build": True,
|
||||
"branch": "mozilla-aurora",
|
||||
"update_channel": "aurora",
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ config = {
|
|||
"is_automation": True,
|
||||
"locales_dir": "mobile/android/locales",
|
||||
"ignore_locales": ["en-US"],
|
||||
"nightly_build": True,
|
||||
"tooltool_config": {
|
||||
"manifest": "mobile/android/config/tooltool-manifests/android/releng.manifest",
|
||||
"output_dir": "%(abs_work_dir)s/" + MOZILLA_DIR,
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import os
|
||||
|
||||
config = {
|
||||
"nightly_build": True,
|
||||
"branch": "mozilla-beta",
|
||||
"update_channel": "beta",
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
config = {
|
||||
"nightly_build": True,
|
||||
"branch": "mozilla-beta",
|
||||
"update_channel": "aurora", # devedition uses aurora based branding
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import os
|
||||
|
||||
config = {
|
||||
"nightly_build": True,
|
||||
"branch": "mozilla-central",
|
||||
"update_channel": "nightly",
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ config = {
|
|||
"is_automation": True,
|
||||
"locales_dir": "mobile/android/locales",
|
||||
"ignore_locales": ["en-US"],
|
||||
"nightly_build": True,
|
||||
"tooltool_config": {
|
||||
"manifest": "mobile/android/config/tooltool-manifests/android/releng.manifest",
|
||||
"output_dir": "%(abs_work_dir)s/" + MOZILLA_DIR,
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import os
|
||||
|
||||
config = {
|
||||
"nightly_build": True,
|
||||
"branch": "mozilla-esr60",
|
||||
"en_us_binary_url": "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-esr60/",
|
||||
"update_channel": "esr",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import os
|
||||
|
||||
config = {
|
||||
"nightly_build": True,
|
||||
"branch": "mozilla-inbound",
|
||||
"update_channel": "nightly",
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ config = {
|
|||
"is_automation": True,
|
||||
"locales_dir": "mobile/android/locales",
|
||||
"ignore_locales": ["en-US"],
|
||||
"nightly_build": True,
|
||||
"tooltool_config": {
|
||||
"manifest": "mobile/android/config/tooltool-manifests/android/releng.manifest",
|
||||
"output_dir": "%(abs_work_dir)s/" + MOZILLA_DIR,
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import os
|
||||
|
||||
config = {
|
||||
"nightly_build": True,
|
||||
"branch": "mozilla-release",
|
||||
"update_channel": "release",
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import os
|
||||
|
||||
config = {
|
||||
"nightly_build": False,
|
||||
"branch": "try",
|
||||
"update_channel": "nightly-try",
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ config = {
|
|||
"manifest": "mobile/android/config/tooltool-manifests/android/releng.manifest",
|
||||
"output_dir": "%(abs_work_dir)s/" + MOZILLA_DIR,
|
||||
},
|
||||
"nightly_build": True,
|
||||
"hg_l10n_base": "https://hg.mozilla.org/l10n-central",
|
||||
"hg_l10n_tag": "default",
|
||||
'vcs_share_base': "/builds/hg-shared",
|
||||
|
|
Загрузка…
Ссылка в новой задаче