Skip to content

Commit

Permalink
Workaround tft issue with listing disabled plans
Browse files Browse the repository at this point in the history
Until TFT-2298 is resolved a mandatory enabled:true tests
filtering won't hurt as we do have some tests that are disabled
for particular distros.

OAMG-10177
  • Loading branch information
fernflower authored and pirat89 committed Dec 12, 2023
1 parent d9af1f2 commit 677e5e6
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:sanity'
plan_filter: 'tag:sanity & enabled:true'
environments:
- tmt:
context:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:e2e'
plan_filter: 'tag:e2e & enabled:true'
environments:
- tmt:
context:
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:partitioning & tag:7to8'
plan_filter: 'tag:partitioning & tag:7to8 & enabled:true'
environments:
- tmt:
context:
Expand All @@ -205,7 +205,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:kernel-rt & tag:7to8'
plan_filter: 'tag:kernel-rt & tag:7to8 & enabled:true'
environments:
- tmt:
context:
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:sanity & tag:8to9'
plan_filter: 'tag:sanity & tag:8to9 & enabled:true'
environments:
- tmt:
context:
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:partitioning & tag:8to9'
plan_filter: 'tag:partitioning & tag:8to9 & enabled:true'
environments:
- tmt:
context:
Expand All @@ -381,7 +381,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:kernel-rt & tag:8to9'
plan_filter: 'tag:kernel-rt & tag:8to9 & enabled:true'
environments:
- tmt:
context:
Expand All @@ -400,7 +400,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:sanity & tag:8to9'
plan_filter: 'tag:sanity & tag:8to9 & enabled:true'
environments:
- tmt:
context:
Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:partitioning & tag:8to9'
plan_filter: 'tag:partitioning & tag:8to9 & enabled:true'
environments:
- tmt:
context:
Expand All @@ -457,7 +457,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:kernel-rt & tag:8to9'
plan_filter: 'tag:kernel-rt & tag:8to9 & enabled:true'
environments:
- tmt:
context:
Expand All @@ -476,7 +476,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:sanity & tag:8to9'
plan_filter: 'tag:sanity & tag:8to9 & enabled:true'
environments:
- tmt:
context:
Expand Down Expand Up @@ -505,7 +505,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:partitioning & tag:8to9'
plan_filter: 'tag:partitioning & tag:8to9 & enabled:true'
environments:
- tmt:
context:
Expand All @@ -531,7 +531,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:kernel-rt & tag:8to9'
plan_filter: 'tag:kernel-rt & tag:8to9 & enabled:true'
environments:
- tmt:
context:
Expand All @@ -550,7 +550,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:sanity & tag:8to9'
plan_filter: 'tag:sanity & tag:8to9 & enabled:true'
environments:
- tmt:
context:
Expand Down Expand Up @@ -579,7 +579,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:partitioning & tag:8to9'
plan_filter: 'tag:partitioning & tag:8to9 & enabled:true'
environments:
- tmt:
context:
Expand All @@ -604,7 +604,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:kernel-rt & tag:8to9'
plan_filter: 'tag:kernel-rt & tag:8to9 & enabled:true'
environments:
- tmt:
context:
Expand All @@ -623,7 +623,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:e2e'
plan_filter: 'tag:e2e & enabled:true'
environments:
- tmt:
context:
Expand Down

0 comments on commit 677e5e6

Please sign in to comment.