This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Merged
Conversation
Supports installing services no matter the deployment backend. Also support installation methods for tar, rpm, deb and easily extensible to exe/dmg for mac and windows. Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
adam-stokes
commented
May 26, 2021
Contributor
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
Contributor
Author
|
Same flaky test failure as before |
Contributor
Author
|
jenkins run the tests please |
12 tasks
mdelapenya
approved these changes
May 28, 2021
Contributor
There was a problem hiding this comment.
@adam-stokes I've tested this PR with different combinations, including Debian and Ubi8 images:
current snapshot
TAGS="backend_processes" TIMEOUT_FACTOR=3 LOG_LEVEL=TRACE BEATS_USE_CI_SNAPSHOT=false DEVELOPER_MODE=true make -C e2e/_suites/fleet functional-test
TAGS="stand_alone_agent" TIMEOUT_FACTOR=3 LOG_LEVEL=TRACE BEATS_USE_CI_SNAPSHOT=false DEVELOPER_MODE=true make -C e2e/_suites/fleet functional-test
TAGS="agent_endpoint_integration" TIMEOUT_FACTOR=3 LOG_LEVEL=TRACE BEATS_USE_CI_SNAPSHOT=false DEVELOPER_MODE=true make -C e2e/_suites/fleet functional-testBeats CI snapshot for cec5906b013f4a99b29614509ac44d7e3e75dfe0
The cec5906b013f4a99b29614509ac44d7e3e75dfe0 commit represents the master branch in Beats:
TAGS="backend_processes" TIMEOUT_FACTOR=3 LOG_LEVEL=TRACE BEATS_USE_CI_SNAPSHOT=true GITHUB_CHECK_SHA1=cec5906b013f4a99b29614509ac44d7e3e75dfe0 DEVELOPER_MODE=true make -C e2e/_suites/fleet functional-test
TAGS="stand_alone_agent" TIMEOUT_FACTOR=3 LOG_LEVEL=TRACE BEATS_USE_CI_SNAPSHOT=true GITHUB_CHECK_SHA1=cec5906b013f4a99b29614509ac44d7e3e75dfe0 DEVELOPER_MODE=true make -C e2e/_suites/fleet functional-test
TAGS="agent_endpoint_integration" TIMEOUT_FACTOR=3 LOG_LEVEL=TRACE BEATS_USE_CI_SNAPSHOT=true GITHUB_CHECK_SHA1=cec5906b013f4a99b29614509ac44d7e3e75dfe0 DEVELOPER_MODE=true make -C e2e/_suites/fleet functional-testLGTM 👍
mergify bot
pushed a commit
that referenced
this pull request
May 30, 2021
* Installer refactor Supports installing services no matter the deployment backend. Also support installation methods for tar, rpm, deb and easily extensible to exe/dmg for mac and windows. Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> * Fixes #1200 Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> * Cleanup dead code Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> (cherry picked from commit f043003)
mergify bot
pushed a commit
that referenced
this pull request
May 30, 2021
* Installer refactor Supports installing services no matter the deployment backend. Also support installation methods for tar, rpm, deb and easily extensible to exe/dmg for mac and windows. Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> * Fixes #1200 Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> * Cleanup dead code Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> (cherry picked from commit f043003) # Conflicts: # e2e/_suites/fleet/fleet.go # internal/common/defaults.go # internal/installer/base.go # internal/installer/deb.go # internal/installer/docker.go # internal/installer/elasticagent.go # internal/installer/rpm.go # internal/installer/tar.go
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
Jun 1, 2021
* master: Feat installer rework 2 (elastic#1208)
mdelapenya
added a commit
that referenced
this pull request
Jun 1, 2021
* Installer refactor Supports installing services no matter the deployment backend. Also support installation methods for tar, rpm, deb and easily extensible to exe/dmg for mac and windows. Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> * Fixes #1200 Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> * Cleanup dead code Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> (cherry picked from commit f043003) Co-authored-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
mdelapenya
added a commit
that referenced
this pull request
Jun 1, 2021
* Feat installer rework 2 (#1208) * Installer refactor Supports installing services no matter the deployment backend. Also support installation methods for tar, rpm, deb and easily extensible to exe/dmg for mac and windows. Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> * Fixes #1200 Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> * Cleanup dead code Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> (cherry picked from commit f043003) # Conflicts: # e2e/_suites/fleet/fleet.go # internal/common/defaults.go # internal/installer/base.go # internal/installer/deb.go # internal/installer/docker.go # internal/installer/elasticagent.go # internal/installer/rpm.go # internal/installer/tar.go * fix: resolve conflicts Co-authored-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com> Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
8 tasks
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.

Continuation of #1163
Fixes #1200
This was tested against both debian/centos using the same scripts from .ci/