Try systemd containers

This commit is contained in:
Daniel A. Wozniak 2024-11-07 17:09:08 -07:00 committed by Daniel Wozniak
parent ab5641035d
commit e40e052805
5 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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",