Compare commits

...

1 Commits

Author SHA1 Message Date
334205be93
test: on-demand integration tests
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2025-03-16 13:07:23 +01:00

View File

@ -60,7 +60,36 @@ steps:
- make check
- make test
- name: integration test
- name: on-demand integration test
image: appleboy/drone-ssh
settings:
host:
- int.coopcloud.tech
username: abra
key:
from_secret: abra_int_private_key
port: 22
command_timeout: 60m
script_stop: true
request_pty: true
script:
- |
wget https://git.coopcloud.tech/toolshed/abra/raw/branch/main/scripts/tests/run-ci-int -O run-ci-int
chmod +x run-ci-int
sh run-ci-int
when:
event:
- push
ref:
- refs/pull/int-*
branch:
exclude:
- main
depends_on:
- make check
- make test
- name: nightly integration test
image: appleboy/drone-ssh
settings:
host: