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
chore: split stack configuration and start into two tasks #2044
Merged
mdelapenya
merged 1 commit into
elastic:main
from
mdelapenya:separate-start-stack-from-config-files
Jan 24, 2022
Merged
chore: split stack configuration and start into two tasks #2044
mdelapenya
merged 1 commit into
elastic:main
from
mdelapenya:separate-start-stack-from-config-files
Jan 24, 2022
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
backport-v7.16.0
Automated backport with mergify
backport-v7.17.0
Automated backport with mergify
backport-v8.0.0
Automated backport with mergify
labels
Jan 24, 2022
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
kuisathaverat
approved these changes
Jan 24, 2022
mergify bot
pushed a commit
that referenced
this pull request
Jan 24, 2022
(cherry picked from commit 6d13132)
mergify bot
pushed a commit
that referenced
this pull request
Jan 24, 2022
(cherry picked from commit 6d13132)
mergify bot
pushed a commit
that referenced
this pull request
Jan 24, 2022
(cherry picked from commit 6d13132) # Conflicts: # .ci/ansible/playbook.yml
8 tasks
mdelapenya
added a commit
that referenced
this pull request
Jan 24, 2022
) (cherry picked from commit 6d13132) Co-authored-by: Manuel de la Peña <[email protected]>
mdelapenya
added a commit
that referenced
this pull request
Jan 24, 2022
) (cherry picked from commit 6d13132) Co-authored-by: Manuel de la Peña <[email protected]>
mdelapenya
added a commit
that referenced
this pull request
Jan 24, 2022
) (cherry picked from commit 6d13132) # Conflicts: # .ci/ansible/playbook.yml Co-authored-by: Manuel de la Peña <[email protected]>
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
Jan 26, 2022
* main: (45 commits) feat: add CentOS 8 support (elastic#2034) fix: set default region for AWS cli (elastic#2053) chore: use Ansible's built-in replace instead of sed (elastic#2048) chore: split stack configuration and start into two tasks (elastic#2044) feat: enable SSH access to users for debugging cloud instances (elastic#2001) fix: use the right branch for 7.17 backports (elastic#2025) SLES15 enablement (elastic#2007) chore: bump stale agent for main (elastic#2014) Update `fetchBeatsBinary` to be reused in elastic-agent-poc (elastic#1984) chore: add resiliency when provisioning the stack (elastic#1990) chore: bump elastic-package to v0.32.1 (elastic#1959) feat: export Fetch&Download methods in the /pkg directory (elastic#1943) bump stack version 8.1.0-dbc834fd (elastic#1948) bump stack version 8.1.0-76902d39 (elastic#1946) chore: retire 7.15 adding 7.17 (elastic#1938) ci: use withAPMEnv (elastic#1917) Update main branch (elastic#1928) bump stack version 8.1.0-befff95a (elastic#1929) chore: properly evaluate how tests are skipped on CI when checking modified files (elastic#1924) bump stack version 8.1.0-60bffc32 (elastic#1921) ...
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
backport-v7.16.0
Automated backport with mergify
backport-v7.17.0
Automated backport with mergify
backport-v8.0.0
Automated backport with mergify
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 separates the configuration of the files and the start of the stack into two Ansible task
Why is it important?
We are seeing the following error:
CI Build: https://beats-ci.elastic.co/blue/organizations/jenkins/e2e-tests%2Fe2e-testing-mbp/detail/PR-2043/1/pipeline/
Even though the error relates to sed, I was able to SSH into the running machine and checked that the kibana config file was indeed modified:
So I'd like to separate the configuration of the files and the start into two separate Ansible tasks, to better troubleshoot the issue.
Checklist
make unit-test
), and they are passing locallymake notice
in the proper directory)Related issues