Skip to content

Commit 3d8702f

Browse files
Revert "[ci] skip building ts refs when not necessary (#95739)" (#95746) (#95749)
This reverts commit e46a74f Co-authored-by: Pierre Gayvallet <pierre.gayvallet@gmail.com>
1 parent 9e5b4bf commit 3d8702f

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

.ci/Jenkinsfile_baseline_capture

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ kibanaPipeline(timeoutMinutes: 210) {
2323
) {
2424
withGcpServiceAccount.fromVaultSecret('secret/kibana-issues/dev/ci-artifacts-key', 'value') {
2525
withEnv([
26-
'BUILD_TS_REFS_DISABLE=false', // disabled in root config so we need to override that here
2726
'BUILD_TS_REFS_CACHE_ENABLE=true',
2827
'BUILD_TS_REFS_CACHE_CAPTURE=true',
2928
'DISABLE_BOOTSTRAP_VALIDATION=true',

test/scripts/checks/type_check.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22

33
source src/dev/ci_setup/setup_env.sh
44

5-
checks-reporter-with-killswitch "Build TS Refs" \
6-
node scripts/build_ts_refs --ignore-type-failures --force
7-
85
checks-reporter-with-killswitch "Check Types" \
96
node scripts/type_check

vars/workers.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def base(Map params, Closure closure) {
101101
"TEST_BROWSER_HEADLESS=1",
102102
"GIT_BRANCH=${checkoutInfo.branch}",
103103
"TMPDIR=${env.WORKSPACE}/tmp", // For Chrome and anything else that respects it
104-
"BUILD_TS_REFS_DISABLE=true", // no need to build ts refs in bootstrap
105104
]) {
106105
withCredentials([
107106
string(credentialsId: 'vault-addr', variable: 'VAULT_ADDR'),

0 commit comments

Comments
 (0)