Refactor CI pipelien and enable molecule testing #1

Merged
xoxys merged 131 commits from molecule-dev into master 2019-03-25 22:23:40 +01:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 1582ba9723 - Show all commits

View File

@ -47,7 +47,7 @@
'identity_file': "{{ ssh_identity_file }}", }
with_items: "{{ gce_jobs.results }}"
loop_control:
label: "{{ item.instance_data[0].name }} - {{ item.instance_data[0].machine_type }}"
label: "{{ item.instance_data[0].name }}:{{ item.instance_data[0].machine_type }}"
register: instance_config_dict
when: server.changed | bool

4
pytest.ini Normal file
View File

@ -0,0 +1,4 @@
[pytest]
filterwarnings =
ignore:Using.*the ABCs.*:DeprecationWarning
ignore:You passed a bytestring as.*:DeprecationWarning