mirror of
https://gitlab.com/redhat/centos-stream/rpms/conmon.git
synced 2026-05-04 23:42:20 +00:00
use QUADLET envvar in gating tests - taken from podman package
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
@@ -15,9 +15,13 @@
|
||||
dir: ./
|
||||
run: ./test_podman.sh
|
||||
timeout: 45m
|
||||
environment:
|
||||
QUADLET: /usr/libexec/podman/quadlet
|
||||
- rootless-test:
|
||||
# running the test with su doesn't create the directory for fedora user on /run/user/
|
||||
# so create it manually
|
||||
dir: ./
|
||||
run: loginctl enable-linger fedora; su -c ${PWD}/test_podman.sh - fedora
|
||||
timeout: 45m
|
||||
environment:
|
||||
QUADLET: /usr/libexec/podman/quadlet
|
||||
|
||||
Reference in New Issue
Block a user