summaryrefslogtreecommitdiff
diff options
-rw-r--r--debian/changelog6
-rw-r--r--jobs/somerville/somerville.txt.in8
2 files changed, 6 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 235649a..92d2d9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+plainbox-provider-oem (0.1ubuntu14) trusty; urgency=high
+
+ * remove attachment require to work around the plainbox double dependency issue
+
+ -- Albert Zhang <albert.zhang@canonical.com> Tue, 15 Jul 2014 20:54:05 +0800
+
plainbox-provider-oem (0.1ubuntu13) trusty; urgency=high
* bump version to merge elsawang's oem-common/sutton whitelist update
diff --git a/jobs/somerville/somerville.txt.in b/jobs/somerville/somerville.txt.in
index 1fede6b..4206da5 100644
--- a/jobs/somerville/somerville.txt.in
+++ b/jobs/somerville/somerville.txt.in
@@ -125,7 +125,6 @@ _description:
plugin: attachment
id: somerville/02-suspend-30_log
-depends: somerville/01-suspend-30
command: file=/var/log/pm.py.suspend.30.log; if [ -e "$file" ]; then cat "$file"; fi
plugin: shell
@@ -143,7 +142,6 @@ _description:
plugin: attachment
id: somerville/04-hibernate-30_log
-depends: somerville/03-hibernate-30
command: file=/var/log/pm.py.hibernate.30.log; if [ -e "$file" ]; then cat "$file"; fi
plugin: shell
@@ -160,7 +158,6 @@ _description:
plugin: attachment
id: somerville/06-reboot-30_log
-depends: somerville/05-reboot-30
command: file=/var/log/pm_test.reboot.30.log; if [ -e "$file" ]; then cat "$file"; fi
plugin: shell
@@ -177,7 +174,6 @@ _description:
plugin: attachment
id: somerville/08-poweroff-30_log
-depends: somerville/07-poweroff-30
command: file=/var/log/pm_test.poweroff.30.log; if [ -e "$file" ]; then cat "$file"; fi
plugin: shell
@@ -188,7 +184,6 @@ _description: Check logs for the stress suspend/resume (30 cycles) test case
plugin: attachment
id: somerville/10-suspend-30_check_log
-depends: somerville/09-suspend-30_check
command:
file=$CHECKBOX_DATA/pm_check.py.suspend.30.log; if [ -e "$file" ]; then cat "$file"; fi
@@ -200,7 +195,6 @@ _description: Check logs for the stress suspend/resume (30 cycles) test case
plugin: attachment
id: somerville/12-hibernate-30_check_log
-depends: somerville/11-hibernate-30_check
command:
file=$CHECKBOX_DATA/pm_check.py.hibernate.30.log; if [ -e "$file" ]; then cat "$file"; fi
@@ -212,7 +206,6 @@ _description: Check logs for the stress reboot (30 cycles) test case
plugin: attachment
id: somerville/14-reboot-30_check_log
-depends: somerville/13-reboot-30_check
command:
file=$CHECKBOX_DATA/pm_check.py.reboot.30.log; if [ -e "$file" ]; then cat "$file"; fi
@@ -224,7 +217,6 @@ _description: Check logs for the stress poweroff (30 cycles) test case
plugin: attachment
id: somerville/16-poweroff-30_check_log
-depends: somerville/15-poweroff-30_check
command:
file=$CHECKBOX_DATA/pm_check.py.poweroff.30.log; if [ -e "$file" ]; then cat "$file"; fi