From 23d135f3dfc8b8c9e7b4d1d5583d9397c40f7534 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 13 Dec 2023 09:43:19 +0100 Subject: [PATCH] fix image ref and add groups --- .woodpecker/sanity-test.yml | 1 + .woodpecker/unit-test.yml | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.woodpecker/sanity-test.yml b/.woodpecker/sanity-test.yml index 6933a6d..f1a4d9d 100644 --- a/.woodpecker/sanity-test.yml +++ b/.woodpecker/sanity-test.yml @@ -8,6 +8,7 @@ when: variables: - &ansible_base image: docker.io/library/python:3.10 + group: ansible commands: - pip install poetry -qq - poetry install --all-extras --no-root diff --git a/.woodpecker/unit-test.yml b/.woodpecker/unit-test.yml index bb840c4..10a49cc 100644 --- a/.woodpecker/unit-test.yml +++ b/.woodpecker/unit-test.yml @@ -7,6 +7,7 @@ when: variables: - &pytest_base + group: pytest commands: - git fetch --depth=2147483647 - pip install poetry -qq @@ -17,19 +18,19 @@ variables: steps: pyton-312: - image: docker.io/library/python:python:3.12 + image: docker.io/library/python:3.12 <<: *pytest_base pyton-311: - image: docker.io/library/python:python:3.11 + image: docker.io/library/python:3.11 <<: *pytest_base pyton-310: - image: docker.io/library/python:python:3.10 + image: docker.io/library/python:3.10 <<: *pytest_base pyton-39: - image: docker.io/library/python:python:3.9 + image: docker.io/library/python:3.9 <<: *pytest_base depends_on: