ci: fix deprecated settings
This commit is contained in:
parent
1f33cd00c9
commit
6cbf32519f
@ -25,6 +25,6 @@ steps:
|
|||||||
image: docker.io/python:3.12
|
image: docker.io/python:3.12
|
||||||
commands:
|
commands:
|
||||||
- pip install -qq ruff
|
- pip install -qq ruff
|
||||||
- ruff .
|
- ruff check .
|
||||||
environment:
|
environment:
|
||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
|
@ -13,14 +13,14 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
homeserver:
|
homeserver:
|
||||||
from_secret: matrix_homeserver
|
from_secret: matrix_homeserver
|
||||||
password:
|
room_id:
|
||||||
from_secret: matrix_password
|
from_secret: matrix_room_id
|
||||||
roomid:
|
user_id:
|
||||||
from_secret: matrix_roomid
|
from_secret: matrix_user_id
|
||||||
username:
|
access_token:
|
||||||
from_secret: matrix_username
|
from_secret: matrix_access_token
|
||||||
when:
|
when:
|
||||||
- status: [success, failure]
|
- status: [failure]
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- docs
|
- docs
|
||||||
|
@ -9,11 +9,10 @@ variables:
|
|||||||
- &molecule_base
|
- &molecule_base
|
||||||
image: quay.io/thegeeklab/molecule:6
|
image: quay.io/thegeeklab/molecule:6
|
||||||
group: molecule
|
group: molecule
|
||||||
secrets:
|
|
||||||
- source: molecule_hcloud_token
|
|
||||||
target: HCLOUD_TOKEN
|
|
||||||
environment:
|
environment:
|
||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
|
HCLOUD_TOKEN:
|
||||||
|
from_secret: molecule_hcloud_token
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: molecule-default
|
- name: molecule-default
|
||||||
|
@ -8,7 +8,7 @@ dependency:
|
|||||||
requirements-file: molecule/requirements.yml
|
requirements-file: molecule/requirements.yml
|
||||||
platforms:
|
platforms:
|
||||||
- name: "rocky9-smb"
|
- name: "rocky9-smb"
|
||||||
server_type: "cx11"
|
server_type: "CX22"
|
||||||
image: "rocky-9"
|
image: "rocky-9"
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
Loading…
Reference in New Issue
Block a user