Skip to content

Commit

Permalink
add cnv deployment required marker
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Shetty <[email protected]>
  • Loading branch information
mashetty330 committed Jul 17, 2024
1 parent fe14e6c commit 4045b38
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
tier1,
turquoise_squad,
stretchcluster_required,
cnv_required,
)

log = logging.getLogger(__name__)
Expand All @@ -40,6 +41,7 @@
@tier1
@stretchcluster_required
@turquoise_squad
@cnv_required
class TestZoneShutdownsAndCrashes:

zones = constants.DATA_ZONE_LABELS
Expand Down

0 comments on commit 4045b38

Please sign in to comment.