Conversation
Updated CI and Test Kitchen configurations to use newer OS versions (e.g., amazonlinux-2023, centos-stream-10, debian-12, fedora-40, oraclelinux-9, ubuntu-24.04). Added 'tar' as a dependency for Amazon in node_build.rb and updated Python version logic. Changed test node version in standalone_install_spec.rb to 24.3.0.
Replaces deprecated lint and unit test commands in TESTING.md with updated alternatives. In node_build.rb, corrects 'supported_plaftorms' to 'supported_platforms', updates python selection logic for Debian, Ubuntu, and Oracle, and adjusts method calls to use the corrected platform method.
There was a problem hiding this comment.
Pull Request Overview
This PR updates CI configurations and node build dependencies to support newer operating system versions and improve dependency handling.
- Updated the test node version to 24.3.0 in the integration test.
- Added a tar dependency for Amazon in node_build.rb and refined the Python version logic.
- Updated Kitchen Dokken and GitHub Actions configurations with newer OS images.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test/integration/default/standalone_install_spec.rb | Updated node version used in integration testing. |
| libraries/chef/node_build.rb | Added tar dependency and updated Python and make logic. |
| kitchen.dokken.yml | Revised platform definitions to use updated OS versions. |
| TESTING.md | Modified lint and unit test commands to reflect new tools. |
| .github/workflows/ci.yml | Updated OS matrix and checkout action version to align with new configurations. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated CI and Test Kitchen configurations to use newer OS versions (e.g., amazonlinux-2023, centos-stream-10, debian-12, fedora-40, oraclelinux-9, ubuntu-24.04). Added 'tar' as a dependency for Amazon in node_build.rb and updated Python version logic. Changed test node version in standalone_install_spec.rb to 24.3.0.