From de8b46886a590150bc5d403f9f556e6cbc99c3eb Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 17 Apr 2024 13:22:13 +0000 Subject: feat(job_specs): Add soak test Signed-off-by: Peter Mikus Change-Id: I48240d2df2ee7908d07da86a4e4da359178d0b9e --- resources/libraries/bash/function/common.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'resources/libraries') diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index 01d01e8ce5..4f104dbfd3 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -1052,6 +1052,12 @@ function select_tags () { awk {"$awk_nics_sub_cmd"} || echo "perftest") || die SELECTION_MODE="--test" ;; + *"soak-weekly"* ) + readarray -t test_tag_array <<< $(grep -v "#" \ + ${tfd}/soak_weekly/${DUT}-${NODENESS}-${FLAVOR}.md | + awk {"$awk_nics_sub_cmd"} || echo "perftest") || die + SELECTION_MODE="--test" + ;; *"report-iterative"* ) test_sets=(${TEST_TAG_STRING//:/ }) # Run only one test set per run -- cgit 1.2.3-korg