-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitlab-ci.yml
42 lines (39 loc) · 978 Bytes
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
image: "buluma/github-action-molecule:5.1.1"
variables:
PY_COLORS: 1
molecule:
script:
- molecule test
rules:
- if: $CI_COMMIT_REF_NAME == "master"
allow_failure: true
parallel:
matrix:
- image: "alpine-openrc"
tag: "latest"
- image: "enterpriselinux"
tag: "8"
- image: "debian-systemd"
tag: "latest"
- image: "debian-systemd"
tag: "bullseye"
- image: "fedora-systemd"
tag: "38"
- image: "fedora-systemd"
tag: "latest"
- image: "fedora-systemd"
tag: "rawhide"
- image: "docker-opensuse-systemd"
tag: "latest"
- image: "docker-ubuntu-systemd"
tag: "latest"
- image: "docker-ubuntu-systemd"
tag: "focal"
- image: "docker-ubuntu-systemd"
tag: "lunar"
galaxy:
script:
- ansible-galaxy role import --api-key ${GALAXY_API_KEY} buluma ${CI_PROJECT_NAME}
rules:
- if: $CI_COMMIT_TAG != null