Skip to content

Commit 020a7a1

Browse files
committed
test role via molecule
Add continuous integration tests via the `molecule` package that run on Github actions.
1 parent bd7574a commit 020a7a1

File tree

6 files changed

+1
-7
lines changed

6 files changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
name: CI
43

54
on:

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cvmfs_force_unmount: false
3030
# according to cvmfs_client_pv_name, cvmfs_client_vg_name, and
3131
# cvmfs_client_lv_name as described below. If false, you will need to
3232
# configure the cache storage yourself instead, and also ensure it is the required size.
33-
cvmfs_client_configure_storage: true
33+
cvmfs_client_configure_storage: false
3434

3535
# If this block device name is defined, then a volume group, logical volume, and filesystem will be created on it.
3636
# If it is not defined, then a volume group is assumed to already exist and will be used instead.

molecule/default/converge.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
- name: Converge
43
hosts: all
54
become: true

molecule/default/molecule.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
dependency:
43
name: galaxy
54
options:

molecule/default/verify.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
- name: Verify
43
hosts: all
54
become: true

tasks/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
31
# TODO improve this: it may print warnings, but the output is not shown
42
- name: CVMFS check setup
53
command: /usr/bin/cvmfs_config chksetup

0 commit comments

Comments
 (0)