You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: t2410-sdexec-memlimit.t is skipped in flux-core's regular CI.
As discussed in flux-framework/flux-core#5972, it requires a systemd user instance to be running and also delegation of the cgroup memory controller, otherwise it is automatically skipped. If we can somehow provide the correct environment, the test will run.
The text was updated successfully, but these errors were encountered:
I don't know if we're going to be able to do this because the service user doesn't have root access, so it can't run systemctl start [email protected]. We have rootful gitlab runners in LC, but they're pretty niche and usually for deployment workflows.
Checking the status of my user slice yields:
(s=101,d=0) fluke108 ~ $ systemctl status [email protected]
● [email protected] - User Manager for UID 60943
Loaded: loaded (/usr/lib/systemd/system/[email protected]; static; vendor preset: disabled)
Active: inactive (dead)
Problem:
t2410-sdexec-memlimit.t
is skipped in flux-core's regular CI.As discussed in flux-framework/flux-core#5972, it requires a systemd user instance to be running and also delegation of the cgroup memory controller, otherwise it is automatically skipped. If we can somehow provide the correct environment, the test will run.
The text was updated successfully, but these errors were encountered: