Merge ~canonical-kernel-team/+git/autotest-client-tests:phlin/stress-limit-cloud into ~canonical-kernel-team/+git/autotest-client-tests:master

Proposed by Po-Hsu Lin
Status: Merged
Merge reported by: Po-Hsu Lin
Merged at revision: e5ee8d046c26997750f7df31619918848ebe4bde
Proposed branch: ~canonical-kernel-team/+git/autotest-client-tests:phlin/stress-limit-cloud
Merge into: ~canonical-kernel-team/+git/autotest-client-tests:master
Diff against target: 16 lines (+2/-2)
1 file modified
ubuntu_stress_smoke_test/ubuntu_stress_smoke_test_checks.sh (+2/-2)
Reviewer Review Type Date Requested Status
Andrei Gherzan Approve
Review via email: mp+458435@code.launchpad.net

Commit message

KERNTT-786

Experiment with F/J/L/M shows this test will be skipped on most of our
AWS cloud instances, due to the lack of RAM / DISK space.

It also shows that the test is still working even with 3GB free disk
space and 1.6G memory.

Let's lower the bar to get more instances covered.

To post a comment you must log in.
Revision history for this message
Andrei Gherzan (agherzan) wrote :

+1

review: Approve
Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Applied and pushed, thanks!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/ubuntu_stress_smoke_test/ubuntu_stress_smoke_test_checks.sh b/ubuntu_stress_smoke_test/ubuntu_stress_smoke_test_checks.sh
2index 6085f39..29f18a4 100755
3--- a/ubuntu_stress_smoke_test/ubuntu_stress_smoke_test_checks.sh
4+++ b/ubuntu_stress_smoke_test/ubuntu_stress_smoke_test_checks.sh
5@@ -3,9 +3,9 @@
6 # Maximum machine age was set to 5 years by Colin in 2020, let's use 2015 as the bar
7 MIN_YEAR=2015
8 # minimum required memory in MB
9-MIN_MEM=$((3 * 1024))
10+MIN_MEM=$((1 * 1024 + 512))
11 # minimum free disk required in GB
12-MIN_DISK=$((4))
13+MIN_DISK=$((3))
14
15 check_message()
16 {

Subscribers

People subscribed via source and target branches

to all changes: