From patchwork Fri Oct 14 19:35:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 4690 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id AE19B23E0C for ; Fri, 14 Oct 2011 19:35:14 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id 9C9C5A1801C for ; Fri, 14 Oct 2011 19:35:14 +0000 (UTC) Received: by eyg5 with SMTP id 5so1984922eyg.11 for ; Fri, 14 Oct 2011 12:35:14 -0700 (PDT) Received: by 10.223.17.3 with SMTP id q3mr5939542faa.28.1318620914370; Fri, 14 Oct 2011 12:35:14 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.24.41 with SMTP id r9cs28035laf; Fri, 14 Oct 2011 12:35:14 -0700 (PDT) Received: by 10.216.143.153 with SMTP id l25mr387205wej.24.1318620913752; Fri, 14 Oct 2011 12:35:13 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id h2si4028567wed.119.2011.10.14.12.35.13 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Oct 2011 12:35:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1REnXF-0002dM-6w for ; Fri, 14 Oct 2011 19:35:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 29CC1E09FA for ; Fri, 14 Oct 2011 19:35:13 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dispatcher X-Launchpad-Branch: ~linaro-validation/lava-dispatcher/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 134 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 134: Fix for Bug 872948 Message-Id: <20111014193513.31058.59231.launchpad@ackee.canonical.com> Date: Fri, 14 Oct 2011 19:35:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14124"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 3d1a210ca30c1efa366b5c4d93fc10db0c9667f0 Merge authors: Yongqin Liu (liuyq0307) Related merge proposals: https://code.launchpad.net/~liuyq0307/lava-dispatcher/fix-872948/+merge/79309 proposed by: Yongqin Liu (liuyq0307) review: Approve - Spring Zhang (qzhang) ------------------------------------------------------------ revno: 134 [merge] committer: Paul Larson branch nick: lava-dispatcher timestamp: Fri 2011-10-14 14:33:06 -0500 message: Fix for Bug 872948 modified: doc/lava-android-test-leb-panda.json lava_dispatcher/__init__.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 === modified file 'doc/lava-android-test-leb-panda.json' --- doc/lava-android-test-leb-panda.json 2011-09-27 10:12:50 +0000 +++ doc/lava-android-test-leb-panda.json 2011-10-13 15:52:18 +0000 @@ -8,14 +8,14 @@ "command": "deploy_linaro_android_image", "parameters": { - "boot": "https://android-build.linaro.org/jenkins/job/linaro-android_leb-panda/246/artifact/build/out/target/product/pandaboard/boot.tar.bz2", - "system": "https://android-build.linaro.org/jenkins/job/linaro-android_leb-panda/246/artifact/build/out/target/product/pandaboard/system.tar.bz2", - "data": "https://android-build.linaro.org/jenkins/job/linaro-android_leb-panda/246/artifact/build/out/target/product/pandaboard/userdata.tar.bz2" + "boot": "https://android-build.linaro.org/jenkins/job/gerrit-bot_pandaboard/12/artifact/build/out/target/product/pandaboard/boot.tar.bz2", + "system": "https://android-build.linaro.org/jenkins/job/gerrit-bot_pandaboard/12/artifact/build/out/target/product/pandaboard/system.tar.bz2", + "data": "https://android-build.linaro.org/jenkins/job/gerrit-bot_pandaboard/12/artifact/build/out/target/product/pandaboard/userdata.tar.bz2" }, "metadata": { "rootfs.type": "android", - "rootfs.build": "246" + "rootfs.build": "12" } }, { === modified file 'lava_dispatcher/__init__.py' --- lava_dispatcher/__init__.py 2011-10-14 03:14:31 +0000 +++ lava_dispatcher/__init__.py 2011-10-14 19:33:06 +0000 @@ -55,7 +55,7 @@ def run(self): lava_commands = get_all_cmds() - if self.job_data['actions'][-1]['command'] == 'submit_results': + if self.job_data['actions'][-1]['command'].startswith("submit_results"): submit_results = self.job_data['actions'].pop(-1) else: submit_results = None