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-24.11] GitHub Action eval backports #361168

Merged
merged 7 commits into from
Dec 3, 2024

Conversation

Mic92 and others added 7 commits December 2, 2024 19:05
(cherry picked from commit d65d18f)
(cherry picked from commit 5978e7f)
For PRs whose commits end up as HEAD of master like
NixOS@bcc5c14,
there might be workflow runs associated with both PRs and pushes.

Only the push event is the one that will run fully and should be used to compare against.
So far it didn't distinguish between the two events, causing it to
sometimes pick the wrong one and then fail to download non-existent
artifacts: https://github.com/NixOS/nixpkgs/actions/runs/12092053414/job/33721377179

This commit fixes that by ensuring that the push event result is
compared against

(cherry picked from commit b3e8e25)
Previously the labels would never be removed, even if the number of
rebuilds changed

(cherry picked from commit ea65e30)
@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux and removed 10.rebuild-darwin: 1-10 10.rebuild-linux: 11-100 labels Dec 3, 2024
@Mic92 Mic92 merged commit 0952756 into NixOS:release-24.11 Dec 3, 2024
31 checks passed
@infinisil infinisil deleted the gca-backports branch December 3, 2024 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: continuous integration Affects continuous integration (CI) in Nixpkgs, including Ofborg and GitHub Actions 6.topic: policy discussion 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants