Run tests against an actual Kibana build (#11237) (#13490)

* build before running selenium

* change directory into built snapshot

* WIP: what is in the build dir

* WIP: skip unit tests

* run selenium on build

* [functional tests on build] Derive version

* [functional tests on build] Missing folder name prefix

* WIP: debug on ubuntu VM

* WIP: double kibana stabilize timeout

* WIP: remove ubuntu VM debug change

* WIP: add logs for docParams

* WIP: add logs for es

* build release version without -SNAPSHOT-

* [functional test release] Cleanup
This commit is contained in:
Court Ewing 2017-08-23 08:55:23 -04:00 committed by GitHub
parent 5abec4bc2d
commit 6f17475ebc
2 changed files with 3 additions and 1 deletions

View file

@ -39,7 +39,7 @@ module.exports = function (grunt) {
'jenkins:env',
'rejectRejFiles',
'test:ui'
'test:uiRelease'
]);
};

View file

@ -3,4 +3,6 @@
set -e
source "$(dirname $0)/_jenkins_setup.sh"
"$(npm bin)/grunt" build --release;
xvfb-run "$(npm bin)/grunt" jenkins:selenium;