Skip to content

Commit c933202

Browse files
GH Runner test
1 parent 42ce6dc commit c933202

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
name: molecule test
22

33
on:
4-
pull_request:
4+
# pull_request:
5+
# branches:
6+
# - master
7+
# types: [opened, synchronize, reopened]
8+
push:
59
branches:
6-
- master
7-
types: [opened, synchronize, reopened]
10+
- develop
811
schedule:
912
- cron: '0 6 * * 0'
1013
jobs:
1114
repo:
1215
name: Test Repo Runner
13-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-18.04
1417
strategy:
1518
fail-fast: false
1619
matrix:
@@ -46,7 +49,7 @@ jobs:
4649

4750
org:
4851
name: Test Org Runner
49-
runs-on: ubuntu-20.04
52+
runs-on: ubuntu-18.04
5053
strategy:
5154
fail-fast: false
5255
steps:

molecule/default/molecule.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
provisioner:
33
name: ansible
4+
config_options:
5+
defaults:
6+
verbosity: 0
47
playbooks:
58
converge: converge.yml
69
cleanup: cleanup.yml
@@ -13,8 +16,8 @@ lint: |
1316
driver:
1417
name: docker
1518
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}"
1821
command: /sbin/init
1922
tmpfs:
2023
- /run

0 commit comments

Comments
 (0)