mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* 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:
parent
5abec4bc2d
commit
6f17475ebc
2 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,7 @@ module.exports = function (grunt) {
|
|||
'jenkins:env',
|
||||
'rejectRejFiles',
|
||||
|
||||
'test:ui'
|
||||
'test:uiRelease'
|
||||
]);
|
||||
|
||||
};
|
||||
|
|
|
@ -3,4 +3,6 @@
|
|||
set -e
|
||||
source "$(dirname $0)/_jenkins_setup.sh"
|
||||
|
||||
"$(npm bin)/grunt" build --release;
|
||||
|
||||
xvfb-run "$(npm bin)/grunt" jenkins:selenium;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue