Merge ~canonical-kernel-team/+git/autotest-client-tests:phlin/stress-bios-2011 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: 4034682700b32940b895df6dadd1b0bb88ff950e
Proposed branch: ~canonical-kernel-team/+git/autotest-client-tests:phlin/stress-bios-2011
Merge into: ~canonical-kernel-team/+git/autotest-client-tests:master
Diff against target: 13 lines (+1/-1)
1 file modified
ubuntu_stress_smoke_test/ubuntu_stress_smoke_test_checks.sh (+1/-1)
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+459496@code.launchpad.net

Commit message

KERNTT-786
I have check through almost all bare-metal hardware in our MAAS (except
node onza and pignite, they refuse to be deployed). And the oldest
hardware can be dated back to 2011 (onibi and pepe).

Modify the BIOS age limit in ubuntu_stress_smoke_test from 2015 to 2011
to cover them all. By doing so we can avoid picking a hardware that
is not going to work with this test.

To post a comment you must log in.
Revision history for this message
Francis Ginther (fginther) 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 29f18a4..b782aad 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@@ -1,7 +1,7 @@
6 #!/bin/bash
7
8 # Maximum machine age was set to 5 years by Colin in 2020, let's use 2015 as the bar
9-MIN_YEAR=2015
10+MIN_YEAR=2011
11 # minimum required memory in MB
12 MIN_MEM=$((1 * 1024 + 512))
13 # minimum free disk required in GB

Subscribers

People subscribed via source and target branches

to all changes: