Bump AutoHCK version (0.17.5) and dependencies #45
Conversation
Signed-off-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
Signed-off-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
Summary of ChangesHello @kostyanf14, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the core AutoHCK framework to its latest version and refreshes the associated dependency repositories to their most recent states. Concurrently, it modernizes the testing environment by adjusting the supported operating system images, ensuring compatibility with current distributions and removing deprecated ones. These changes collectively aim to keep the project's infrastructure and testing capabilities up-to-date. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates various dependencies by bumping their Git references in dependencies.sh, including updating AutoHCK to version 0.17.5. Additionally, it refreshes the list of operating system images used in tests/test.sh, removing end-of-life distributions and adding current ones. The changes are straightforward and serve to keep the project's dependencies and testing environment up to date. The modifications appear correct and I have no further suggestions.
There was a problem hiding this comment.
Pull request overview
This PR updates the AutoHCK version from v0.17.4 to v0.17.5 and updates the git commit references for several HCK-CI dependencies. Additionally, it modernizes the test infrastructure by removing older, unsupported operating system versions and adding support for newer ones.
Changes:
- Updated AutoHCK version from v0.17.4 to v0.17.5
- Updated git commit references for HLK_SETUP_SCRIPTS, EXTRA_SOFTWARE, HLK_PLAYLISTS, and HCK_FILTERS dependencies
- Replaced older Fedora versions (34, 37, 39) with newer versions (41, 42, 43) in test image list
- Replaced Ubuntu 20.04 and 22.04 with Ubuntu 24.04
- Updated CI workflow test matrices to use Fedora 41, 43 and Ubuntu 24
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| dependencies.sh | Updated AutoHCK to v0.17.5 and refreshed git commit references for all HCK-CI dependencies |
| tests/test.sh | Modernized test image list by replacing EOL/older OS versions with current supported versions |
| .github/workflows/test-install.yml | Updated CI test matrices to use newer Fedora and Ubuntu versions consistent with test.sh updates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.