mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Try systemd containers
This commit is contained in:
parent
ab5641035d
commit
e40e052805
5 changed files with 10 additions and 10 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -1104,7 +1104,7 @@ jobs:
|
|||
distro-slug: ubuntu-22.04
|
||||
nox-session: ci-test-onedir
|
||||
platform: linux
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04-systemd
|
||||
arch: x86_64
|
||||
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
|
||||
pkg-type: deb
|
||||
|
@ -1126,7 +1126,7 @@ jobs:
|
|||
distro-slug: ubuntu-22.04-arm64
|
||||
nox-session: ci-test-onedir
|
||||
platform: linux
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04-systemd
|
||||
arch: arm64
|
||||
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
|
||||
pkg-type: deb
|
||||
|
|
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
@ -1227,7 +1227,7 @@ jobs:
|
|||
distro-slug: ubuntu-22.04
|
||||
nox-session: ci-test-onedir
|
||||
platform: linux
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04-systemd
|
||||
arch: x86_64
|
||||
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
|
||||
pkg-type: deb
|
||||
|
@ -1249,7 +1249,7 @@ jobs:
|
|||
distro-slug: ubuntu-22.04-arm64
|
||||
nox-session: ci-test-onedir
|
||||
platform: linux
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04-systemd
|
||||
arch: arm64
|
||||
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
|
||||
pkg-type: deb
|
||||
|
|
4
.github/workflows/scheduled.yml
vendored
4
.github/workflows/scheduled.yml
vendored
|
@ -1143,7 +1143,7 @@ jobs:
|
|||
distro-slug: ubuntu-22.04
|
||||
nox-session: ci-test-onedir
|
||||
platform: linux
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04-systemd
|
||||
arch: x86_64
|
||||
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
|
||||
pkg-type: deb
|
||||
|
@ -1165,7 +1165,7 @@ jobs:
|
|||
distro-slug: ubuntu-22.04-arm64
|
||||
nox-session: ci-test-onedir
|
||||
platform: linux
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04-systemd
|
||||
arch: arm64
|
||||
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
|
||||
pkg-type: deb
|
||||
|
|
4
.github/workflows/staging.yml
vendored
4
.github/workflows/staging.yml
vendored
|
@ -1209,7 +1209,7 @@ jobs:
|
|||
distro-slug: ubuntu-22.04
|
||||
nox-session: ci-test-onedir
|
||||
platform: linux
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04-systemd
|
||||
arch: x86_64
|
||||
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
|
||||
pkg-type: deb
|
||||
|
@ -1231,7 +1231,7 @@ jobs:
|
|||
distro-slug: ubuntu-22.04-arm64
|
||||
nox-session: ci-test-onedir
|
||||
platform: linux
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04-systemd
|
||||
arch: arm64
|
||||
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
|
||||
pkg-type: deb
|
||||
|
|
|
@ -441,14 +441,14 @@ def generate_workflows(ctx: Context):
|
|||
display_name="Ubuntu 22.04",
|
||||
arch="x86_64",
|
||||
pkg_type="deb",
|
||||
container="ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04",
|
||||
container="ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04-systemd",
|
||||
),
|
||||
Linux(
|
||||
slug="ubuntu-22.04-arm64",
|
||||
display_name="Ubuntu 22.04 Arm64",
|
||||
arch="arm64",
|
||||
pkg_type="deb",
|
||||
container="ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04",
|
||||
container="ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04-systemd",
|
||||
),
|
||||
Linux(
|
||||
slug="ubuntu-24.04",
|
||||
|
|
Loading…
Add table
Reference in a new issue