forked from opensearch-project/OpenSearch
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Save plugins and reporting repo hashes on workflow variable and updat… #502
Merged
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
…e baptizer script to use it on package naming
QU3B1M
force-pushed
the
ci/486-implement-combined-hash-naming
branch
from
October 29, 2024 12:24
8cf0d8b
to
7041320
Compare
QU3B1M
force-pushed
the
ci/486-implement-combined-hash-naming
branch
from
October 29, 2024 12:32
7041320
to
dabd73a
Compare
QU3B1M
force-pushed
the
ci/486-implement-combined-hash-naming
branch
2 times, most recently
from
October 29, 2024 15:23
77ee3a8
to
96e84f5
Compare
QU3B1M
force-pushed
the
ci/486-implement-combined-hash-naming
branch
from
October 29, 2024 15:25
96e84f5
to
d3f33de
Compare
Update build GHA to send hashes by parameters to the baptizer script
QU3B1M
force-pushed
the
ci/486-implement-combined-hash-naming
branch
from
October 29, 2024 19:58
535bb89
to
c76d778
Compare
AlexRuiz7
approved these changes
Oct 30, 2024
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
Remove 'upload' check on workflow input
QU3B1M
force-pushed
the
ci/486-implement-combined-hash-naming
branch
from
October 31, 2024 00:11
0146570
to
77665a1
Compare
Using the |
AlexRuiz7
approved these changes
Oct 31, 2024
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
AlexRuiz7
pushed a commit
that referenced
this pull request
Nov 8, 2024
#502) * Save plugins and reporting repo hashes on workflow variable and update baptizer script to use it on package naming * Update GHA workflow to save hash on global variable * Update GHA to use env * Update GHA workflow to save the hash on a output variable * Fix environment variable usage * Update baptizer to receive the repositories hashes by parameter Update build GHA to send hashes by parameters to the baptizer script * Update build-scripts README.md with new baptizer parameters * Update build GHA workflow to show the URL of the uploaded package at the job view * Update GHA build workflow to always upload package to the S3 bucket Remove 'upload' check on workflow input * Restore upload input and corresponding validations * Remove commented lines
AlexRuiz7
pushed a commit
that referenced
this pull request
Nov 18, 2024
#502) * Save plugins and reporting repo hashes on workflow variable and update baptizer script to use it on package naming * Update GHA workflow to save hash on global variable * Update GHA to use env * Update GHA workflow to save the hash on a output variable * Fix environment variable usage * Update baptizer to receive the repositories hashes by parameter Update build GHA to send hashes by parameters to the baptizer script * Update build-scripts README.md with new baptizer parameters * Update build GHA workflow to show the URL of the uploaded package at the job view * Update GHA build workflow to always upload package to the S3 bucket Remove 'upload' check on workflow input * Restore upload input and corresponding validations * Remove commented lines
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
This PR applies the new package naming convention, including the last commit of each repository related to wazuh-indexer at the package generation. It also removes the
upload
field on the build workflows to always upload the packages to S3 as defined here, and adds notice messages to show the S3 bucket URI of the package at the end of the execution.Related Issues
Resolves #486
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.