test: automated integration test suite #424

Merged
decentral1se merged 3 commits from auto-int-suite into main 2024-07-02 15:19:15 +00:00
50 changed files with 383 additions and 470 deletions
Showing only changes of commit 6a2db1abaa - Show all commits

View File

@ -57,6 +57,30 @@ steps:
- make check
- make test
- name: 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
envs: [ DRONE_SOURCE_BRANCH ]
request_pty: true
script:
- |
set +eux
sh run-int
when:
event:
- cron:
cron:
# @daily https://docs.drone.io/cron/
- integration
volumes:
- name: deps
temp: {}