We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359e5c0 commit 36cd65aCopy full SHA for 36cd65a
1 file changed
.ci/Jenkinsfile_coverage
@@ -3,10 +3,6 @@
3
library 'kibana-pipeline-library'
4
kibanaLibrary.load() // load from the Jenkins instance
5
6
-def testsLarge = 'debian-tests-l && oraclelinux-tests-l && ubuntu-tests-l && centos-tests-l'
7
-def testsExtraLarge = 'debian-tests-xl && oraclelinux-tests-xl && ubuntu-16-tests-xl && ubuntu-18-tests-xl && centos-tests-xl'
8
-def testsExtraExtraLarge = 'debian-tests-xxl && oraclelinux-tests-xxl && ubuntu-16-tests-xxl && ubuntu-18-tests-xxl && centos-tests-xxl'
9
-
10
kibanaPipeline(timeoutMinutes: 180) {
11
catchErrors {
12
withEnv([
0 commit comments