Skip to content

Commit

Permalink
Revert "[savedObjects field count] run in baseline job (elastic#70999)"
Browse files Browse the repository at this point in the history
This reverts commit 53ee7a7.
  • Loading branch information
brianseeders committed Jul 9, 2020
1 parent 4228b50 commit 370c26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions 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
node scripts/build --debug --no-oss
linuxBuild="$(find "$KIBANA_DIR/target" -name 'kibana-*-linux-x86_64.tar.gz')"
installDir="$PARENT_DIR/install/kibana"
mkdir -p "$installDir"
Expand All @@ -21,6 +21,3 @@ 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 370c26b

Please sign in to comment.