ci: fix deprecated settings
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/docs unknown status
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-08-18 13:43:48 +02:00
parent f3763e2ca6
commit 26fe86ccc5
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
4 changed files with 11 additions and 12 deletions

View File

@ -25,6 +25,6 @@ steps:
image: docker.io/python:3.12
commands:
- pip install -qq ruff
- ruff .
- ruff check .
environment:
PY_COLORS: "1"

View File

@ -13,14 +13,14 @@ steps:
settings:
homeserver:
from_secret: matrix_homeserver
password:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
username:
from_secret: matrix_username
room_id:
from_secret: matrix_room_id
user_id:
from_secret: matrix_user_id
access_token:
from_secret: matrix_access_token
when:
- status: [success, failure]
- status: [failure]
depends_on:
- docs

View File

@ -9,11 +9,10 @@ variables:
- &molecule_base
image: quay.io/thegeeklab/molecule:6
group: molecule
secrets:
- source: molecule_hcloud_token
target: HCLOUD_TOKEN
environment:
PY_COLORS: "1"
HCLOUD_TOKEN:
from_secret: molecule_hcloud_token
steps:
- name: molecule-default

View File

@ -8,7 +8,7 @@ dependency:
requirements-file: molecule/requirements.yml
platforms:
- name: "rocky9-kernel"
server_type: "cx11"
server_type: "CX22"
image: "rocky-9"
provisioner:
name: ansible