File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-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.2 .1'
10
+ image ' srcd/regression-gitbase:v0.3 .1'
11
11
ttyEnabled true
12
12
command ' cat'
13
13
}
@@ -17,13 +17,16 @@ pipeline {
17
17
GOPATH = " /go"
18
18
GO_IMPORT_PATH = " github.com/src-d/regression-gibase"
19
19
GO_IMPORT_FULL_PATH = " ${ env.GOPATH} /src/${ env.GO_IMPORT_PATH} "
20
+ GO111MODULE = " on"
21
+ PROM_ADDRESS = " http://prom-pushgateway-prometheus-pushgateway.monitoring.svc.cluster.local:9091"
22
+ PROM_JOB = " gitbase_perfomance"
20
23
}
21
24
triggers { pollSCM(' 0 0,12 * * *' ) }
22
25
stages {
23
26
stage(' Run' ) {
24
27
when { branch ' master' }
25
28
steps {
26
- sh ' /bin/regression --complexity=2 --csv local:HEAD'
29
+ sh ' /bin/regression --complexity=2 --csv --prom local:HEAD'
27
30
}
28
31
}
29
32
stage(' PR-run' ) {
You can’t perform that action at this time.
0 commit comments