1
0
Fork 0

Disable drone CI

This commit is contained in:
Daniele Tricoli 2021-09-11 20:29:06 +02:00
parent 7864de2e95
commit 58d821eb44
3 changed files with 10 additions and 32 deletions

View File

@ -1,22 +0,0 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: start-systemd
image: jrei/systemd-debian:11
privileged: true
volumes:
- name: cgroup
path: /sys/fs/cgroup
commands:
- /lib/systemd/systemd
- apt update && apt install -y ansible python3-pip
- python3 -m pip install "molecule[lint]"
- molecule --debug test
volumes:
- name: cgroup
host:
path: /sys/fs/cgroup

View File

@ -5,13 +5,16 @@ dependency:
name: galaxy
enabled: false
driver:
name: delegated
options:
managed: false
ansible_connection_options:
ansible_connection: local
name: podman
platforms:
- name: instance
- name: debian11
image: jrei/systemd-debian:11
command: /lib/systemd/systemd
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
provisioner:
name: ansible
env:

View File

@ -7,7 +7,7 @@ dependency:
driver:
name: podman
platforms:
- name: podman-in-docker
- name: debian11
image: jrei/systemd-debian:11
command: /lib/systemd/systemd
tmpfs:
@ -15,9 +15,6 @@ platforms:
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroup_manager: cgroupfs
storage_opt: overlay.mount_program=/usr/bin/fuse-overlayfs
storage_driver: overlay
provisioner:
name: ansible
verifier: