[CI] run everything for branches/tags#20057
Merged
v1v merged 7 commits intoelastic:masterfrom Jul 21, 2020
Merged
Conversation
This reverts commit f652889.
See https://issues.jenkins-ci.org/browse/JENKINS-56500 ``` 15:05:00 org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: 15:05:00 General error during class generation: Method code too large! 15:05:00 15:05:00 java.lang.RuntimeException: Method code too large! 15:05:00 at groovyjarjarasm.asm.MethodWriter.a(Unknown Source) ```
…1v/beats into feature/ci-branches-run-all-by-default * 'feature/ci-branches-run-all-by-default' of github.com:v1v/beats: [CI] run everything for branches/tags
This reverts commit f652889.
This reverts commit f666119.
Contributor
💚 Build SucceededExpand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
mdelapenya
approved these changes
Jul 20, 2020
cachedout
approved these changes
Jul 21, 2020
kuisathaverat
approved these changes
Jul 21, 2020
v1v
added a commit
to v1v/beats
that referenced
this pull request
Jul 21, 2020
v1v
added a commit
to v1v/beats
that referenced
this pull request
Jul 21, 2020
v1v
added a commit
to v1v/beats
that referenced
this pull request
Jul 21, 2020
…-basis-when * upstream/master: [CI] run everything for branches/tags (elastic#20057) Limit the number of bytes read by LineReader in Filebeat (elastic#19552) Prefer testify.Error/NoError over NotNil/Nil (elastic#20044)
v1v
added a commit
that referenced
this pull request
Jul 21, 2020
v1v
added a commit
that referenced
this pull request
Jul 21, 2020
melchiormoulin
pushed a commit
to melchiormoulin/beats
that referenced
this pull request
Oct 14, 2020
leweafan
pushed a commit
to leweafan/beats
that referenced
this pull request
Apr 28, 2023
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.
What does this PR do?
Configure the CI pipeline to run everything by default for all the branches/tags.
Pull Requests, will behave as used to be, only if the changes are related to a particular beat.
Why is it important?
Ensure the CI builds for the branches are running everything smoothly.
Related issues
Closes #19752
Further notes
I initially used the when condition in each stage to enable the condition for no PRs based, see f652889, but I've got hit with