Option to run kibana from build for CI#19125
Merged
rhoboat merged 1 commit intoelastic:masterfrom May 18, 2018
rhoboat:xpack-ci-build-kibana
Merged
Option to run kibana from build for CI#19125rhoboat merged 1 commit intoelastic:masterfrom rhoboat:xpack-ci-build-kibana
rhoboat merged 1 commit intoelastic:masterfrom
rhoboat:xpack-ci-build-kibana
Conversation
Contributor
💔 Build Failed |
Contributor
💚 Build Succeeded |
Contributor
💔 Build Failed |
Contributor
💚 Build Succeeded |
Author
|
Huzzah! Looks like it's working. |
rhoboat
commented
May 17, 2018
test/common/config.js
Outdated
Author
There was a problem hiding this comment.
Just had to reogranize what's provided by common config.
rhoboat
commented
May 17, 2018
Author
There was a problem hiding this comment.
Here's where we collect the right CLI args based on whether installDir was passed (based --kibana-install-dir)
13 tasks
Contributor
💚 Build Succeeded |
Author
|
jenkins test this |
Contributor
💚 Build Succeeded |
Author
|
Much better! |
rhoboat
pushed a commit
that referenced
this pull request
May 18, 2018
rhoboat
pushed a commit
that referenced
this pull request
May 18, 2018
rhoboat
pushed a commit
that referenced
this pull request
May 21, 2018
This was referenced May 21, 2018
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
@spalger pointed out that the code for running kibana from an installation (build) for x-pack tests was bumped out with #18568 merging with opening-xpack.
These files show the flow that we used to run from build:
kibana/x-pack/dev-tools/functional_tests/lib/run_kibana_server.js
Lines 36 to 42 in 2f0b420
kibana/x-pack/dev-tools/functional_tests/tasks.js
Lines 46 to 49 in 2f0b420
kibana/test/scripts/jenkins_xpack.sh
Lines 29 to 47 in 2f0b420
This PR integrates that with the new setup.
Also addresses and fixes #19181, making sure to run
node scripts/functional_tests_serverwith the--devflag, to watch for code changes and restart Kibana.