File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : molecule test
2
2
3
3
on :
4
- pull_request :
4
+ # pull_request:
5
+ # branches:
6
+ # - master
7
+ # types: [opened, synchronize, reopened]
8
+ push :
5
9
branches :
6
- - master
7
- types : [opened, synchronize, reopened]
10
+ - develop
8
11
schedule :
9
12
- cron : ' 0 6 * * 0'
10
13
jobs :
11
14
repo :
12
15
name : Test Repo Runner
13
- runs-on : ubuntu-20 .04
16
+ runs-on : ubuntu-18 .04
14
17
strategy :
15
18
fail-fast : false
16
19
matrix :
46
49
47
50
org :
48
51
name : Test Org Runner
49
- runs-on : ubuntu-20 .04
52
+ runs-on : ubuntu-18 .04
50
53
strategy :
51
54
fail-fast : false
52
55
steps :
Original file line number Diff line number Diff line change 1
1
---
2
2
provisioner :
3
3
name : ansible
4
+ config_options :
5
+ defaults :
6
+ verbosity : 0
4
7
playbooks :
5
8
converge : converge.yml
6
9
cleanup : cleanup.yml
@@ -13,8 +16,8 @@ lint: |
13
16
driver :
14
17
name : docker
15
18
platforms :
16
- - name : " ${os:-ubuntu16 }-${tag:-latest}"
17
- image : " ${namespace:-monolithprojects}/systemd-${os:-ubuntu16 }:${tag:-latest}"
19
+ - name : " ${os:-ubuntu20 }-${tag:-latest}"
20
+ image : " ${namespace:-monolithprojects}/systemd-${os:-ubuntu20 }:${tag:-latest}"
18
21
command : /sbin/init
19
22
tmpfs :
20
23
- /run
You can’t perform that action at this time.
0 commit comments