Bug 1208320 - Produce talos test archive without staging files; r=glandium

This is pretty straightforward. This saves ~26 MB of file copies.

--HG--
extra : commitid : ItghoP73zS8
extra : rebase_source : 9656719a6459c1e6fa28165591722fe00d6d9b1d
This commit is contained in:
Gregory Szorc 2015-09-30 09:48:04 -07:00
Родитель 1d1f8b07c4
Коммит 1c2fb95934
2 изменённых файлов: 8 добавлений и 8 удалений

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

@ -43,6 +43,13 @@ ARCHIVE_FILES = {
'pattern': 'mozharness/**',
},
],
'talos': [
{
'source': buildconfig.topsrcdir,
'base': 'testing',
'pattern': 'talos/**',
},
],
'web-platform': [
{
'source': buildconfig.topobjdir,

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

@ -374,7 +374,6 @@ stage-all: \
stage-config \
stage-mach \
stage-mochitest \
stage-talos \
stage-reftest \
stage-xpcshell \
stage-jstests \
@ -396,11 +395,11 @@ endif
TEST_PKGS := \
cppunittest \
reftest \
talos \
$(NULL)
PYTHON_TEST_PKGS := \
mochitest \
talos \
web-platform \
xpcshell \
$(NULL)
@ -509,11 +508,6 @@ ifeq ($(MOZ_BUILD_APP),mobile/android)
$(NSINSTALL) $(DEPTH)/mobile/android/base/fennec_ids.txt $(PKG_STAGE)/mochitest
endif
TALOS_DIR=$(PKG_STAGE)/talos
stage-talos: make-stage-dir
$(NSINSTALL) -D $(TALOS_DIR)
@(cd $(topsrcdir)/testing/talos && tar $(TAR_CREATE_FLAGS) - *) | (cd $(TALOS_DIR)/ && tar -xf -)
stage-reftest: make-stage-dir
$(MAKE) -C $(DEPTH)/layout/tools/reftest stage-package
@ -638,7 +632,6 @@ stage-instrumentation-tests: make-stage-dir
stage-b2g \
stage-config \
stage-mochitest \
stage-talos \
stage-reftest \
stage-xpcshell \
stage-jstests \