Merge ~jocave/plainbox-provider-checkbox:disk-stress-uuidgen into plainbox-provider-checkbox:master

Proposed by Jonathan Cave
Status: Merged
Approved by: Paul Larson
Approved revision: 5bda814b0291b0313cbaead16528f94bdfc5a074
Merged at revision: 352fdf9e923b65f10b41d1c393b18ed29be0fb2b
Proposed branch: ~jocave/plainbox-provider-checkbox:disk-stress-uuidgen
Merge into: plainbox-provider-checkbox:master
Diff against target: 12 lines (+1/-0)
1 file modified
jobs/disk.txt.in (+1/-0)
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+328513@code.launchpad.net

Description of the change

disk_stress_ng script uses uuidgen. Add requires check make sure it is present.

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

+1

review: Approve
Revision history for this message
Paul Larson (pwlars) wrote :

The merge was fine but running tests failed.

review: Needs Fixing
Revision history for this message
Paul Larson (pwlars) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/jobs/disk.txt.in b/jobs/disk.txt.in
2index b13a54a..95aaff8 100644
3--- a/jobs/disk.txt.in
4+++ b/jobs/disk.txt.in
5@@ -96,6 +96,7 @@ estimated_duration: 4560.0
6 user: root
7 requires:
8 package.name == 'stress-ng' or executable.name == 'stress-ng'
9+ package.name == 'uuid-runtime' or executable.name == 'uuidgen'
10 _summary: Disk stress_ng test for {product}
11 _description: Disk stress_ng test for {product}
12 command: disk_stress_ng {name} --base-time 240 --really-run

Subscribers

People subscribed via source and target branches