mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Bug 589005 Add download path to jetpack-latest.zip into m-c so buildbot can run jetpack tests r=ted a=NPOTB
This commit is contained in:
parent
c9fd7cdf28
commit
ee45914359
5
testing/jetpack/README.txt
Normal file
5
testing/jetpack/README.txt
Normal file
@ -0,0 +1,5 @@
|
||||
This directory contains a file used by buildbot to grab the location
|
||||
of the jetpack repo for running automated tests. The jetpack test suite
|
||||
and the jetpack codebase and the jetpack tests all live in the jetpack
|
||||
repo indicated by the URL in jetpack-location.txt.
|
||||
|
1
testing/jetpack/jetpack-location.txt
Normal file
1
testing/jetpack/jetpack-location.txt
Normal file
@ -0,0 +1 @@
|
||||
http://hg.mozilla.org/labs/jetpack-sdk/archive/tip.tar.bz2
|
@ -125,7 +125,7 @@ include $(topsrcdir)/toolkit/mozapps/installer/package-name.mk
|
||||
|
||||
ifndef UNIVERSAL_BINARY
|
||||
PKG_STAGE = $(DIST)/test-package-stage
|
||||
package-tests: stage-mochitest stage-reftest stage-xpcshell stage-jstests stage-mozmill
|
||||
package-tests: stage-mochitest stage-reftest stage-xpcshell stage-jstests stage-mozmill stage-jetpack
|
||||
else
|
||||
# This staging area has been built for us by universal/flight.mk
|
||||
PKG_STAGE = $(DIST)/universal/test-package-stage
|
||||
@ -142,7 +142,7 @@ package-tests: stage-android
|
||||
endif
|
||||
|
||||
make-stage-dir:
|
||||
rm -rf $(PKG_STAGE) && $(NSINSTALL) -D $(PKG_STAGE) && $(NSINSTALL) -D $(PKG_STAGE)/bin && $(NSINSTALL) -D $(PKG_STAGE)/bin/components && $(NSINSTALL) -D $(PKG_STAGE)/certs
|
||||
rm -rf $(PKG_STAGE) && $(NSINSTALL) -D $(PKG_STAGE) && $(NSINSTALL) -D $(PKG_STAGE)/bin && $(NSINSTALL) -D $(PKG_STAGE)/bin/components && $(NSINSTALL) -D $(PKG_STAGE)/certs && $(NSINSTALL) -D $(PKG_STAGE)/jetpack
|
||||
|
||||
stage-mochitest: make-stage-dir
|
||||
$(MAKE) -C $(DEPTH)/testing/mochitest stage-package
|
||||
@ -162,9 +162,11 @@ stage-mozmill: make-stage-dir
|
||||
stage-android: make-stage-dir
|
||||
$(NSINSTALL) $(DEPTH)/build/mobile/sutagent/android/sutAgentAndroid.apk $(PKG_STAGE)/bin
|
||||
|
||||
stage-jetpack: make-stage-dir
|
||||
$(NSINSTALL) $(topsrcdir)/testing/jetpack/jetpack-location.txt $(PKG_STAGE)/jetpack
|
||||
.PHONY: \
|
||||
mochitest mochitest-plain mochitest-chrome mochitest-a11y mochitest-ipcplugins \
|
||||
reftest crashtest \
|
||||
xpcshell-tests \
|
||||
jstestbrowser \
|
||||
package-tests make-stage-dir stage-mochitest stage-reftest stage-xpcshell stage-jstests stage-mozmill stage-android
|
||||
package-tests make-stage-dir stage-mochitest stage-reftest stage-xpcshell stage-jstests stage-mozmill stage-android stage-jetpack
|
||||
|
Loading…
x
Reference in New Issue
Block a user