Skip to content

Commit

Permalink
Bug 1272113: Packaging awsy in build job r=jmaher
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 9VhsVIaaWqt

--HG--
extra : rebase_source : ce4768033b0f3a912be9790b5ebe06fa6a2a0803
  • Loading branch information
Paul Yang committed Mar 10, 2017
1 parent 8b5af73 commit 8d0339f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/gen_test_packages_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'mozbase',
'web-platform',
'talos',
'awsy',
'gtest',
]

Expand All @@ -28,6 +29,7 @@
'xpcshell',
'web-platform',
'talos',
'awsy',
]

# These packages are not present for every build configuration.
Expand Down
8 changes: 8 additions & 0 deletions python/mozbuild/mozbuild/action/test_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
'mochitest/**',
'reftest/**',
'talos/**',
'awsy/**',
'web-platform/**',
'xpcshell/**',
],
Expand Down Expand Up @@ -374,6 +375,13 @@
'pattern': 'talos/**',
},
],
'awsy': [
{
'source': buildconfig.topsrcdir,
'base': 'testing',
'pattern': 'awsy/**',
},
],
'web-platform': [
{
'source': buildconfig.topsrcdir,
Expand Down
2 changes: 2 additions & 0 deletions taskcluster/taskgraph/transforms/beetmover.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"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",
Expand Down Expand Up @@ -74,6 +75,7 @@
"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",
Expand Down
1 change: 1 addition & 0 deletions testing/testsuite-targets.mk
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ TEST_PKGS := \
mochitest \
reftest \
talos \
awsy \
web-platform \
xpcshell \
$(NULL)
Expand Down
1 change: 1 addition & 0 deletions toolkit/mozapps/installer/package-name.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
1 change: 1 addition & 0 deletions toolkit/mozapps/installer/upload-files.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)) \
Expand Down

0 comments on commit 8d0339f

Please sign in to comment.