Skip to content

Commit dea53ca

Browse files
committed
Running podman pull in RL8 tests to create the missing session.slice
in cgroup. So that we can enable the cpuset controller for it.
1 parent 86b3d47 commit dea53ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
working-directory: molecule/images
8080
if: matrix.image == 'localhost/rocky9systemd'
8181

82+
- name: Load rocky8 container image
83+
run: podman pull ${{ matrix.image }}
84+
if: matrix.image != 'localhost/rocky9systemd'
85+
8286
- name: Set up Python 3.
8387
uses: actions/setup-python@v4
8488
with:

0 commit comments

Comments
 (0)