-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[CI] Enable packaging with Pipeline 2.0 #23854
Merged
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
a38cd76
[CI] Enable packaging with Pipeline 2.0
v1v 6e423ab
Support e2e approach
v1v f5bdbb6
Support packaging with pipeline 2.0
v1v 6a0ea66
Fix command
v1v e015b8e
For testing purposes
v1v 7f7b41e
[CI] for testing purposes
v1v 8ad4707
fix wrong syntax with a - in the field
v1v 121e52a
[CI] fix credentials issue
v1v 5b61e05
Use default git step (to avoid any kind of new env variables generate…
v1v 38b7a2e
Cosmetic changes: use the right variable and docs
v1v 164830a
Force GO_VERSION for the e2e to work
v1v 1268e77
Use dir for go
v1v 0174527
Use checkout to skip clean folder with git
v1v b1f053f
Merge branch 'master' into feature/packaging-e2e-2.0
v1v 644e341
Revert "Use checkout to skip clean folder with git"
v1v 41a6407
Checkout in the folder
v1v d4e4cca
Return boolean
v1v ecfd31b
Use junit reporting
v1v 3f79030
Test metricbeat script
v1v 481c3cf
Delegate test preparation to the e2e scripts
v1v 872bcba
Prepare Go version dynamically
v1v 1222ca4
Use entrypoint
v1v 0cd5c08
Publish packages
v1v 2299757
Push CI docker images
v1v 58e5bc5
Use e2e master branch
v1v 5c9d7ea
Disable other pipelines
v1v 85260d8
Add debug mode
v1v d0371d4
Rename LOG level variable
v1v 96ff995
Avoid using the workdir
v1v 1862d03
For debugging purposes
v1v 3ac5cb2
Revert "For debugging purposes"
v1v 3e073bf
Revert "Avoid using the workdir"
v1v 05af27a
Throw error and archive docker logs
v1v 6da223e
Use x-pack e2e
v1v c0b7130
Avoid using the workdir since the archive does not work with full paths
v1v 0d819cd
Move away from try/catch
v1v 92eea8f
Add e2e
v1v 896703d
Rename env variable
v1v 6380624
Disable e2e for oss metricbeats
v1v a70a380
Revert "[CI] for testing purposes"
v1v 984f533
Rename env variable
v1v 7522126
[chore] for testing purposes, disable linting
v1v 09c12ab
Upload artifacts earlier
v1v 97e7409
Force shebang
v1v 6931b00
debugging purposes
v1v 5ac1c01
Enable Snapshot
v1v 5817b85
Revert "Disable other pipelines"
v1v 7cad28a
Restore previous configuration
v1v 9849464
Disable e2e for the time being
v1v 024b732
Apply suggestions from code review
v1v File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
Let's see what we do with this