mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Try running the package tests on centosstream 8 and 9
This commit is contained in:
parent
1e40066f98
commit
7c31eadbcb
1 changed files with 29 additions and 0 deletions
29
.github/workflows/ci.yml
vendored
29
.github/workflows/ci.yml
vendored
|
@ -435,6 +435,35 @@ jobs:
|
|||
pkg-type: rpm
|
||||
|
||||
|
||||
centosstream-8-pkg-tests:
|
||||
name: CentOS 8 Stream Package Tests
|
||||
if: ${{ fromJSON(needs.prepare-ci.outputs.jobs)['self-hosted-runners'] }}
|
||||
needs:
|
||||
- prepare-ci
|
||||
- build-pkgs
|
||||
uses: ./.github/workflows/test-packages-action.yml
|
||||
with:
|
||||
distro-slug: centosstream-8
|
||||
platform: linux
|
||||
arch: x86_64
|
||||
salt-version: "${{ needs.prepare-ci.outputs.salt-version }}"
|
||||
pkg-type: rpm
|
||||
|
||||
centosstream-9-pkg-tests:
|
||||
name: CentOS 9 Stream Package Tests
|
||||
if: ${{ fromJSON(needs.prepare-ci.outputs.jobs)['self-hosted-runners'] }}
|
||||
needs:
|
||||
- prepare-ci
|
||||
- build-pkgs
|
||||
uses: ./.github/workflows/test-packages-action.yml
|
||||
with:
|
||||
distro-slug: centosstream-9
|
||||
platform: linux
|
||||
arch: x86_64
|
||||
salt-version: "${{ needs.prepare-ci.outputs.salt-version }}"
|
||||
pkg-type: rpm
|
||||
|
||||
|
||||
windows-2016:
|
||||
name: Windows 2016
|
||||
if: ${{ fromJSON(needs.prepare-workflow.outputs.jobs)['test'] && fromJSON(needs.prepare-workflow.outputs.runners)['self-hosted'] }}
|
||||
|
|
Loading…
Add table
Reference in a new issue