From b6525c3eccde35f41c0966c29f0a3914cc8467d3 Mon Sep 17 00:00:00 2001 From: Jorg K Date: Tue, 15 Jan 2019 19:45:03 +0100 Subject: [PATCH] Backed out changeset 8015b21deff6 to re-enable Nightly builds (bug 1518823). a=jorgk --- taskcluster/ci/build/linux.yml | 4 ++-- taskcluster/ci/build/macosx.yml | 2 +- taskcluster/ci/build/windows.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/taskcluster/ci/build/linux.yml b/taskcluster/ci/build/linux.yml index ce53b4be87..746ba88941 100644 --- a/taskcluster/ci/build/linux.yml +++ b/taskcluster/ci/build/linux.yml @@ -50,7 +50,7 @@ linux64-nightly/opt: run: using: mozharness comm-checkout: true - actions: [disabled, build, check-test] + actions: [build, check-test] config-paths: - comm/mozharness config: @@ -151,7 +151,7 @@ linux-nightly/opt: run: using: mozharness comm-checkout: true - actions: [disabled, build, check-test] + actions: [build, check-test] config-paths: - comm/mozharness config: diff --git a/taskcluster/ci/build/macosx.yml b/taskcluster/ci/build/macosx.yml index f291dad6bc..20238c08b3 100644 --- a/taskcluster/ci/build/macosx.yml +++ b/taskcluster/ci/build/macosx.yml @@ -98,7 +98,7 @@ macosx64-nightly/opt: run: using: mozharness comm-checkout: true - actions: [disabled, build] + actions: [build] config-paths: - comm/mozharness config: diff --git a/taskcluster/ci/build/windows.yml b/taskcluster/ci/build/windows.yml index 71cf676e16..b5323d206b 100644 --- a/taskcluster/ci/build/windows.yml +++ b/taskcluster/ci/build/windows.yml @@ -56,7 +56,7 @@ win32-nightly/opt: run: using: mozharness comm-checkout: true - actions: [disabled, build, check-test] + actions: [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: [disabled, build, check-test] + actions: [build, check-test] options: [append-env-variables-from-configs] script: mozharness/scripts/fx_desktop_build.py config-paths: