-
Notifications
You must be signed in to change notification settings - Fork 193
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
(PA-5013) Add Red Hat 9 (ARM64) to the puppet_agent module task #675
Conversation
skyamgarp
commented
Oct 12, 2023
•
edited
Loading
edited
- Specified 'latest' to install el-9-aarch64 from nightlies, since official packages not available yet.
- Updated MacOS13 first available version and use the released agent build instead of nightlies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@joshcooper Can you please review this? |
@@ -69,7 +71,7 @@ def log_output_errors(result) | |||
# else | |||
# end | |||
case target_platform | |||
when %r{osx-13} | |||
when %r{el-9-aarch64} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this changed / why do you remove osx13 here? That change isn't reflected in the PR title
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so before release we updated it to use agent from nightlies but now we have agent released like we changed the version here. I have updated it with redhat9-aarch64 now as we are yet to release it. Yes and the jira is for adding redhat9 so didn't mention it PR title.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For future, it'd be good to separate out the "adding rhel9 arm" versus "dropping the special case for osx 13" into separate commits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I agree.