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 {
77 nodeSelector ' srcd.host/type=jenkins-worker'
88 containerTemplate {
99 name ' regression-gitbase'
10- image ' srcd/regression-gitbase:v0.2 .1'
10+ image ' srcd/regression-gitbase:v0.3 .1'
1111 ttyEnabled true
1212 command ' cat'
1313 }
@@ -17,13 +17,16 @@ pipeline {
1717 GOPATH = " /go"
1818 GO_IMPORT_PATH = " github.com/src-d/regression-gibase"
1919 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"
2023 }
2124 triggers { pollSCM(' 0 0,12 * * *' ) }
2225 stages {
2326 stage(' Run' ) {
2427 when { branch ' master' }
2528 steps {
26- sh ' /bin/regression --complexity=2 --csv local:HEAD'
29+ sh ' /bin/regression --complexity=2 --csv --prom local:HEAD'
2730 }
2831 }
2932 stage(' PR-run' ) {
You can’t perform that action at this time.
0 commit comments