Skip to content

Commit 1b9ace5

Browse files
committed
Merge branch 'master' into log-config-keys
2 parents 33dcb23 + c1d1b2b commit 1b9ace5

1,052 files changed

Lines changed: 41013 additions & 18225 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.ci/Jenkinsfile_baseline_capture

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ kibanaPipeline(timeoutMinutes: 120) {
1212
]) {
1313
parallel([
1414
'oss-baseline': {
15-
workers.ci(name: 'oss-baseline', size: 'l', ramDisk: true, runErrorReporter: false) {
15+
workers.ci(name: 'oss-baseline', size: 'l', ramDisk: true, runErrorReporter: false, bootstrapped: false) {
16+
// bootstrap ourselves, but with the env needed to upload the ts refs cache
17+
withGcpServiceAccount.fromVaultSecret('secret/kibana-issues/dev/ci-artifacts-key', 'value') {
18+
withEnv([
19+
'BUILD_TS_REFS_CACHE_ENABLE=true',
20+
'BUILD_TS_REFS_CACHE_CAPTURE=true'
21+
]) {
22+
kibanaPipeline.doSetup()
23+
}
24+
}
25+
1626
kibanaPipeline.functionalTestProcess('oss-baseline', './test/scripts/jenkins_baseline.sh')()
1727
}
1828
},

0 commit comments

Comments
 (0)