We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59ee7cc + 4ca4811 commit 2aaa605Copy full SHA for 2aaa605
.github/workflows/ci.yml
@@ -36,15 +36,6 @@ jobs:
36
37
molecule:
38
name: Molecule
39
- # Workaround: systemd/kernel compatibility issue:
40
- # Failed to parse bus message: Invalid argument
41
- # when doing `systemctl show slurmd` by switching to an older ubuntu
42
- # release (18.04 from 20.04). We can remove this when we are running a
43
- # systemd version new enough to cope with the extra capabilities that are
44
- # in newer kernel versions.
45
- # See:
46
- # - https://bugzilla.redhat.com/show_bug.cgi?id=190144
47
- # - https://github.com/systemd/systemd/pull/16424
48
runs-on: ubuntu-22.04
49
needs: build
50
strategy:
0 commit comments