mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Bug 1272113: Packaging awsy in build job r=jmaher
MozReview-Commit-ID: 9VhsVIaaWqt --HG-- extra : rebase_source : ce4768033b0f3a912be9790b5ebe06fa6a2a0803
This commit is contained in:
parent
8b5af739b2
commit
8d0339f0a5
@ -18,6 +18,7 @@ ALL_HARNESSES = [
|
||||
'mozbase',
|
||||
'web-platform',
|
||||
'talos',
|
||||
'awsy',
|
||||
'gtest',
|
||||
]
|
||||
|
||||
@ -28,6 +29,7 @@ PACKAGE_SPECIFIED_HARNESSES = [
|
||||
'xpcshell',
|
||||
'web-platform',
|
||||
'talos',
|
||||
'awsy',
|
||||
]
|
||||
|
||||
# These packages are not present for every build configuration.
|
||||
|
@ -103,6 +103,7 @@ ARCHIVE_FILES = {
|
||||
'mochitest/**',
|
||||
'reftest/**',
|
||||
'talos/**',
|
||||
'awsy/**',
|
||||
'web-platform/**',
|
||||
'xpcshell/**',
|
||||
],
|
||||
@ -374,6 +375,13 @@ ARCHIVE_FILES = {
|
||||
'pattern': 'talos/**',
|
||||
},
|
||||
],
|
||||
'awsy': [
|
||||
{
|
||||
'source': buildconfig.topsrcdir,
|
||||
'base': 'testing',
|
||||
'pattern': 'awsy/**',
|
||||
},
|
||||
],
|
||||
'web-platform': [
|
||||
{
|
||||
'source': buildconfig.topsrcdir,
|
||||
|
@ -25,6 +25,7 @@ _DESKTOP_UPSTREAM_ARTIFACTS_UNSIGNED_EN_US = [
|
||||
"target.mozinfo.json",
|
||||
"target.reftest.tests.zip",
|
||||
"target.talos.tests.zip",
|
||||
"target.awsy.tests.zip",
|
||||
"target.test_packages.json",
|
||||
"target.txt",
|
||||
"target.web-platform.tests.zip",
|
||||
@ -74,6 +75,7 @@ _MOBILE_UPSTREAM_ARTIFACTS_UNSIGNED_MULTI = [
|
||||
"target.mozinfo.json",
|
||||
"target.reftest.tests.zip",
|
||||
"target.talos.tests.zip",
|
||||
"target.awsy.tests.zip",
|
||||
"target.test_packages.json",
|
||||
"target.txt",
|
||||
"target.web-platform.tests.zip",
|
||||
|
@ -134,6 +134,7 @@ TEST_PKGS := \
|
||||
mochitest \
|
||||
reftest \
|
||||
talos \
|
||||
awsy \
|
||||
web-platform \
|
||||
xpcshell \
|
||||
$(NULL)
|
||||
|
@ -94,6 +94,7 @@ MOCHITEST_PACKAGE = $(PKG_BASENAME).mochitest.tests.zip
|
||||
REFTEST_PACKAGE = $(PKG_BASENAME).reftest.tests.zip
|
||||
WP_TEST_PACKAGE = $(PKG_BASENAME).web-platform.tests.zip
|
||||
TALOS_PACKAGE = $(PKG_BASENAME).talos.tests.zip
|
||||
AWSY_PACKAGE = $(PKG_BASENAME).awsy.tests.zip
|
||||
GTEST_PACKAGE = $(PKG_BASENAME).gtest.tests.zip
|
||||
|
||||
ifneq (,$(wildcard $(DIST)/bin/application.ini))
|
||||
|
@ -406,6 +406,7 @@ UPLOAD_FILES= \
|
||||
$(call QUOTED_WILDCARD,$(DIST)/$(PKG_PATH)$(XPC_TEST_PACKAGE)) \
|
||||
$(call QUOTED_WILDCARD,$(DIST)/$(PKG_PATH)$(MOCHITEST_PACKAGE)) \
|
||||
$(call QUOTED_WILDCARD,$(DIST)/$(PKG_PATH)$(TALOS_PACKAGE)) \
|
||||
$(call QUOTED_WILDCARD,$(DIST)/$(PKG_PATH)$(AWSY_PACKAGE)) \
|
||||
$(call QUOTED_WILDCARD,$(DIST)/$(PKG_PATH)$(REFTEST_PACKAGE)) \
|
||||
$(call QUOTED_WILDCARD,$(DIST)/$(PKG_PATH)$(WP_TEST_PACKAGE)) \
|
||||
$(call QUOTED_WILDCARD,$(DIST)/$(PKG_PATH)$(GTEST_PACKAGE)) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user