fix: missing runner labels #221

Merged
earl-warren merged 1 commit from feat/additional-runner-labels into main 2024-12-07 08:39:46 +00:00
Owner

The runner needs the new common labels for proper e2e testing

The runner needs the new common labels for proper e2e testing
feat: additional runner labels
All checks were successful
/ integration (map[image:codeberg.org/forgejo/forgejo version:1.20]) (pull_request) Successful in 1m25s
/ integration-action (pull_request) Successful in 4m39s
/ integration (map[image:codeberg.org/forgejo/forgejo version:1.21]) (pull_request) Successful in 1m20s
/ binary (pull_request) Successful in 1m12s
/ cascade (pull_request_target) Successful in 6s
73dd2153fd
Contributor

cascading-pr updated at forgejo/end-to-end#389

cascading-pr updated at https://code.forgejo.org/forgejo/end-to-end/pulls/389
earl-warren requested changes 2024-12-07 08:19:41 +00:00
Dismissed
@ -36,3 +36,3 @@
(
cd $DIR
timeout --signal=KILL 30 $DIR/forgejo-runner register --no-interactive --instance "$forgejo" --name runner --token $(cat $DIR/forgejo-runner-token) --labels docker:docker://code.forgejo.org/oci/node:20-bookworm,ubuntu-latest:docker://code.forgejo.org/oci/node:20-bookworm,self-hosted:lxc://debian:bookworm
timeout --signal=KILL 30 $DIR/forgejo-runner register --no-interactive --instance "$forgejo" --name runner --token $(cat $DIR/forgejo-runner-token) \
Contributor

Can this be moved to the config file instead? This dates back from before the runner read the labels from the config file and it is less flexible.

Can this be moved to the [config file](https://code.forgejo.org/actions/setup-forgejo/src/commit/44a618a78ff4b1395ba4c6a70df97d0354c76622/runner-config.yaml#L12) instead? This dates back from before the runner read the labels from the config file and it is less flexible.
Author
Owner

can we do it in a follow up PR and also fix #222?

can we do it in a follow up PR and also fix #222?
Contributor

if you prefer

if you prefer
Author
Owner

yes, will do next days 🤗

yes, will do next days 🤗
earl-warren marked this conversation as resolved
viceice changed title from feat: additional runner labels to fix: additional runner labels 2024-12-07 08:28:38 +00:00
viceice changed title from fix: additional runner labels to fix: missing runner labels 2024-12-07 08:28:48 +00:00
earl-warren deleted branch feat/additional-runner-labels 2024-12-07 08:39:46 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
actions/setup-forgejo!221
No description provided.