Skip to content

Commit

Permalink
[savedObjects field count] run in baseline job (#70999)
Browse files Browse the repository at this point in the history
Co-authored-by: spalger <[email protected]>
  • Loading branch information
Spencer and spalger authored Jul 7, 2020
1 parent 3f5ebdd commit 53ee7a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion test/scripts/jenkins_xpack_visual_regression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "$KIBANA_DIR/src/dev/ci_setup/setup_percy.sh"

echo " -> building and extracting default Kibana distributable"
cd "$KIBANA_DIR"
node scripts/build --debug --no-oss
node scripts/build --debug
linuxBuild="$(find "$KIBANA_DIR/target" -name 'kibana-*-linux-x86_64.tar.gz')"
installDir="$PARENT_DIR/install/kibana"
mkdir -p "$installDir"
Expand All @@ -21,3 +21,6 @@ yarn percy exec -t 10000 -- -- \

# cd "$KIBANA_DIR"
# source "test/scripts/jenkins_xpack_page_load_metrics.sh"

cd "$XPACK_DIR"
source "$KIBANA_DIR/test/scripts/jenkins_xpack_saved_objects_field_metrics.sh"
2 changes: 1 addition & 1 deletion vars/tasks.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def functionalXpack(Map params = [:]) {
firefox: true,
accessibility: true,
pluginFunctional: true,
savedObjectsFieldMetrics:true,
savedObjectsFieldMetrics: true,
pageLoadMetrics: false,
visualRegression: false,
]
Expand Down

0 comments on commit 53ee7a7

Please sign in to comment.