[PE-42706]: Add support for installing Puppet agent on Solaris 10 SPARC hosts#289
Merged
Conversation
77adda8 to
32c98f1
Compare
32c98f1 to
de455bf
Compare
joshcooper
approved these changes
Nov 17, 2025
joshcooper
left a comment
Contributor
There was a problem hiding this comment.
LGTM though it seems some of the checks are still failling. Not sure if those are broken and it's ok to merge? Thoughts @steveax
Contributor
Author
The acceptance tests are failing because the system cannot download the puppet-agent due to the absence of a valid license. Below is the error snippet: |
steveax
approved these changes
Nov 19, 2025
steveax
left a comment
Contributor
There was a problem hiding this comment.
We should fix those tests by augmenting them with a license step, but seems like time is of the essence here so 👍
Contributor
|
Opened PE-42803 to cover fixing those tests (they've been broken since February 2025.) |
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.
What's this PR do?
This PR introduces support for installing the
solaris-10-sparcPuppet agent directly viaagent-downloads. This approach is necessary because the build is not part of a standard release and was created for a specific customer. These changes allow us to validate thesolaris-10-sparcPuppet agent with PE releases without publishing it to the general agent distribution locations.Changes in this PR are similar to this PR #264 which was done for SLES 11 (x86_64) platform
Should any of this be tested outside the normal PR CI cycle?
No