diff options
author | Albert Zhang <albert.zhang@canonical.com> | 2014-07-15 20:55:37 +0800 |
---|---|---|
committer | Albert Zhang <albert.zhang@canonical.com> | 2014-07-15 20:55:37 +0800 |
commit | d9b07f30ae556010f38801ba6cd5039ccf5fa360 (patch) | |
tree | 6d10b5e1e7e754f9b8f77b5a3cde97396c5be4c9 | |
parent | ac1385c5318503b205cf5f44cc6b078bbf0847d7 (diff) |
remove attachment require to work around the plainbox double dependency issue
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | jobs/somerville/somerville.txt.in | 8 |
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 |