-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document new staging workflow #83381
Comments
I expect the main thing people need are those three bullets, right? Especially the first two ones, but the workflow change was specifically designed not to really change those two points, so that most people are as little affected as possible. |
Wait, 19.09 already has (some) docs for all this: https://nixos.org/nixpkgs/manual/#submitting-changes-staging-next-branch ... so can you (anyone) be more specific about what seems missing? |
Woah, wonder how I missed that. Added in 62193ec. Though I do think some things are missing because if both of you were to be unavailable the workflow to do the thing is unclear.
We could also document the details of the jobsets like it is in the RFC, and how is someone supposed to determine staging-next is of sufficient quality? I do understand this involves looking at hydra. It's documented how to submit changes, but I think the workflow around it isn't. I'm raising this because I'm getting the impression that maybe more people would like to help out getting staging-next PRs merged, so there is this concept in nixpkgs of the "regular staging-next PR". |
Hello, I'm a bot and I thank you in the name of the community for opening this issue. To help our human contributors focus on the most-relevant reports, I check up on old issues to see if they're still relevant. This issue has had no activity for 180 days, and so I marked it as stale, but you can rest assured it will never be closed by a non-human. The community would appreciate your effort in checking if the issue is still valid. If it isn't, please close it. If the issue persists, and you'd like to remove the stale label, you simply need to leave a comment. Your comment can be as simple as "still important to me". If you'd like it to get more attention, you can ask for help by searching for maintainers and people that previously touched related code and @ mention them in a comment. You can use Git blame or GitHub's web interface on the relevant files to find them. Lastly, you can always ask for help at our Discourse Forum or at #nixos' IRC channel. |
We now have automatic reverse flow (master → staging-next → staging) every six hours: #105153 |
I marked this as stale due to inactivity. → More info |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/2022-10-22-documentation-team-meeting-notes-12-nixcon-edition/22689/1 |
There is now documentation here: Hopefully this fulfills what @worldofpeace wanted to see. |
Describe the bug
Since RFC 26 was merged we have a new staging workflow that involves a
staging-next
branch.It was merged on 15 Nov 2018, but was implemented a bit before that.
Part of the
Future Work
was to document this workflow so new contributors can understand this. We still need to do this.cc @vcunat @FRidh
The text was updated successfully, but these errors were encountered: