mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[CI] Fix xpack kibana build dir in xpack visual regression script
This commit is contained in:
parent
b7a8a4a54a
commit
ea4d36f713
1 changed files with 4 additions and 4 deletions
|
@ -7,19 +7,19 @@ echo " -> building and extracting default Kibana distributable"
|
|||
cd "$KIBANA_DIR"
|
||||
node scripts/build --debug --no-oss
|
||||
linuxBuild="$(find "$KIBANA_DIR/target" -name 'kibana-*-linux-x86_64.tar.gz')"
|
||||
installDir="$PARENT_DIR/install/kibana"
|
||||
installDir="$KIBANA_DIR/install/kibana"
|
||||
mkdir -p "$installDir"
|
||||
tar -xzf "$linuxBuild" -C "$installDir" --strip=1
|
||||
|
||||
mkdir -p "$WORKSPACE/kibana-build-xpack"
|
||||
cp -pR install/kibana/. $WORKSPACE/kibana-build-xpack/
|
||||
|
||||
# cd "$KIBANA_DIR"
|
||||
# source "test/scripts/jenkins_xpack_page_load_metrics.sh"
|
||||
|
||||
cd "$KIBANA_DIR"
|
||||
source "test/scripts/jenkins_xpack_saved_objects_field_metrics.sh"
|
||||
|
||||
cd "$KIBANA_DIR"
|
||||
source "test/scripts/jenkins_xpack_saved_objects_field_metrics.sh"
|
||||
|
||||
echo " -> running visual regression tests from x-pack directory"
|
||||
cd "$XPACK_DIR"
|
||||
yarn percy exec -t 10000 -- -- \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue