fix python version for ansible sanity test
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
785acdc0da
commit
a59e40d85f
@ -28,7 +28,7 @@ local AnsibleVersion(version='devel') = {
|
|||||||
'poetry install',
|
'poetry install',
|
||||||
'poetry run pip install https://github.com/ansible/ansible/archive/' + gitversion + '.tar.gz --disable-pip-version-check',
|
'poetry run pip install https://github.com/ansible/ansible/archive/' + gitversion + '.tar.gz --disable-pip-version-check',
|
||||||
'poetry run ansible --version',
|
'poetry run ansible --version',
|
||||||
'poetry run ansible-test sanity --exclude .chglog/ --exclude .drone.yml --python 3.8',
|
'poetry run ansible-test sanity --exclude .chglog/ --exclude .drone.yml --python 3.9',
|
||||||
],
|
],
|
||||||
depends_on: [
|
depends_on: [
|
||||||
'clone',
|
'clone',
|
||||||
|
@ -118,7 +118,7 @@ steps:
|
|||||||
- poetry install
|
- poetry install
|
||||||
- poetry run pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
|
- poetry run pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
|
||||||
- poetry run ansible --version
|
- poetry run ansible --version
|
||||||
- poetry run ansible-test sanity --exclude .chglog/ --exclude .drone.yml --python 3.8
|
- poetry run ansible-test sanity --exclude .chglog/ --exclude .drone.yml --python 3.9
|
||||||
environment:
|
environment:
|
||||||
PY_COLORS: 1
|
PY_COLORS: 1
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -132,7 +132,7 @@ steps:
|
|||||||
- poetry install
|
- poetry install
|
||||||
- poetry run pip install https://github.com/ansible/ansible/archive/stable-2.14.tar.gz --disable-pip-version-check
|
- poetry run pip install https://github.com/ansible/ansible/archive/stable-2.14.tar.gz --disable-pip-version-check
|
||||||
- poetry run ansible --version
|
- poetry run ansible --version
|
||||||
- poetry run ansible-test sanity --exclude .chglog/ --exclude .drone.yml --python 3.8
|
- poetry run ansible-test sanity --exclude .chglog/ --exclude .drone.yml --python 3.9
|
||||||
environment:
|
environment:
|
||||||
PY_COLORS: 1
|
PY_COLORS: 1
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -272,6 +272,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 87490bf3f8efaf81aaebf6148b44043dc005b9dead3a85bada90ae7160f6ad46
|
hmac: bcd37580c79af7c95be8dabaf7449abfa66b945e483fd7c6fb82ac1fa72bd7cd
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user