Skip to content
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

release-staging: a release set for the staging branch #43618

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FRidh
Copy link
Member

@FRidh FRidh commented Jul 16, 2018

The new staging-next branch tests all the packages that were tested on
the previous staging branch. The staging branch will be reduced in
size, and for that the following release set is created.

Motivation for this change

Please suggest improvements on the package set.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.


# Python
python27Packages.pytest = all;
python36Packages.pytest = all;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd use python3Packages to track the current default Python 3.

The new `staging-next` branch tests all the packages that were tested on
the previous `staging` branch. The `staging` branch will be reduced in
size, and for that the following release set is created.
@vcunat
Copy link
Member

vcunat commented Jul 16, 2018

Closely related: in the past few days I was thinking a bit about the nixos vs. nixpkgs split we have on Hydra. I think it complicates the situation of staging-next (formerly of staging), because the decision whether to merge needs to take into account all: nixos tests (linux) and packages including darwin ones. Moreover, the nixos+nixpkgs split makes spotting "regressions against master" more difficult – and that seems important as aarch64 and darwin have relatively high failing counts on Hydra (they do so even on 18.03). I think the main blocker of comparisons is the nixpkgs. nesting in release-combined.nix.

@FRidh
Copy link
Member Author

FRidh commented Jul 17, 2018

in the past few days I was thinking a bit about the nixos vs. nixpkgs split we have on Hydra.

I think it may be worthwhile to add several NixOS tests here as well, but that's harder due to the split.

Also, I think we should test basic cross support cc @Ericson2314

@vcunat
Copy link
Member

vcunat commented Jul 17, 2018

Yes, I imagine to have all we care for aggregated in one release.nix, for all platforms (which can be restricted via a parameter like now – useful for platform-specific channels/jobsets). And a corresponding release-small.nix for "important" things (something like this PR).

@FRidh FRidh mentioned this pull request Jul 22, 2018
@domenkozar
Copy link
Member

To avoid 6c72782#commitcomment-29793883 in the future we might include some nixos tests?

@FRidh FRidh added this to the 18.09 milestone Aug 3, 2018
@samueldr samueldr modified the milestones: 18.09, 19.03 Oct 6, 2018
@FRidh
Copy link
Member Author

FRidh commented Jul 20, 2019

We should also have some cross tests to ensure that still works (NixOS/ofborg#355)

@matthewbauer matthewbauer modified the milestones: 19.03, 20.03 Aug 28, 2019
@worldofpeace worldofpeace modified the milestones: 20.03, 20.09 Feb 5, 2020
@stale
Copy link

stale bot commented Aug 4, 2020

Hello, I'm a bot and I thank you in the name of the community for your contributions.

Nixpkgs is a busy repository, and unfortunately sometimes PRs get left behind for too long. Nevertheless, we'd like to help committers reach the PRs that are still important. This PR 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.

If this is still important to you and you'd like to remove the stale label, we ask that you leave a comment. Your comment can be as simple as "still important to me". But there's a bit more you can do:

If you received an approval by an unprivileged maintainer and you are just waiting for a merge, you can @ mention someone with merge permissions and ask them to help. You might be able to find someone relevant by using Git blame on the relevant files, or via GitHub's web interface. You can see if someone's a member of the nixpkgs-committers team, by hovering with the mouse over their username on the web interface, or by searching them directly on the list.

If your PR wasn't reviewed at all, it might help to find someone who's perhaps a user of the package or module you are changing, or alternatively, ask once more for a review by the maintainer of the package/module this is about. If you don't know any, you can use Git blame on the relevant files, or GitHub's web interface to find someone who touched the relevant files in the past.

If your PR has had reviews and nevertheless got stale, make sure you've responded to all of the reviewer's requests / questions. Usually when PR authors show responsibility and dedication, reviewers (privileged or not) show dedication as well. If you've pushed a change, it's possible the reviewer wasn't notified about your push via email, so you can always officially request them for a review, or just @ mention them and say you've addressed their comments.

Lastly, you can always ask for help at our Discourse Forum, or more specifically, at this thread or at #nixos' IRC channel.

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Aug 4, 2020
@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/new-merge-policy-for-an-always-green-hydra/8889/24

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Sep 6, 2020
@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/fixing-the-staging-staging-next-workflow/9643/2

@FRidh FRidh modified the milestones: 20.09, 21.03 Dec 20, 2020
@stale
Copy link

stale bot commented Jun 18, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jun 18, 2021
@Artturin Artturin modified the milestones: 21.05, 23.05 Dec 31, 2022
@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Dec 31, 2022
@Atemu
Copy link
Member

Atemu commented Jan 27, 2023

What's the status on this?

This looks like a good set to me; we can figure out further things to add later.

@FRidh
Copy link
Member Author

FRidh commented Jan 27, 2023

I never pursued this further because I cannot change jobs on Hydra. What needs to be done now is update this PR with the correct sets, merge it, and then create/update a job on Hydra. @vcunat can probably help with this.

@RaitoBezarius RaitoBezarius modified the milestones: 23.05, 23.11 May 31, 2023
@wegank wegank added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet