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

github-runner: 2.319.1 -> 2.320.0 #346347

Merged
merged 2 commits into from
Oct 6, 2024
Merged

github-runner: 2.319.1 -> 2.320.0 #346347

merged 2 commits into from
Oct 6, 2024

Conversation

kirillrdy
Copy link
Member

@kirillrdy kirillrdy commented Oct 4, 2024

https://github.com/actions/runner/releases/tag/v2.320.0

one patch failed to apply, replaced with substituteInPlace

happy to drop formatting changes

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@wegank wegank added 12.approvals: 1 This PR was reviewed and approved by one reputable person 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in the package labels Oct 4, 2024
@patka-123
Copy link
Contributor

The release notes contain:

Add jq, git, unzip and curl to default packages installed actions/runner#3056

Upstream added those packages to their Dockerfile. Shouldn't we also pass in those packages?

@kirillrdy
Copy link
Member Author

The release notes contain:

Add jq, git, unzip and curl to default packages installed actions/runner#3056

Upstream added those packages to their Dockerfile. Shouldn't we also pass in those packages?

after reading comments in actions/runner#3056, I am leaning towards no, but I will let maintainers decide

@veehaitch
Copy link
Member

I am not strictly against it, but as far as I understand the Dockerfile has nothing to do with the VM images of the GitHub-hosted runners. They include tons of preinstalled software and we obviously don't want to include all that software for the NixOS module. If we add the tools mentioned, the question immediately arises as to why other programs are not important as well. Therefore, I'd rather refer people to services.github-runners.<name>.extraPackages.

@h7x4 h7x4 merged commit 78f77cc into NixOS:master Oct 6, 2024
31 of 32 checks passed
@kirillrdy kirillrdy deleted the github-runner branch October 6, 2024 20:55
@arianvp
Copy link
Member

arianvp commented Oct 21, 2024

This needs backporting as Github Actions will block runners that are out of date

@arianvp arianvp added the backport release-24.05 Backport PR automatically label Oct 21, 2024
Copy link
Contributor

Backport failed for release-24.05, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-24.05
git worktree add -d .worktree/backport-346347-to-release-24.05 origin/release-24.05
cd .worktree/backport-346347-to-release-24.05
git switch --create backport-346347-to-release-24.05
git cherry-pick -x 930f9daf233910fa4b6f1442d51c9a7be15deed1 bf1088cf5adc6bfeafbeec96960cfa61a93d3c4b

@arianvp
Copy link
Member

arianvp commented Oct 21, 2024

Unfortunately the formatting patches makes the backport not apply cleanly

@arianvp arianvp added the 9.needs: port to stable A PR needs a backport to the stable release. label Oct 21, 2024
Copy link
Contributor

Backport failed for release-24.05, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-24.05
git worktree add -d .worktree/backport-346347-to-release-24.05 origin/release-24.05
cd .worktree/backport-346347-to-release-24.05
git switch --create backport-346347-to-release-24.05
git cherry-pick -x 930f9daf233910fa4b6f1442d51c9a7be15deed1 bf1088cf5adc6bfeafbeec96960cfa61a93d3c4b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9.needs: port to stable A PR needs a backport to the stable release. 10.rebuild-darwin: 1-10 10.rebuild-darwin: 1 10.rebuild-linux: 1-10 10.rebuild-linux: 1 12.approvals: 1 This PR was reviewed and approved by one reputable person 12.approved-by: package-maintainer This PR was reviewed and approved by a maintainer listed in the package backport release-24.05 Backport PR automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants