diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2014-08-28 17:18:34 +0000 |
---|---|---|
committer | Daniel Manrique <> | 2014-08-28 17:18:34 +0000 |
commit | ad0f28a5090d05e1460140c4384881443dbefcf7 (patch) | |
tree | 7914bd60b0514865a46fcc31d545d2a6cd29b1de /jobs | |
parent | 0e929310ec7a97a0a4798de75bb0dc6db9c88ee1 (diff) | |
parent | 6417bab867643aa59604a7051f33bff85ccd7350 (diff) |
" providers:checkbox: Fix stress/reboot_30_log dependency
The bad dependency meant it pulled in stress/reboot which is incorrect as it does 100 iterations instead of 30. [r=roadmr][bug=][author=roadmr]"
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/stress.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/stress.txt.in b/jobs/stress.txt.in index de78de4..63a22e7 100644 --- a/jobs/stress.txt.in +++ b/jobs/stress.txt.in @@ -178,7 +178,7 @@ _description: plugin: attachment id: stress/reboot_30_log -depends: stress/reboot +depends: stress/reboot_30 command: tar cvfz $PLAINBOX_SESSION_SHARE/stress_reboot_30.tgz $PLAINBOX_SESSION_SHARE/*reboot.30.log && cat $PLAINBOX_SESSION_SHARE/stress_reboot_30.tgz plugin: shell |