mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-21 03:14:58 +02:00
Switch CI from ubuntu-latest to ubuntu-20.04 to avoid problems with ansible-test from ansible-core 2.12, 2.13, 2.14. (#138)
(cherry picked from commit 338a8f2cd6
)
This commit is contained in:
parent
d9a01bf940
commit
500cafcc28
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ansible-test.yml
vendored
6
.github/workflows/ansible-test.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
- stable-2.11
|
- stable-2.11
|
||||||
- stable-2.12
|
- stable-2.12
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# ansible-test requires the collection to be in a directory in the form
|
# ansible-test requires the collection to be in a directory in the form
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
# https://docs.ansible.com/ansible/latest/dev_guide/testing_units.html
|
# https://docs.ansible.com/ansible/latest/dev_guide/testing_units.html
|
||||||
|
|
||||||
units:
|
units:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
name: Units (Ⓐ${{ matrix.ansible }})
|
name: Units (Ⓐ${{ matrix.ansible }})
|
||||||
strategy:
|
strategy:
|
||||||
# As soon as the first unit test fails, cancel the others to free up the CI queue
|
# As soon as the first unit test fails, cancel the others to free up the CI queue
|
||||||
|
@ -142,7 +142,7 @@ jobs:
|
||||||
# https://github.com/ansible-collections/community.zabbix/tree/master/.github/workflows
|
# https://github.com/ansible-collections/community.zabbix/tree/master/.github/workflows
|
||||||
|
|
||||||
# integration:
|
# integration:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-20.04
|
||||||
# name: I (Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}})
|
# name: I (Ⓐ${{ matrix.ansible }}+py${{ matrix.python }}})
|
||||||
# strategy:
|
# strategy:
|
||||||
# fail-fast: false
|
# fail-fast: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue