fix: missing runner labels #221
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
actions/setup-forgejo!221
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/additional-runner-labels"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The runner needs the new common labels for proper e2e testing
cascading-pr updated at forgejo/end-to-end#389
@ -36,3 +36,3 @@(cd $DIRtimeout --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:bookwormtimeout --signal=KILL 30 $DIR/forgejo-runner register --no-interactive --instance "$forgejo" --name runner --token $(cat $DIR/forgejo-runner-token) \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 we do it in a follow up PR and also fix #222?
if you prefer
yes, will do next days 🤗
feat: additional runner labelsto fix: additional runner labelsfix: additional runner labelsto fix: missing runner labels