ci: bump min python version for sanity test
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/unit-test Pipeline was successful
ci/woodpecker/push/sanity-test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/unit-test Pipeline was successful
ci/woodpecker/push/sanity-test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
This commit is contained in:
parent
0d6aa820f2
commit
ac6197d4ea
@ -7,14 +7,14 @@ when:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &ansible_base
|
- &ansible_base
|
||||||
image: docker.io/library/python:3.10
|
image: docker.io/library/python:3.11
|
||||||
depends_on: []
|
depends_on: []
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry -qq
|
- pip install poetry -qq
|
||||||
- poetry install --all-extras --no-root
|
- poetry install --all-extras --no-root
|
||||||
- poetry run pip install https://github.com/ansible/ansible/archive/$${ANSIBLE_VERSION}.tar.gz --disable-pip-version-check
|
- poetry run pip install https://github.com/ansible/ansible/archive/$${ANSIBLE_VERSION}.tar.gz --disable-pip-version-check
|
||||||
- poetry run ansible --version
|
- poetry run ansible --version
|
||||||
- poetry run ansible-test sanity --exclude .gitsv/ --exclude .woodpecker/ --python 3.10
|
- poetry run ansible-test sanity --exclude .gitsv/ --exclude .woodpecker/ --python 3.11
|
||||||
- &ansible_env
|
- &ansible_env
|
||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
|
|
||||||
|
@ -16,6 +16,10 @@ variables:
|
|||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: pyton-313
|
||||||
|
image: docker.io/library/python:3.13
|
||||||
|
<<: *pytest_base
|
||||||
|
|
||||||
- name: pyton-312
|
- name: pyton-312
|
||||||
image: docker.io/library/python:3.12
|
image: docker.io/library/python:3.12
|
||||||
<<: *pytest_base
|
<<: *pytest_base
|
||||||
@ -28,9 +32,5 @@ steps:
|
|||||||
image: docker.io/library/python:3.10
|
image: docker.io/library/python:3.10
|
||||||
<<: *pytest_base
|
<<: *pytest_base
|
||||||
|
|
||||||
- name: pyton-39
|
|
||||||
image: docker.io/library/python:3.9
|
|
||||||
<<: *pytest_base
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- lint
|
- lint
|
||||||
|
Loading…
Reference in New Issue
Block a user