-
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
chore: upload files to Google Storage when they exist #28836
Merged
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
mdelapenya
added
Team:Automation
Label for the Observability productivity team
backport-v7.15.0
Automated backport with mergify
backport-v7.16.0
Automated backport with mergify
backport-v8.0.0
Automated backport with mergify
labels
Nov 5, 2021
botelastic
bot
added
needs_team
Indicates that the issue/PR needs a Team:* label
and removed
needs_team
Indicates that the issue/PR needs a Team:* label
labels
Nov 5, 2021
Collaborator
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
kuisathaverat
approved these changes
Nov 5, 2021
v1v
approved these changes
Nov 5, 2021
mergify bot
pushed a commit
that referenced
this pull request
Nov 5, 2021
* fix: send to Google Storage when there are files * fix: prevent failures if mage exits with 1 * fix: define variable properly (cherry picked from commit 20d637e)
mergify bot
pushed a commit
that referenced
this pull request
Nov 5, 2021
* fix: send to Google Storage when there are files * fix: prevent failures if mage exits with 1 * fix: define variable properly (cherry picked from commit 20d637e)
mergify bot
pushed a commit
that referenced
this pull request
Nov 5, 2021
* fix: send to Google Storage when there are files * fix: prevent failures if mage exits with 1 * fix: define variable properly (cherry picked from commit 20d637e)
mdelapenya
added a commit
that referenced
this pull request
Nov 5, 2021
* fix: send to Google Storage when there are files * fix: prevent failures if mage exits with 1 * fix: define variable properly (cherry picked from commit 20d637e) Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
mdelapenya
added a commit
that referenced
this pull request
Nov 5, 2021
* fix: send to Google Storage when there are files * fix: prevent failures if mage exits with 1 * fix: define variable properly (cherry picked from commit 20d637e) Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
mdelapenya
added a commit
that referenced
this pull request
Nov 5, 2021
* fix: send to Google Storage when there are files * fix: prevent failures if mage exits with 1 * fix: define variable properly (cherry picked from commit 20d637e) Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
v1v
added a commit
to v1v/beats
that referenced
this pull request
Nov 8, 2021
…in-the-package-binareis * upstream/master: allows disable pod events enrichment with deployment name (elastic#28521) Remove Docker input from Filebeat (elastic#28817) [breaking] Make default_field: false the default for all fields (elastic#28596) Osquerybeat: Improve osquery client connect code (elastic#28848) Add crawler metrics into the stats metricset for Enterprise Search (elastic#28790) Remove the now deprecated appsearch module from metricbeat (elastic#28850) Remove Beat generators (elastic#28816) chore: upload files to Google Storage when they exist (elastic#28836) Revert "chore(ci): disable E2E tests in Beats (elastic#28715)" (elastic#28812) Deprecate generating custom Beats (elastic#28814) [Metricbeat] upgrade flatbuffers to 1.12.1 (elastic#28094) Osquerybeat: Fix restart flags after previously bad config (elastic#28827) Force ECS and JSON logging for libbeat/logp (elastic#28573) Filebeat: Error on startup for unconfigured module (elastic#28818) Deprecate log input in favour of filestream (elastic#28623) Fix some spelling mistakes (elastic#28080)
6 tasks
leweafan
pushed a commit
to leweafan/beats
that referenced
this pull request
Apr 28, 2023
…in-the-package-binareis * upstream/master: allows disable pod events enrichment with deployment name (elastic#28521) Remove Docker input from Filebeat (elastic#28817) [breaking] Make default_field: false the default for all fields (elastic#28596) Osquerybeat: Improve osquery client connect code (elastic#28848) Add crawler metrics into the stats metricset for Enterprise Search (elastic#28790) Remove the now deprecated appsearch module from metricbeat (elastic#28850) Remove Beat generators (elastic#28816) chore: upload files to Google Storage when they exist (elastic#28836) Revert "chore(ci): disable E2E tests in Beats (elastic#28715)" (elastic#28812) Deprecate generating custom Beats (elastic#28814) [Metricbeat] upgrade flatbuffers to 1.12.1 (elastic#28094) Osquerybeat: Fix restart flags after previously bad config (elastic#28827) Force ECS and JSON logging for libbeat/logp (elastic#28573) Filebeat: Error on startup for unconfigured module (elastic#28818) Deprecate log input in favour of filestream (elastic#28623) Fix some spelling mistakes (elastic#28080)
leweafan
pushed a commit
to leweafan/beats
that referenced
this pull request
Apr 28, 2023
…elastic#28845) * fix: send to Google Storage when there are files * fix: prevent failures if mage exits with 1 * fix: define variable properly (cherry picked from commit ea6445a) Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-v7.15.0
Automated backport with mergify
backport-v7.16.0
Automated backport with mergify
backport-v8.0.0
Automated backport with mergify
Team:Automation
Label for the Observability productivity team
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?
This PR does two things:
mage packageSystemTests
to return 0 even though an error occurred.Why is it important?
For the return status, we are preventing the catchError pipeline block to continue on failures. And for the google upload step, protected by an IF clause, we are preventing trying to upload when there aren't files to upload.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues