Skip to content

Commit

Permalink
DAOS-15080 test: Update dfuse/daos_build test tags. (#13666)
Browse files Browse the repository at this point in the history
Move slow variants of test to weekly testing.
Move fastest variant to PRs.
Add il tag to il variant.

Signed-off-by: Ashley Pittman <[email protected]>
  • Loading branch information
ashleypittman authored Jan 29, 2024
1 parent 73912d0 commit e289da2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/tests/ftest/dfuse/daos_build.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
(C) Copyright 2020-2023 Intel Corporation.
(C) Copyright 2020-2024 Intel Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
"""
Expand All @@ -26,7 +26,7 @@ def test_dfuse_daos_build_wb(self):
Mount dfuse
Checkout and build DAOS sources.
:avocado: tags=all,daily_regression
:avocado: tags=all,pr,daily_regression
:avocado: tags=hw,medium
:avocado: tags=daosio,dfuse,daos_cmd
:avocado: tags=DaosBuild,test_dfuse_daos_build_wb
Expand Down Expand Up @@ -58,9 +58,9 @@ def test_dfuse_daos_build_wt_il(self):
Mount dfuse
Checkout and build DAOS sources.
:avocado: tags=all,daily_regression
:avocado: tags=all,full_regression
:avocado: tags=vm
:avocado: tags=daosio,dfuse
:avocado: tags=daosio,dfuse,il,dfs
:avocado: tags=DaosBuild,test_dfuse_daos_build_wt_il
"""
self.run_build_test("writethrough", True, run_on_vms=True)
Expand Down Expand Up @@ -106,7 +106,7 @@ def test_dfuse_daos_build_nocache(self):
Mount dfuse
Checkout and build DAOS sources.
:avocado: tags=all,daily_regression
:avocado: tags=all,full_regression
:avocado: tags=hw,medium
:avocado: tags=daosio,dfuse
:avocado: tags=DaosBuild,test_dfuse_daos_build_nocache
Expand Down

0 comments on commit e289da2

Please sign in to comment.