54858ae597
* Squashed commits * All jobs * Rollback changes * Dependencies * Remove .git checking * Resolve path issues * New way of copying repository. * Test non existing .git * New repo task * Typo * Do not fail mkdir if folder exists * Test double task * zipping the archives * Increase no_output_timeout because of slowly installing apt-get
31 lines
519 B
YAML
31 lines
519 B
YAML
---
|
|
driver:
|
|
name: docker
|
|
platforms:
|
|
- name: repo-host
|
|
image: ubuntu:16.04
|
|
privileged: true
|
|
network_mode: host
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
provisioner:
|
|
name: ansible
|
|
playbooks:
|
|
prepare: ../prepare.yml
|
|
converge: ./converge.yml
|
|
inventory:
|
|
host_vars:
|
|
repo-host:
|
|
bridge_repo_branch: master
|
|
verifier:
|
|
name: testinfra
|
|
scenario:
|
|
name: repo
|
|
test_sequence:
|
|
- destroy
|
|
- create
|
|
- prepare
|
|
- converge
|
|
- verify
|
|
- destroy
|