File tree 6 files changed +13
-10
lines changed
6 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 5
5
types :
6
6
- opened
7
7
- reopened
8
+ - synchronize
8
9
branches :
9
10
- ' master'
10
- - ' develop'
11
- - ' feature/**'
12
11
schedule :
13
12
- cron : ' 0 6 * * 0'
14
13
workflow_dispatch :
15
14
15
+ env :
16
+ MOLECULE_DOCKER_VOLUMES : ro
17
+ MOLECULE_DOCKER_CGROUPS_MODE : private
18
+
16
19
jobs :
17
20
repo :
18
21
name : Test Repo Runner
19
22
environment :
20
23
name : test
21
- runs-on : ubuntu-22 .04
24
+ runs-on : ubuntu-20 .04
22
25
strategy :
23
26
fail-fast : false
24
27
matrix :
25
28
config :
26
- - os : " debian9"
27
- tag : " latest"
28
- - os : " debian10"
29
- tag : " latest"
30
29
- os : " debian11"
31
30
tag : " latest"
32
31
- os : " fedora37"
56
55
name : Test Org Runner
57
56
environment :
58
57
name : test
59
- runs-on : ubuntu-22 .04
58
+ runs-on : ubuntu-20 .04
60
59
strategy :
61
60
fail-fast : false
62
61
steps :
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ Personal Access Token for GitHub account can be created [here](https://github.co
35
35
36
36
* ARM, ARM64 (dependencies installation is not covered by this role)
37
37
* AMD64, x86_64
38
- ## Tested on:
38
+ ## Weekly tested on:
39
39
40
- * Debian 9,10, 11
40
+ * Debian 11
41
41
* Fedora 37
42
42
* Rocky Linux 8
43
43
* Ubuntu 20,22
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ driver:
18
18
platforms :
19
19
- name : " ${os:-ubuntu20}-${tag:-latest}"
20
20
image : " ${namespace:-monolithprojects}/systemd-${os:-ubuntu20}:${tag:-latest}"
21
+ command : /sbin/init
21
22
volumes :
22
23
- " /sys/fs/cgroup:/sys/fs/cgroup:${MOLECULE_DOCKER_VOLUMES:-ro}" # Use "ro" for cgroup v1 and "rw" for cgroup v2
23
24
cgroupns_mode : ${MOLECULE_DOCKER_CGROUPS_MODE:-"private"} # Use "private" for cgroup v1 and "host" for cgroup v2
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ driver:
18
18
platforms :
19
19
- name : " ${os:-ubuntu20}-${tag:-latest}"
20
20
image : " ${namespace:-monolithprojects}/systemd-${os:-ubuntu20}:${tag:-latest}"
21
+ command : /sbin/init
21
22
volumes :
22
23
- " /sys/fs/cgroup:/sys/fs/cgroup:${MOLECULE_DOCKER_VOLUMES:-ro}" # Use "ro" for cgroup v1 and "rw" for cgroup v2
23
24
cgroupns_mode : ${MOLECULE_DOCKER_CGROUPS_MODE:-"private"} # Use "private" for cgroup v1 and "host" for cgroup v2
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ driver:
15
15
platforms :
16
16
- name : " ${os:-ubuntu20}-${tag:-latest}"
17
17
image : " ${namespace:-monolithprojects}/systemd-${os:-ubuntu20}:${tag:-latest}"
18
+ command : /sbin/init
18
19
volumes :
19
20
- " /sys/fs/cgroup:/sys/fs/cgroup:${MOLECULE_DOCKER_VOLUMES:-ro}" # Use "ro" for cgroup v1 and "rw" for cgroup v2
20
21
cgroupns_mode : ${MOLECULE_DOCKER_CGROUPS_MODE:-"private"} # Use "private" for cgroup v1 and "host" for cgroup v2
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ driver:
15
15
platforms :
16
16
- name : " ${os:-ubuntu20}-${tag:-latest}"
17
17
image : " ${namespace:-monolithprojects}/systemd-${os:-ubuntu20}:${tag:-latest}"
18
+ command : /sbin/init
18
19
volumes :
19
20
- " /sys/fs/cgroup:/sys/fs/cgroup:${MOLECULE_DOCKER_VOLUMES:-ro}" # Use "ro" for cgroup v1 and "rw" for cgroup v2
20
21
cgroupns_mode : ${MOLECULE_DOCKER_CGROUPS_MODE:-"private"} # Use "private" for cgroup v1 and "host" for cgroup v2
You can’t perform that action at this time.
0 commit comments