Revert "[ci] skip building ts refs when not necessary (#95739)" (#95746) (#95749)

This reverts commit e46a74f7

Co-authored-by: Pierre Gayvallet <pierre.gayvallet@gmail.com>
This commit is contained in:
Kibana Machine 2021-03-30 05:04:11 -04:00 committed by GitHub
parent 9e5b4bffa2
commit 3d8702f87f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 5 deletions

View file

@ -23,7 +23,6 @@ kibanaPipeline(timeoutMinutes: 210) {
) {
withGcpServiceAccount.fromVaultSecret('secret/kibana-issues/dev/ci-artifacts-key', 'value') {
withEnv([
'BUILD_TS_REFS_DISABLE=false', // disabled in root config so we need to override that here
'BUILD_TS_REFS_CACHE_ENABLE=true',
'BUILD_TS_REFS_CACHE_CAPTURE=true',
'DISABLE_BOOTSTRAP_VALIDATION=true',

View file

@ -2,8 +2,5 @@
source src/dev/ci_setup/setup_env.sh
checks-reporter-with-killswitch "Build TS Refs" \
node scripts/build_ts_refs --ignore-type-failures --force
checks-reporter-with-killswitch "Check Types" \
node scripts/type_check

View file

@ -101,7 +101,6 @@ def base(Map params, Closure closure) {
"TEST_BROWSER_HEADLESS=1",
"GIT_BRANCH=${checkoutInfo.branch}",
"TMPDIR=${env.WORKSPACE}/tmp", // For Chrome and anything else that respects it
"BUILD_TS_REFS_DISABLE=true", // no need to build ts refs in bootstrap
]) {
withCredentials([
string(credentialsId: 'vault-addr', variable: 'VAULT_ADDR'),