This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Only run Fleet mode and upgrade tests on Ubuntu 22#3054
Merged
Conversation
Contributor
|
This pull request does not have a backport label. Could you fix it @joshdover? 🙏
|
Contributor
Contributor
|
cc: @pazone |
|
👍 |
b069508 to
a0b929c
Compare
jlind23
approved these changes
Oct 3, 2022
mergify bot
pushed a commit
that referenced
this pull request
Oct 4, 2022
(cherry picked from commit 58255b0)
Member
|
@Mergifyio backport 8.5 |
Contributor
✅ Backports have been createdDetails
|
mergify bot
pushed a commit
that referenced
this pull request
Oct 4, 2022
(cherry picked from commit 58255b0)
joshdover
added a commit
that referenced
this pull request
Oct 4, 2022
joshdover
added a commit
that referenced
this pull request
Oct 17, 2022
v1v
added a commit
to v1v/e2e-testing
that referenced
this pull request
Oct 19, 2022
* upstream/main: (35 commits) bump stack version 8.6.0-6545f2df (elastic#3135) bump stack version 8.6.0-cae815eb (elastic#3130) bump stack version 8.6.0-54a302f0 (elastic#3125) bump stack version 8.6.0-233dc5d4 (elastic#3122) bump stack version 8.6.0-40086bc7 (elastic#3115) bump stack version 8.6.0-5a8d757d (elastic#3111) bump stack version 8.6.0-c49fac70 (elastic#3106) bump stack version 8.6.0-7c9f25a9 (elastic#3105) bump stack version 8.6.0-d939cfde (elastic#3096) bump stack version 8.6.0-0fca2953 (elastic#3081) Turn off all tests but Fleet mode and upgrade for Beats and Agent pipelines (elastic#3077) backport: Add 8.5 branch (elastic#3029) Only run Fleet mode and upgrade tests on 2 platforms (elastic#3054) fix: added setuptools-rust to requiremets.txt (elastic#3048) Added support for bulk api update change (elastic#3043) Making Changes for Docs for E2E setup (elastic#2929) Update ingest notifications channel (elastic#3023) chore: stringify http responses (elastic#2772) Adding support for v1.25.0 k8s (elastic#2975) Fix testcases for fleet api (elastic#2999) ...
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 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?
The Fleet test pipeline has been failing for months. This change eliminates a bunch of test scenarios while we work on stabilizing the tests to improve confidence in the suite.
Originally the goal was to run the Fleet mode and upgrade tests on Windows and Linux, but Windows is currently failing, so it is now only running on Ubuntu 22.
Why is it important?
We're ignoring all of these failures because they're so flaky. We need to be able to gate Agent builds and Fleet releases with these tests
Checklist
make unit-test), and they are passing locallymake noticein the proper directory)Author's Checklist
How to test this PR locally
Related issues