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 | 7f54a248b998a84b58cf26f4e53652766ff10f71 (patch) | |
tree | fd1aadb4f810e4c96ad35a7bced09974be1df782 | |
parent | 7eb4167b48e5d99787d3c23a04a019685361520f (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 f84fd3d..5fad4f4 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 |