diff options
author | Rod Smith <rod.smith@canonical.com> | 2020-02-24 13:03:53 -0500 |
---|---|---|
committer | Rod Smith <rod.smith@canonical.com> | 2020-02-24 13:03:53 -0500 |
commit | fe53c834cbd2f71f62e1cab99b2667d0fb6eeeb3 (patch) | |
tree | a10d8eb718b99c20670fed0f7bdbecfda29efb29 | |
parent | acb72c94d0d682b3e77942c6a92afea75b2a4d42 (diff) |
Added explicit 'environ' specification to memory stress test definition
-rw-r--r-- | units/memory/jobs.pxu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/memory/jobs.pxu b/units/memory/jobs.pxu index f84fd3d0..5fad4f4e 100644 --- a/units/memory/jobs.pxu +++ b/units/memory/jobs.pxu @@ -44,6 +44,7 @@ category_id: com.canonical.plainbox::memory id: memory/memory_stress_ng estimated_duration: 11000.0 user: root +environ: STRESS_NG_MIN_SWAP_SIZE requires: package.name == 'stress-ng' or executable.name == 'stress-ng' command: stress_ng_test memory |