Fix broken CI #734

Open
opened 2025-12-14 15:04:54 +00:00 by decentral1se · 2 comments
Owner

make test is blowing up:

https://build.coopcloud.tech/toolshed/abra/3452/1/5

And no nightly CI build is running since a month?

https://build.coopcloud.tech/toolshed/abra

Idk what changed, maybe a breakage on upgrade of Gitea/Drone?

.drone.yml Lines 118 to 140 in b79c4f33b6
- name: nightly 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:
- cron:
cron:
# @daily https://docs.drone.io/cron/
- integration

`make test` is blowing up: > https://build.coopcloud.tech/toolshed/abra/3452/1/5 And no nightly CI build is running since a month? > https://build.coopcloud.tech/toolshed/abra Idk what changed, maybe a breakage on upgrade of Gitea/Drone? https://git.coopcloud.tech/toolshed/abra/src/commit/b79c4f33b611d44d905bed74c843eba03bd8b581/.drone.yml#L118-L140
decentral1se added the
ci/cd
label 2025-12-14 15:04:54 +00:00
Author
Owner

I don't have time for this one atm but any and all help is welcome 🫡 Can advise!

I don't have time for this one atm but any and all help is welcome 🫡 Can advise!
Author
Owner

It's running again thankfully but indeed failing:

https://build.coopcloud.tech/toolshed/abra/3457

It's running again thankfully but indeed failing: > https://build.coopcloud.tech/toolshed/abra/3457
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#734
No description provided.