Skip to content

Commit

Permalink
Disable the tier0 a and tier1 plans for Stream 9
Browse files Browse the repository at this point in the history
* CentOS Stream has a separate plan, disable the original plans for both
  Stream 8 and 9

Signed-off-by: Daniel Diblik <ddiblik@redhat.com>
  • Loading branch information
danmyway committed Oct 15, 2024
1 parent 9d3f15d commit c1b1511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plans/tier0.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description+: |

adjust+:
- enabled: false
when: distro == stream-8-latest
when: distro == stream-8-latest, stream-9-latest
because: We have a separate plan for CentOS Stream

/sanity:
Expand Down
2 changes: 1 addition & 1 deletion plans/tier1.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description+: |

adjust+:
- enabled: false
when: distro == stream-8-latest
when: distro == stream-8-latest, stream-9-latest
because: We have a separate plan for CentOS Stream

/non-destructive:
Expand Down

0 comments on commit c1b1511

Please sign in to comment.