2022-02-12 14:27:17 +00:00
|
|
|
before_script:
|
|
|
|
- podman pod exists podman-jitsi && podman pod rm --force podman-jitsi
|
|
|
|
- rm -f ~/.config/systemd/user/pod-podman-jitsi.service && systemctl --user daemon-reload
|
|
|
|
- podman unshare rm -rf ~/.jitsi-meet-cfg
|
|
|
|
|
|
|
|
jitsi:
|
|
|
|
stage: test
|
|
|
|
script:
|
|
|
|
- cd podman-jitsi
|
2022-02-20 12:14:26 +00:00
|
|
|
- GARBAYE_JITSI_ENV_LISTENPORT=18085 ./10_install.sh
|
2022-02-12 14:27:17 +00:00
|
|
|
- ./20_enable.sh
|
2022-02-12 14:54:04 +00:00
|
|
|
- ./30_start.sh && sleep 10
|
2022-02-12 14:27:17 +00:00
|
|
|
- ./40_stop.sh
|
2022-02-12 14:54:04 +00:00
|
|
|
- ./30_start.sh && sleep 10
|
2022-02-24 21:45:31 +00:00
|
|
|
- GARBAYE_JITSI_ENV_LISTENPORT=18085 ./50_update.sh
|
2022-02-12 14:27:17 +00:00
|
|
|
- ./40_stop.sh
|
|
|
|
- ./70_disable.sh
|
|
|
|
- ./80_destroy.sh
|
|
|
|
- podman unshare rm -rf ~/.jitsi-meet-cfg
|
2022-02-14 18:39:55 +00:00
|
|
|
tags:
|
|
|
|
- garbaye
|
|
|
|
- compute
|
|
|
|
- podman
|
2022-02-25 15:13:41 +00:00
|
|
|
- x86_64 # See https://github.com/jitsi/docker-jitsi-meet/issues/1214
|