This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
fix: use a version of kibana with the fix for fleet-server validations #1055
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
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
This reverts commit e640941.
The fleet server tests will probably fail at this point: we are working in switching from kibana enrollment to fleet-server enrollment |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
kuisathaverat
approved these changes
Apr 20, 2021
8 tasks
mergify bot
pushed a commit
that referenced
this pull request
Apr 20, 2021
#1055) * Fix kibana config for fleet server Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> * Do not force fleet recreation as no fleet server exists yet Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> * Revert "Do not force fleet recreation as no fleet server exists yet" This reverts commit e640941. * fix: force a valid version of kibana Co-authored-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> (cherry picked from commit c6f1176)
mdelapenya
added a commit
that referenced
this pull request
Apr 21, 2021
…s (backport #1055) (#1063) * fix: use a version of kibana with the fix for fleet-server validations (#1055) * Fix kibana config for fleet server Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> * Do not force fleet recreation as no fleet server exists yet Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> * Revert "Do not force fleet recreation as no fleet server exists yet" This reverts commit e640941. * fix: force a valid version of kibana Co-authored-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> (cherry picked from commit c6f1176) * fix: use a 7.x version of the same image Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
Apr 21, 2021
* master: v2 refactor (elastic#1008) fix: use a version of kibana with the fix for fleet-server validations (elastic#1055) feat: add first scenario for Fleet Server (elastic#900) fix: do not use GT_REPO variable, use fixed repo name instead (elastic#1049)
8 tasks
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 kibana:pr96718, which includes a fix for fleet-server validations.
Why is it important?
We want to make sure the tests are healthy in this point of the history
Checklist
make notice
in the proper directory)Author's Checklist
How to test this PR locally
Fleet tests are back to green:
Related issues