File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pipeline {
7
7
nodeSelector ' srcd.host/type=jenkins-worker'
8
8
containerTemplate {
9
9
name ' regression-gitbase'
10
- image ' srcd/regression-gitbase:v0.3.1 '
10
+ image ' srcd/regression-gitbase:v0.3.3 '
11
11
ttyEnabled true
12
12
command ' cat'
13
13
}
@@ -23,12 +23,18 @@ pipeline {
23
23
}
24
24
triggers { pollSCM(' 0 0,12 * * *' ) }
25
25
stages {
26
- stage(' Run' ) {
26
+ stage(' Run performance tests ' ) {
27
27
when { branch ' master' }
28
28
steps {
29
29
sh ' /bin/regression --complexity=2 --csv --prom local:HEAD'
30
30
}
31
31
}
32
+ stage(' Run bblfsh mockup tests' ) {
33
+ when { branch ' master' }
34
+ steps {
35
+ sh ' /bin/regression-bblfsh-mockups local:HEAD'
36
+ }
37
+ }
32
38
stage(' PR-run' ) {
33
39
when { changeRequest target : ' master' }
34
40
steps {
You can’t perform that action at this time.
0 commit comments