[Tools] Add tool to update third party cookbooks.#1476
Open
gmarciani wants to merge 2 commits intoaws:developfrom
Open
[Tools] Add tool to update third party cookbooks.#1476gmarciani wants to merge 2 commits intoaws:developfrom
gmarciani wants to merge 2 commits intoaws:developfrom
Conversation
Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
b6c0474 to
446d28e
Compare
enrico-usai
reviewed
May 4, 2023
|
|
||
| METADATA_FILES=( | ||
| "${PARALLEL_CLUSTER_COOKBOOK_DIR}/metadata.rb" | ||
| "${PARALLEL_CLUSTER_COOKBOOK_DIR}/cookbooks/aws-parallelcluster-awsbatch/metadata.rb" |
Contributor
There was a problem hiding this comment.
missing common cookbook
Codecov Report
@@ Coverage Diff @@
## develop #1476 +/- ##
========================================
Coverage 70.01% 70.01%
========================================
Files 13 13
Lines 1834 1834
========================================
Hits 1284 1284
Misses 550 550
Flags with carried forward coverage won't be shown. Click here to find out more. |
Contributor
Author
|
This PR is still valid as of today. We wil resume the work done here soon. |
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.
Description of changes
Add tool to update third party cookbooks.
Example of usage:
Tests
Script has been used to upgrade dependencies for 3.2.0
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Signed-off-by: Giacomo Marciani mgiacomo@amazon.com