Skip to content

Commit

Permalink
test: add rocky opensuse and fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
genaumann committed Dec 22, 2023
1 parent e2ed6f0 commit 86a9ec0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/salt-kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
instances:
- default-ubuntu-2204-30065
- default-debian-12-30065
- default-rocky9-30065
- default-fedora39-30065
- default-opensuse15-30065
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
12 changes: 12 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ platforms:
driver:
box: genaumann/debian12-salt
box_version: "3006.5"
- name: rocky9-3006.5
driver:
box: genaumann/rocky9-salt
box_version: "3006.5"
- name: fedora38-3006.5
driver:
box: genaumann/fedora38-salt
box_version: "3006.5"
- name: opensuse15-3006.5
driver:
box: genaumann/opensuse15-salt
box_version: "3006.5"

suites:
- name: default
Expand Down

0 comments on commit 86a9ec0

Please sign in to comment.