summaryrefslogtreecommitdiff
path: root/jobs
diff options
Diffstat (limited to 'jobs')
-rw-r--r--jobs/somerville/somerville.txt.in8
1 files changed, 0 insertions, 8 deletions
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