From 9ef65516f43f19e6ae4434551f1ca74fc30b5ff2 Mon Sep 17 00:00:00 2001 From: Chris Manchester Date: Tue, 13 Oct 2015 14:10:10 -0700 Subject: [PATCH] Bug 1077670 - Package tests in parallel. r=gps --HG-- extra : commitid : LPmnxGneA65 --- build/moz-automation.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/moz-automation.mk b/build/moz-automation.mk index a4e7d718d114..ec63233a1345 100644 --- a/build/moz-automation.mk +++ b/build/moz-automation.mk @@ -101,17 +101,13 @@ automation/build: $(addprefix automation/,$(MOZ_AUTOMATION_TIERS)) AUTOMATION_EXTRA_CMDLINE-l10n-check = -j1 AUTOMATION_EXTRA_CMDLINE-pretty-l10n-check = -j1 -# And force -j1 here until bug 1077670 is fixed. -AUTOMATION_EXTRA_CMDLINE-package-tests = -j1 -AUTOMATION_EXTRA_CMDLINE-pretty-package-tests = -j1 - # The commands only run if the corresponding MOZ_AUTOMATION_* variable is # enabled. This means, for example, if we enable MOZ_AUTOMATION_UPLOAD, then # 'buildsymbols' will only run if MOZ_AUTOMATION_BUILD_SYMBOLS is also set. # However, the target automation/buildsymbols will still be executed in this # case because it is a prerequisite of automation/upload. define automation_commands -@$(MAKE) $1 $(AUTOMATION_EXTRA_CMDLINE-$1) +@+$(MAKE) $1 $(AUTOMATION_EXTRA_CMDLINE-$1) $(call BUILDSTATUS,TIER_FINISH $1) endef