diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 425: shorten android tester prompt

Message ID 20121029210515.29491.66669.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Andy Doan Oct. 29, 2012, 9:05 p.m. UTC
------------------------------------------------------------
revno: 425
tags: release-0.20.1
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Mon 2012-10-29 22:03:29 +0100
message:
  shorten android tester prompt
  
  We recently made some changes to the tester prompt. We are seeing
  a common failure such as:
  
    http://validation.linaro.org/lava-server/scheduler/job/37007/log_file
  
  Where it seems our new, longer, prompt is often getting other logging
  from the kernel jumbled into it. This shortens the prompt in hopes
  of getting health jobs completing like the good-old days.
modified:
  doc/changes.rst
  lava_dispatcher/__init__.py
  lava_dispatcher/device/target.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2012-10-29 13:12:07 +0000
+++ doc/changes.rst	2012-10-29 21:03:29 +0000
@@ -1,11 +1,11 @@ 
 Version History
 ***************
 
-.. _verison_0_21:
+.. _verison_0_20_1:
 
-Version 0.21
-============
-* UNRELEASED.
+Version 0.20.1
+==============
+* fixed prompt issue on Android that was causing timeouts
 
 .. _version_0_20:
 

=== modified file 'lava_dispatcher/__init__.py'
--- lava_dispatcher/__init__.py	2012-10-29 13:12:07 +0000
+++ lava_dispatcher/__init__.py	2012-10-29 21:03:29 +0000
@@ -18,4 +18,4 @@ 
 # along
 # with this program; if not, see <http://www.gnu.org/licenses>.
 
-__version__ = (0, 21, 0, "dev", 0)
+__version__ = (0, 20, 1, "final", 0)

=== modified file 'lava_dispatcher/device/target.py'
--- lava_dispatcher/device/target.py	2012-10-24 00:47:43 +0000
+++ lava_dispatcher/device/target.py	2012-10-29 21:03:29 +0000
@@ -42,7 +42,7 @@ 
     target device
     """
 
-    ANDROID_TESTER_PS1 = "linaro-test-android# "
+    ANDROID_TESTER_PS1 = "root@linaro# "
 
     # The target deployment functions will point self.deployment_data to
     # the appropriate dictionary below. Code such as actions can contribute