Skip to content
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] run everything for branches/tags #20057

Merged
merged 7 commits into from
Jul 21, 2020

Conversation

v1v
Copy link
Member

@v1v v1v commented Jul 20, 2020

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

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!

@v1v v1v self-assigned this Jul 20, 2020
@v1v v1v added the automation label Jul 20, 2020
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Jul 20, 2020
@v1v v1v added ci Team:Automation Label for the Observability productivity team labels Jul 20, 2020
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Jul 20, 2020
@v1v v1v requested review from jsoriano, andrewkroh and a team July 20, 2020 14:05
@v1v v1v marked this pull request as ready for review July 20, 2020 14:05
Jenkinsfile Outdated Show resolved Hide resolved
v1v added 5 commits July 20, 2020 16:35
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
@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #20057 updated]

  • Start Time: 2020-07-20T15:47:28.988+0000

  • Duration: 76 min 32 sec

Test stats 🧪

Test Results
Failed 0
Passed 17703
Skipped 1902
Total 19605

Steps errors

Expand to view the steps failures

  • Name: Report to Codecov
    • Description: curl -sSLo codecov https://codecov.io/bash for i in auditbeat filebeat heartbeat libbeat metricbeat packetbeat winlogbeat journalbeat do FILE="${i}/build/coverage/full.cov" if [ -f "${FILE}" ]; then bash codecov -f "${FILE}" fi done

    • Duration: 1 min 27 sec

    • Start Time: 2020-07-20T16:14:44.499+0000

    • log

@v1v v1v merged commit ad72016 into elastic:master Jul 21, 2020
@v1v v1v deleted the feature/ci-branches-run-all-by-default branch July 21, 2020 09:04
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)
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation ci Team:Automation Label for the Observability productivity team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Build all stages on a branch merge
5 participants