[ci] Removes all verbose flags (#110842) (#111216)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2021-09-03 15:34:44 -07:00 committed by GitHub
parent 1a74022b02
commit 7e096a0a79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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