-
Notifications
You must be signed in to change notification settings - Fork 5k
[CI] Enable build stage for arm architecture #21284
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
Merged
Merged
Changes from 130 commits
Commits
Show all changes
136 commits
Select commit
Hold shift + click to select a range
ac465eb
[CI] Pipeline 2.0 for monorepos
v1v aa6a07a
Update auditbeat/Jenkinsfile.yml
v1v 1b91c12
Update auditbeat/Jenkinsfile.yml
v1v 8175b5a
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v 7183f93
[CI] 2.0 YAML to dynamic stage generations
v1v 4290714
Merge branch 'feature/ci-pipeline-2.0' of github.com:v1v/beats into f…
v1v ca9a5a6
Use shared library
v1v 56c45d5
Use beatsWhen and beatsStages
v1v 778da9e
Revert "Use beatsWhen and beatsStages"
v1v daf8fb1
Simplify
v1v fcab64b
Refactor
v1v 6a0f1bd
Add run commands
v1v a8cc866
use nodeOS step
v1v 14e039d
Fix GO_VERSION
v1v 7660a6d
Transform to String
v1v 35d30be
Use method-pointer-operator
v1v 6be81e2
replace with isInstalled
v1v e874d54
Fix the YAML data
v1v 05baf2e
Use node
v1v 2a668df
sort variables
v1v b22f34a
Use string rather than a list
v1v 8126103
[CI] verbose and added some missing functions
v1v c5a55db
Use the right arguments
v1v 02e0303
Use the directory flag in the make
v1v 11653c0
Revert "Use the directory flag in the make"
v1v 52ec93e
directoryFlag not required
v1v 1412871
Archive build reasons
v1v bd853af
Support windows builds
v1v bc5a6a5
Tear down environment context in the workers
v1v 2df49f8
[CI] support x-pack/auditbeat and minor changes
v1v 40723af
Support MODULE env variable
v1v a3d9a5c
Build reasons pattern file changed
v1v 8902166
Support runbld and test reporting
v1v 21b7876
[markdown] add PR comments that are supported
v1v e6acb6f
[CI] Update README.md with CI Labels
v1v 9f2b923
Fix step reference
v1v 09262e5
Disable tests for the x-pack/auditbeat
v1v 6e1e068
Support filebeat
v1v 08d0d4a
Support x-pack/filebeat
v1v 4a6f8d1
Support packetbeat
v1v 35dfdb4
Support metricbeat
v1v f00ca46
[IGNORE] unitTest for the timebeing
v1v c6c9ea8
Add configuration for the remaining beats
v1v 3ebe3e0
Refactor getCommonModuleInTheChangeSet
v1v aa672c3
[CI] Cosmetic change
v1v 5867081
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v abd6589
Fix leftover and add comments
v1v 1d4ea16
Fix leftovers
v1v 1e3d9b2
Disable linting for the time being with some TODO
v1v 4e1d3a1
[CI] Script to generate the build-stage table
v1v 4b8466b
[docs] Add when in the table markdown
v1v a361e8d
[CI] support deploy/kubernetes
v1v ce7e02b
[CI] support cloud aws for x-pack/metricbeats
v1v f2cdc17
Fix typo
v1v 38ea5dd
[CI] It uses another node
v1v f3beedc
Use context that's populated from the beatsStages step
v1v f99006c
[DOCS] Add when column with some legend
v1v eff00d7
No yet supported
v1v d0d8d73
Enable AWS testing for the time being
v1v 6e381fa
For debugging purposes
v1v d80a490
Dump and support x-pack/winlogbeat
v1v f9bd227
Refactor makeTarget and mageTarget with target
v1v ac360da
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v 3936430
Fix typo in the variable name
v1v ae322e3
Support getProjectDependencies in the beatsWhen
v1v 7b8822c
no debug in the CI for now
v1v 83efbc5
Terraform leftovers in the CI
v1v 76a90ae
Add missing goals since tests are not failing anymore
v1v 1624b54
Support testGCPFunctions
v1v 13fb5f0
Set the project dependencies for the generators using the special tok…
v1v 5a22d2f
Use eval gvm to avoid hardcoded PATHs
v1v e25ba73
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v b5f99de
Fix linting issues with autopep8
v1v 269dee5
Folder is not required since the caller already configured it
v1v 196e6bd
Fix runbld issue
v1v 5785585
Refactor a bit the cloud target
v1v 4e27aa1
Refactor getProjectDependencies
v1v 414a8f0
Use ubuntu-18 and disable windows-2016
v1v 9e97630
[runbld] debug what's going on
v1v f4cd74c
Avoid to error if no Go files in
v1v 7339f12
[ci] use previous approach to support docker for mac issues
v1v 9727b52
[POC] Prepare context for the skip/draft PRs
v1v a492e6b
[RUNBLD] force JOB-NAME to match
v1v 35b6b37
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v 6fa6d3a
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v 5893c8f
[CI] runbld support
v1v f701834
[CI] force cwd and pass the id args
v1v 0395eb8
fixes The most common cause is that Jenkins and runbld are configured…
v1v 2f21086
Tests need to be stored in the workspace
v1v 23c69ce
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v d431b02
Test AWS
v1v 1faa11d
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v 993f336
Revert "Test AWS"
v1v 46c3ad9
[CI] Fix params name
v1v 9ce54de
Disable cloud as long as https://github.com/elastic/beats/issues/2095…
v1v a3da232
Fix wound up catching method mismatch with this.& by using a Class-
v1v 289d5ff
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v df6ebd5
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v b08c40a
Enable cloud stages
v1v bba848d
Apply suggestions from code review
v1v bb7cd78
Update .ci/Jenkinsfile
v1v 61621c5
Update .ci/Jenkinsfile
v1v 34955f2
As commented in the review
v1v 987d880
As commented in the review
v1v 8374f56
Enable target without a node
v1v 5bda33f
Revert "Enable target without a node"
v1v b4a1faf
Simplify the lint stage compared to the previous approach
v1v 4c7e8da
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v 20788d9
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v 32f0c6c
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v c59bffe
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v d733967
[CI] add arm build for auditbeat
v1v 6e9f8bc
chore: for testing purposes
v1v 8d33c8e
Add arm parameter
v1v 87673f0
chore: disable for testing purposes
v1v 3b07830
Support ARM arch
v1v 009e958
Support ARM arch in the pipeline
v1v 8a6f2d2
chore: disable for testing purposes
v1v f7163da
chore: test changes in the library
v1v b3f75a8
Support unitTest in ARM
v1v bb014ca
Support test in ARM
v1v 5b51b15
Revert "chore: for testing purposes"
v1v 8bb0bb9
Add remaining beats
v1v fb1171f
Revert "chore: disable for testing purposes"
v1v 2e425bd
Add when conditions
v1v e018650
Reorder with alphabetic order
v1v de33bc2
Use unitTest since ITs require docker
v1v 2830182
Disable arm builds in metricbeats
v1v ce70a4f
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v 7f2fb7f
Cherry-pick 009e958a2d000f707d0ded442ffca2af9d9468da and 8d33c8e295f5…
v1v 83f8acf
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v 1083b98
Timout might happen a bit often if we have only one resource for arm
v1v 2c87233
Enable on branches/tags
v1v fdb0d70
Fix typo
v1v e60b7d6
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
v1v b2fbc1b
Update Jenkinsfile
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 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
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
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
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
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
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
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.