mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
This reverts commit e46a74f7
Co-authored-by: Pierre Gayvallet <pierre.gayvallet@gmail.com>
This commit is contained in:
parent
9e5b4bffa2
commit
3d8702f87f
3 changed files with 0 additions and 5 deletions
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue