feat: prepare for non-flakes entrypoint #22
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Blocks
#23 feat: non-flakes entrypoint
lix-project/buildbot-nix
Reference: lix-project/buildbot-nix#22
Loading…
Reference in a new issue
No description provided.
Delete branch "prepare-for-non-flakes"
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?
This is a list of all fixups we made for ForkOS in preparations for non-flakes entrypoint.
PosixPath
does not play well with Buildbot APIs c8ceddc6c6getProperty
464e02c4baevent.refUpdate.project
instead ofevent.project
d624e412deevent.change.project
is also a buildprop for project name 78ddc0b3e5@ -182,3 +182,2 @@
attr = job.get("attr", "eval-error")
name = attr
name = f"{FLAKE_TARGET_ATTRIBUTE_FOR_JOBS}.{name}"
name = f"buildbotJobs.{attr}"
uhhhhhhhhhhhhhhhhhhhhhhhhhh this is a regression, no?
yes, this won't work on our lix stuff, I can fix it back for backward compat
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.