forked from jpogran/PuppetDscBuilder
-
Notifications
You must be signed in to change notification settings - Fork 12
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
(CAT-1322) - Run Puppetize Biweekly #262
Closed
Closed
Conversation
This file contains 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
jordanbreen28
added
the
maintenance
non-user-visible changes improving the infrastructure
label
Sep 11, 2023
jordanbreen28
changed the title
Cat 1322 run puppetize biweekly
(CAT-1322) - Run Puppetize Biweekly
Sep 11, 2023
jordanbreen28
force-pushed
the
CAT-1322-run_puppetize_biweekly
branch
6 times, most recently
from
September 12, 2023 07:46
098fc01
to
45e2919
Compare
For example, you can see here even though it gathered the top 50 modules it only ran on the unpuppetized modules, which was only about 12 modules. |
jordanbreen28
force-pushed
the
CAT-1322-run_puppetize_biweekly
branch
5 times, most recently
from
September 12, 2023 13:28
981570d
to
fbbb580
Compare
jordanbreen28
force-pushed
the
CAT-1322-run_puppetize_biweekly
branch
from
September 12, 2023 13:31
fbbb580
to
6b0d9b7
Compare
jordanbreen28
force-pushed
the
CAT-1322-run_puppetize_biweekly
branch
from
September 12, 2023 13:39
98fba58
to
9876d24
Compare
jordanbreen28
force-pushed
the
CAT-1322-run_puppetize_biweekly
branch
from
September 12, 2023 13:39
9876d24
to
4547521
Compare
…puppetlabs/Puppet.Dsc into CAT-1322-run_puppetize_biweekly
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.
Summary
This PR changes the puppetize workflow to run at 6am on the 1st and 15th day of each month.
It also includes a change which allows the workflow to gather the top 50 DSC modules using the forge API, and puppetize them.
Note
This only creates a job for the modules which are out of sync with the PS Gallery, not all modules will create a job so this will keep compute resources down.
This PR also contains a number of smaller maintenance fixes:
Install-Gems
function toInvoke-BundleInstall
as per the powershell styling guidelines.7ZipArchiveDsc
to dsc_resources.yml as the forge name does not match the name found for this module on PSGallery, so prevents a mismatch between the forge and psgallery apis.Checklist