Fix CI issues
This is a catch all to get CI working again. In some cases, like ansible-lint we will just ignore the warnings for now, and loop back to clean them up. Change-Id: I3e09f8c2b470062634d981f2667b913820c58f7f Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
name: windmill-jobs-bionic
|
||||
check:
|
||||
jobs:
|
||||
- windmill-ubuntu-bionic
|
||||
- windmill-ubuntu-bionic:
|
||||
voting: false
|
||||
- windmill-src-ubuntu-bionic
|
||||
gate:
|
||||
queue: windmill
|
||||
jobs:
|
||||
- windmill-ubuntu-bionic
|
||||
- windmill-src-ubuntu-bionic
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
dbus
|
||||
libffi-devel [platform:rpm]
|
||||
libffi-dev [platform:dpkg]
|
||||
libselinux-python [platform:rpm]
|
||||
python3-libselinux [platform:rpm]
|
||||
libssl-dev [platform:dpkg]
|
||||
openssl-devel [platform:rpm]
|
||||
python3-dnf [platform:fedora]
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
become: true
|
||||
file:
|
||||
group: root
|
||||
mode: 0755
|
||||
owner: root
|
||||
path: /opt/windmill/test.prove
|
||||
state: directory
|
||||
|
||||
@@ -49,6 +49,16 @@
|
||||
option: callback_plugins
|
||||
value: "{{ ara_path }}"
|
||||
|
||||
- name: Setup ensure-python role
|
||||
include_role:
|
||||
name: ensure-python
|
||||
|
||||
- name: Setup ensure-tox role
|
||||
include_role:
|
||||
name: ensure-tox
|
||||
vars:
|
||||
ensure_global_symlinks: true
|
||||
|
||||
- name: Bootstrap tox environment
|
||||
args:
|
||||
chdir: "{{ item }}"
|
||||
|
||||
Reference in New Issue
Block a user