mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
1a74022b02
commit
7e096a0a79
7 changed files with 7 additions and 9 deletions
|
@ -5,7 +5,7 @@ set -euo pipefail
|
|||
source .buildkite/scripts/common/util.sh
|
||||
|
||||
echo "--- yarn install and bootstrap"
|
||||
yarn kbn bootstrap --verbose
|
||||
yarn kbn bootstrap
|
||||
|
||||
###
|
||||
### upload ts-refs-cache artifacts as quickly as possible so they are available for download
|
||||
|
|
|
@ -18,8 +18,7 @@ node scripts/build_kibana_platform_plugins \
|
|||
--scan-dir "$XPACK_DIR/test/licensing_plugin/plugins" \
|
||||
--scan-dir "$XPACK_DIR/test/usage_collection/plugins" \
|
||||
--scan-dir "$XPACK_DIR/test/security_functional/fixtures/common" \
|
||||
--scan-dir "$XPACK_DIR/examples" \
|
||||
--verbose
|
||||
--scan-dir "$XPACK_DIR/examples"
|
||||
|
||||
echo "--- Archive built plugins"
|
||||
shopt -s globstar
|
||||
|
|
|
@ -7,7 +7,7 @@ If you want, you can still manually install the pre-commit hook locally by runni
|
|||
!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
"
|
||||
|
||||
node scripts/precommit_hook.js --ref HEAD~1..HEAD --max-files 200 --verbose
|
||||
node scripts/precommit_hook.js --ref HEAD~1..HEAD --max-files 200
|
||||
}
|
||||
|
||||
run_quick_commit_checks
|
||||
|
|
|
@ -24,4 +24,4 @@ source test/scripts/jenkins_test_setup.sh
|
|||
./test/scripts/checks/plugins_with_circular_deps.sh
|
||||
./test/scripts/checks/verify_notice.sh
|
||||
./test/scripts/checks/test_projects.sh
|
||||
./test/scripts/checks/test_hardening.sh
|
||||
./test/scripts/checks/test_hardening.sh
|
||||
|
|
|
@ -15,5 +15,4 @@ node scripts/build_kibana_platform_plugins \
|
|||
--scan-dir "$XPACK_DIR/test/security_functional/fixtures/common" \
|
||||
--scan-dir "$KIBANA_DIR/examples" \
|
||||
--scan-dir "$XPACK_DIR/examples" \
|
||||
--workers 12 \
|
||||
--verbose
|
||||
--workers 12
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
source src/dev/ci_setup/setup_env.sh
|
||||
|
||||
checks-reporter-with-killswitch "Jest Integration Tests" \
|
||||
node scripts/jest_integration --ci --verbose
|
||||
node scripts/jest_integration --ci
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
source src/dev/ci_setup/setup_env.sh
|
||||
|
||||
checks-reporter-with-killswitch "Jest Unit Tests" \
|
||||
node scripts/jest --ci --verbose --maxWorkers=6
|
||||
node scripts/jest --ci --maxWorkers=6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue