ci: test config against hassio latest and dev
This commit is contained in:
parent
c8366fcdb8
commit
8b28285c0f
26
.woodpecker/notify.yml
Normal file
26
.woodpecker/notify.yml
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
when:
|
||||
- event: [tag]
|
||||
- event: [push, manual]
|
||||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
runs_on: [failure]
|
||||
|
||||
steps:
|
||||
- name: matrix
|
||||
image: quay.io/thegeeklab/wp-matrix
|
||||
settings:
|
||||
homeserver:
|
||||
from_secret: matrix_homeserver
|
||||
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]
|
||||
|
||||
depends_on:
|
||||
- test
|
23
.woodpecker/test.yml
Normal file
23
.woodpecker/test.yml
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
when:
|
||||
- event: [pull_request, tag]
|
||||
- event: [push, manual]
|
||||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
variables:
|
||||
- &pytest_base
|
||||
depends_on: []
|
||||
commands:
|
||||
- hass -c ${CI_WORKSPACE} --script check_config
|
||||
environment:
|
||||
PY_COLORS: "1"
|
||||
|
||||
steps:
|
||||
- name: hassio-dev
|
||||
image: ghcr.io/home-assistant/home-assistant:dev
|
||||
<<: *pytest_base
|
||||
|
||||
- name: hassio-latest
|
||||
image: ghcr.io/home-assistant/home-assistant:latest
|
||||
<<: *pytest_base
|
Loading…
Reference in New Issue
Block a user