Skip to content

Commit

Permalink
Have nexus s working and ironing out ability to push old builds throu…
Browse files Browse the repository at this point in the history
…gh the system
  • Loading branch information
Clint Talbert committed Dec 6, 2011
1 parent 677ca06 commit b9033ca
Show file tree
Hide file tree
Showing 7 changed files with 1,274 additions and 19 deletions.
4 changes: 2 additions & 2 deletions SUTAgent.ini
@@ -1,5 +1,5 @@
[Registration Server]
IPAddr = 10.250.5.19
IPAddr = 10.250.2.223
PORT = 28001
HARDWARE = samsung_gs2
HARDWARE = nexus_s
POOL = GENERAL
2 changes: 1 addition & 1 deletion daemon.py
Expand Up @@ -105,7 +105,7 @@ def lock_and_run_tests(self, build_url=None):
try:
job = self._jobs.get()
if "buildurl" in job:
res = self.install_build(job["phone"], job["build_url"])
res = self.install_build(job["phone"], job["buildurl"])
if res:
self.run_tests(job)
else:
Expand Down
7 changes: 7 additions & 0 deletions daemon_cache.ini
@@ -0,0 +1,7 @@
[phones]
78_d6_f0_cf_d2_17 = 10.250.7.194,nexus_s,20701

[jobs]
job1 = phone=78_d6_f0_cf_d2_17,buildurl=ftp://ftp.mozilla.org/pub/mobile/nightly/latest-birch-android/fennec-11.0a1.en-US.android-arm.apk,builddate=2010-12-05,revision=deadbeef
job2 = phone=78_d6_f0_cf_d2_17,buildurl=ftp://ftp.mozilla.org/pub/mobile/nightly/2011-12-04-04-02-09-birch-android/fennec-11.0a1.en-US.android-arm.apk,builddate=2010-12-04,revision=deadbeef2

0 comments on commit b9033ca

Please sign in to comment.