Update home: start gitlab-runner authored by Peter Trommler's avatar Peter Trommler
# Why it does not work yet # Why it does not work yet?
FUSE in a user namespace needs Linux kernel 4.18 as said in FUSE in a user namespace needs Linux kernel 4.18 as said in
[this ticket](https://github.com/containers/libpod/issues/5732) at the end. [this ticket](https://github.com/containers/libpod/issues/5732) at the end.
OpenSUSE Leap 15.1 is still at kernel 4.12. OpenSUSE Leap 15.1 is still at kernel 4.12.
...@@ -6,6 +6,12 @@ OpenSUSE Leap 15.1 is still at kernel 4.12. ...@@ -6,6 +6,12 @@ OpenSUSE Leap 15.1 is still at kernel 4.12.
Wait for openSUSE 15.2 which will have kernel 5.3. Release is sometime in early Wait for openSUSE 15.2 which will have kernel 5.3. Release is sometime in early
July 2020 according to the [roadmap](https://en.opensuse.org/openSUSE:Roadmap). July 2020 according to the [roadmap](https://en.opensuse.org/openSUSE:Roadmap).
# Start gitlab-runner
After system update start gitlab-runner:
```
sudo /usr/sbin/rcgitlab-runner start
```
# Setting up POWER8/9 openSUSE for CI # Setting up POWER8/9 openSUSE for CI
1. Install `podman` and `fuse3` 1. Install `podman` and `fuse3`
... ...
......