Skip to content

Commit

Permalink
ovirt-ansible-collection-2.y CI: Disable ansible sanity tests (#728)
Browse files Browse the repository at this point in the history
* CI: ansible-test sanity skip pylint test

Signed-off-by: Martin Necas <mnecas@redhat.com>

* Remove sanity tests

Signed-off-by: Martin Necas <mnecas@redhat.com>

---------

Signed-off-by: Martin Necas <mnecas@redhat.com>
  • Loading branch information
mnecas authored Oct 11, 2023
1 parent c0d943e commit aa80cf9
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,6 @@ on:
- ovirt-ansible-collection-2.y
workflow_dispatch:
jobs:
sanity_test:
runs-on: ubuntu-latest
name: ansible-test docker
steps:
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0

- name: Build the project
run: ./build.sh build ovirt /tmp

- name: Run ansible-test sanity
run: |
cd /tmp/ansible_collections/ovirt/ovirt/
ANSIBLE_TEST_PREFER_PODMAN=1 ansible-test sanity --docker
- name: Run ansible-lint 5.0.0
run: |
cd /tmp/ansible_collections/ovirt/ovirt/
pip3 install install pycodestyle pylint==2.4.4 voluptuous yamllint rstcheck antsibull-changelog "rich<11.0.0" "ansible-lint<5.0.0" cryptography
ansible-lint roles/* -x 204
build:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit aa80cf9

Please sign in to comment.