This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
test: use filebeat step to grab Docker logs #1029
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
kuisathaverat
added
automation
test
Team:Automation
Label for the Observability productivity team
labels
Jan 14, 2021
/testAll |
kuisathaverat
force-pushed
the
filebeat
branch
from
January 14, 2021 18:41
ee0b57e
to
c523424
Compare
❕ Build Aborted
Expand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
|
/testAll |
/test |
the CI fails because uses the master branch to test not the PR and there is a change on a script that is no used, this build is launched manually to run the PR https://apm-ci.elastic.co/blue/organizations/jenkins/apm-integration-test-downstream/detail/PR-1029/81/pipeline/87 |
cachedout
suggested changes
Feb 1, 2021
v1v
reviewed
Feb 1, 2021
cachedout
approved these changes
Feb 1, 2021
cachedout
approved these changes
Feb 2, 2021
mdelapenya
approved these changes
Feb 3, 2021
kuisathaverat
added a commit
to kuisathaverat/apm-integration-testing
that referenced
this pull request
Feb 4, 2021
* test: use filebeat step to grab Docker logs * fix: move filebeat step to runScript * refactor * test: chekc is correct executed * fix: typo * test: list containers * fix: do not kill containers in CI * fix: several fixes * fix: typo # Conflicts: # .ci/integrationTestDownstream.groovy # .ci/integrationTestEC.groovy # .ci/integrationTestECK.groovy # .ci/integrationTestSelector.groovy # .ci/scripts/common.sh
kuisathaverat
added a commit
to kuisathaverat/apm-integration-testing
that referenced
this pull request
Feb 4, 2021
* test: use filebeat step to grab Docker logs * fix: move filebeat step to runScript * refactor * test: chekc is correct executed * fix: typo * test: list containers * fix: do not kill containers in CI * fix: several fixes * fix: typo # Conflicts: # .ci/integrationTestDownstream.groovy # .ci/integrationTestEC.groovy # .ci/integrationTestECK.groovy # .ci/integrationTestSelector.groovy # .ci/scripts/common.sh
v1v
added a commit
to v1v/apm-integration-testing
that referenced
this pull request
Mar 29, 2021
…rt-from-build * upstream/master: (24 commits) Add mergify (elastic#1089) fix: update flake8 and deps to work with Python 3.8+ (elastic#1085) chore: bump elastic stack (elastic#1087) fix: force to activate venv (elastic#1086) fix: --opbeans-node-agent-local-repo=/a/local/dir (elastic#1084) ci: jjbb remove periodic-folder-trigger (elastic#1079) Fix APM Server managed by Elastic Agent setup (elastic#1078) docker/opbeans/go: use -mod=mod (elastic#1077) [fleet] fix elastic-agent setup (elastic#1076) update supported stack versions (elastic#1075) [CI] Increase timeout (elastic#1070) Add --package-registry-url flag (elastic#1069) Create opbeans_user/role with write/read access for the opbeans-python (elastic#1063) reset postgres sequences after database migration (elastic#1062) chore: bump Elastic Stack (elastic#1060) docker/go/nethttp: go build -mod=mod (elastic#1061) check agent liveness via version subcommand (elastic#1059) test: use filebeat step to grab Docker logs (elastic#1029) Update dotnet sdk 5.0 docker image (elastic#1048) docs: using Dyno (elastic#1056) ...
kuisathaverat
added a commit
that referenced
this pull request
Apr 19, 2021
* test: use filebeat step to grab Docker logs * fix: move filebeat step to runScript * refactor * test: chekc is correct executed * fix: typo * test: list containers * fix: do not kill containers in CI * fix: several fixes * fix: typo # Conflicts: # .ci/integrationTestDownstream.groovy # .ci/integrationTestEC.groovy # .ci/integrationTestECK.groovy # .ci/integrationTestSelector.groovy # .ci/scripts/common.sh
kuisathaverat
added a commit
that referenced
this pull request
Apr 19, 2021
* test: use filebeat step to grab Docker logs (#1029) * test: use filebeat step to grab Docker logs * fix: move filebeat step to runScript * refactor * test: chekc is correct executed * fix: typo * test: list containers * fix: do not kill containers in CI * fix: several fixes * fix: typo # Conflicts: # .ci/integrationTestDownstream.groovy # .ci/integrationTestEC.groovy # .ci/integrationTestECK.groovy # .ci/integrationTestSelector.groovy # .ci/scripts/common.sh * Update .ci/integrationTestDownstream.groovy
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
It uses the new filebeat step to grab the Dcoker logs
Why is it important?
It simplifies de troubleshooting all logs are in a single file for test block.