mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Systemd container rename
This commit is contained in:
parent
9824b055ae
commit
d03d2fb7c9
6 changed files with 11 additions and 11 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-systemd
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:systemd-ubuntu-22.04
|
||||
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-systemd
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:systemd-ubuntu-22.04
|
||||
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-systemd
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:systemd-ubuntu-22.04
|
||||
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-systemd
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:systemd-ubuntu-22.04
|
||||
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-systemd
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:systemd-ubuntu-22.04
|
||||
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-systemd
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:systemd-ubuntu-22.04
|
||||
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-systemd
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:systemd-ubuntu-22.04
|
||||
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-systemd
|
||||
container: ghcr.io/saltstack/salt-ci-containers/testing:systemd-ubuntu-22.04
|
||||
arch: arm64
|
||||
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
|
||||
pkg-type: deb
|
||||
|
|
|
@ -200,7 +200,7 @@ jobs:
|
|||
# chmod +x /usr/bin/systemctl
|
||||
- name: install pkg test
|
||||
run: |
|
||||
dpkg -i ./artifacts/pkg/salt-common-${{ inputs.salt-version}}_${{ inputs.arch }}.deb ./artifacts/pkg/salt-master-${{ inputs.salt-version}}_${{ inputs.arch }}.deb
|
||||
dpkg -i ./artifacts/pkg/salt-common_${{ inputs.salt-version}}_${{ inputs.arch == 'x86_64' && 'amd64' || 'arm64' }}.deb ./artifacts/pkg/salt-master_${{ inputs.salt-version}}_${{ inputs.arch == 'x86_64' && 'amd64' || 'arm64' }}.deb
|
||||
|
||||
- name: Show System Info
|
||||
env:
|
||||
|
|
|
@ -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-systemd",
|
||||
container="ghcr.io/saltstack/salt-ci-containers/testing:systemd-ubuntu-22.04",
|
||||
),
|
||||
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-systemd",
|
||||
container="ghcr.io/saltstack/salt-ci-containers/testing:systemd-ubuntu-22.04",
|
||||
),
|
||||
Linux(
|
||||
slug="ubuntu-24.04",
|
||||
|
|
Loading…
Add table
Reference in a new issue