run backwards compat tests with cockroachdb

Change-Id: I1de9a6e6e0681825a5d021e168f3a116591d28c2
This commit is contained in:
Jessica Grebenschikov 2020-01-21 07:42:49 -08:00
parent d289cdc6e4
commit c353e8b108

View File

@ -129,6 +129,21 @@ pipeline {
}
}
stage('Cockroach Backwards Compatibility') {
environment {
STORJ_NETWORK_HOST4 = '127.0.0.5'
STORJ_NETWORK_HOST6 = '127.0.0.5'
STORJ_SIM_POSTGRES = 'cockroach://root@localhost:26257/testcockroach5?sslmode=disable'
}
steps {
sh 'cockroach sql --insecure --host=localhost:26257 -e \'create database testcockroach5;\''
sh 'make test-sim-backwards-compatible'
}
}
stage('Build [gomobile]') {
steps {
// just to verify its building with recent changes