This commit is contained in:
parent
7a376ebb48
commit
6e3df77232
@ -26,7 +26,7 @@ local AnsibleVersion(version='devel') = {
|
||||
'poetry install',
|
||||
'poetry run pip install https://github.com/ansible/ansible/archive/' + gitversion + '.tar.gz --disable-pip-version-check',
|
||||
'poetry run ansible --version',
|
||||
'poetry run ansible-test sanity --exclude .chglog/ --exclude .drone.yml --python 3.9',
|
||||
'poetry run ansible-test sanity --exclude .chglog/ --exclude .drone.yml --python 3.10',
|
||||
],
|
||||
depends_on: [
|
||||
'clone',
|
||||
|
@ -114,7 +114,7 @@ steps:
|
||||
- poetry install
|
||||
- poetry run pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
|
||||
- poetry run ansible --version
|
||||
- poetry run ansible-test sanity --exclude .chglog/ --exclude .drone.yml --python 3.9
|
||||
- poetry run ansible-test sanity --exclude .chglog/ --exclude .drone.yml --python 3.10
|
||||
environment:
|
||||
PY_COLORS: 1
|
||||
depends_on:
|
||||
@ -127,7 +127,7 @@ steps:
|
||||
- poetry install
|
||||
- poetry run pip install https://github.com/ansible/ansible/archive/stable-2.15.tar.gz --disable-pip-version-check
|
||||
- poetry run ansible --version
|
||||
- poetry run ansible-test sanity --exclude .chglog/ --exclude .drone.yml --python 3.9
|
||||
- poetry run ansible-test sanity --exclude .chglog/ --exclude .drone.yml --python 3.10
|
||||
environment:
|
||||
PY_COLORS: 1
|
||||
depends_on:
|
||||
@ -140,7 +140,7 @@ steps:
|
||||
- poetry install
|
||||
- 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-test sanity --exclude .chglog/ --exclude .drone.yml --python 3.9
|
||||
- poetry run ansible-test sanity --exclude .chglog/ --exclude .drone.yml --python 3.10
|
||||
environment:
|
||||
PY_COLORS: 1
|
||||
depends_on:
|
||||
@ -279,6 +279,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: d60a76cb5820c26f16756634312756f06a51c55d81aad7e863c6925a43ae2346
|
||||
hmac: f458850edd26300dda4a118e6c8cadffb9575528439efc6efff9f11cadb2a492
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user