Skip to content

Commit

Permalink
Fix CentOS 7 CGroupV1 incompatibility with LXD and newer host O/S ver…
Browse files Browse the repository at this point in the history
…sions (#54)
  • Loading branch information
ximon18 authored May 1, 2023
1 parent 8fc6a9a commit 17d95b5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
full:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@fix-centos7-cgroups-incompatiiblity-with-lxd-and-ubuntu2204
secrets: inherit
with:
artifact_prefix: full_
Expand Down Expand Up @@ -106,10 +106,10 @@ jobs:
core.setFailed("Expected Docker manifest to have been published but output `docker_manifest_published` is false")
minimal:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@fix-centos7-cgroups-incompatiiblity-with-lxd-and-ubuntu2204

no_test_scripts:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@fix-centos7-cgroups-incompatiiblity-with-lxd-and-ubuntu2204
secrets: inherit
with:
artifact_prefix: no_test_scripts_
Expand All @@ -135,7 +135,7 @@ jobs:
enabled=1
default_tests:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@fix-centos7-cgroups-incompatiiblity-with-lxd-and-ubuntu2204
secrets: inherit
with:
artifact_prefix: default_tests_
Expand All @@ -155,7 +155,7 @@ jobs:
rpm_scriptlets_path: pkg/rpm/scriptlets.toml

default_tests_with_upgrades:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@fix-centos7-cgroups-incompatiiblity-with-lxd-and-ubuntu2204
secrets: inherit
with:
artifact_prefix: default_tests_with_upgrades_
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
enabled=1
no_tests:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@fix-centos7-cgroups-incompatiiblity-with-lxd-and-ubuntu2204
secrets: inherit
with:
artifact_prefix: no_tests_
Expand All @@ -238,7 +238,7 @@ jobs:
enabled=1
no_docker:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@fix-centos7-cgroups-incompatiiblity-with-lxd-and-ubuntu2204
with:
artifact_prefix: no_docker_
cross_build_args: --no-default-features
Expand All @@ -260,7 +260,7 @@ jobs:
enabled=1
only_docker:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@fix-centos7-cgroups-incompatiiblity-with-lxd-and-ubuntu2204
secrets: inherit
with:
artifact_prefix: only_docker_
Expand All @@ -271,7 +271,7 @@ jobs:
docker_build_rules: pkg/rules/docker-build-rules.yml

docker_no_secrets:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@fix-centos7-cgroups-incompatiiblity-with-lxd-and-ubuntu2204
with:
artifact_prefix: docker_no_secrets_

Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
core.setFailed("Expected Docker manifest to have been published but output `docker_manifest_published` is false")
no_cross:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@fix-centos7-cgroups-incompatiiblity-with-lxd-and-ubuntu2204
secrets: inherit
with:
artifact_prefix: no_cross_
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
core.setFailed("Expected Docker manifest to have been published but output `docker_manifest_published` is false")
test_with_alt_pkg:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@fix-centos7-cgroups-incompatiiblity-with-lxd-and-ubuntu2204
secrets: inherit
with:
artifact_prefix: test_with_alt_pkg
Expand All @@ -368,7 +368,7 @@ jobs:
rpm_scriptlets_path: pkg/rpm/scriptlets.toml

test_with_alt_cargo_toml:
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7
uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@fix-centos7-cgroups-incompatiiblity-with-lxd-and-ubuntu2204
secrets: inherit
with:
artifact_prefix: test_with_alt_cargo_toml
Expand Down

0 comments on commit 17d95b5

Please sign in to comment.