Skip to content

Commit

Permalink
Update packit config after tier redefinition
Browse files Browse the repository at this point in the history
Now for basic sanity test verification in upstream tests
tagged by 'tier0' will be used instead of 'sanity'.

RHELMISC-3211
  • Loading branch information
fernflower committed Apr 25, 2024
1 parent 5e51626 commit 346b741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:sanity & enabled:true'
plan_filter: 'tag:tier0 & enabled:true'
environments:
- tmt:
context:
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:sanity & tag:8to9 & enabled:true'
plan_filter: 'tag:tier0 & tag:8to9 & enabled:true'
environments:
- tmt:
context:
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:sanity & tag:8to9 & enabled:true'
plan_filter: 'tag:tier0 & tag:8to9 & enabled:true'
environments:
- tmt:
context:
Expand Down

0 comments on commit 346b741

Please sign in to comment.