fix image ref and add groups
This commit is contained in:
parent
1d4501e306
commit
23d135f3df
@ -8,6 +8,7 @@ when:
|
|||||||
variables:
|
variables:
|
||||||
- &ansible_base
|
- &ansible_base
|
||||||
image: docker.io/library/python:3.10
|
image: docker.io/library/python:3.10
|
||||||
|
group: ansible
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry -qq
|
- pip install poetry -qq
|
||||||
- poetry install --all-extras --no-root
|
- poetry install --all-extras --no-root
|
||||||
|
@ -7,6 +7,7 @@ when:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &pytest_base
|
- &pytest_base
|
||||||
|
group: pytest
|
||||||
commands:
|
commands:
|
||||||
- git fetch --depth=2147483647
|
- git fetch --depth=2147483647
|
||||||
- pip install poetry -qq
|
- pip install poetry -qq
|
||||||
@ -17,19 +18,19 @@ variables:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
pyton-312:
|
pyton-312:
|
||||||
image: docker.io/library/python:python:3.12
|
image: docker.io/library/python:3.12
|
||||||
<<: *pytest_base
|
<<: *pytest_base
|
||||||
|
|
||||||
pyton-311:
|
pyton-311:
|
||||||
image: docker.io/library/python:python:3.11
|
image: docker.io/library/python:3.11
|
||||||
<<: *pytest_base
|
<<: *pytest_base
|
||||||
|
|
||||||
pyton-310:
|
pyton-310:
|
||||||
image: docker.io/library/python:python:3.10
|
image: docker.io/library/python:3.10
|
||||||
<<: *pytest_base
|
<<: *pytest_base
|
||||||
|
|
||||||
pyton-39:
|
pyton-39:
|
||||||
image: docker.io/library/python:python:3.9
|
image: docker.io/library/python:3.9
|
||||||
<<: *pytest_base
|
<<: *pytest_base
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user