No bug - Disable Nightly builds until XUL tree issue (bug 1518823) is fixed. a=jorgk DONTBUILD

This commit is contained in:
Jorg K 2019-01-04 11:20:41 +01:00
Родитель 957d0cd0bf
Коммит 83a428811f
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -50,7 +50,7 @@ linux64-nightly/opt:
run:
using: mozharness
comm-checkout: true
actions: [build, check-test]
actions: [disabled, build, check-test]
config-paths:
- comm/mozharness
config:
@ -151,7 +151,7 @@ linux-nightly/opt:
run:
using: mozharness
comm-checkout: true
actions: [build, check-test]
actions: [disabled, build, check-test]
config-paths:
- comm/mozharness
config:

Просмотреть файл

@ -98,7 +98,7 @@ macosx64-nightly/opt:
run:
using: mozharness
comm-checkout: true
actions: [build]
actions: [disabled, build]
config-paths:
- comm/mozharness
config:

Просмотреть файл

@ -56,7 +56,7 @@ win32-nightly/opt:
run:
using: mozharness
comm-checkout: true
actions: [build, check-test]
actions: [disabled, build, check-test]
options: [append-env-variables-from-configs]
script: mozharness/scripts/fx_desktop_build.py
config-paths:
@ -166,7 +166,7 @@ win64-nightly/opt:
run:
using: mozharness
comm-checkout: true
actions: [build, check-test]
actions: [disabled, build, check-test]
options: [append-env-variables-from-configs]
script: mozharness/scripts/fx_desktop_build.py
config-paths: