Skip to content

Commit

Permalink
Jenkinsfile.verify: remove gateway and storj-sim compilation
Browse files Browse the repository at this point in the history
We are not using those elements with this build.

Change-Id: I87a31d7ef463dac3962e30e4359ad3533eb020c5
  • Loading branch information
mniewrzal authored and Storj Robot committed Mar 18, 2024
1 parent 4bc324f commit fddfdd6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Jenkinsfile.verify
Expand Up @@ -56,22 +56,6 @@ pipeline {
steps {
// use go test to build all the packages, including tests
sh 'go test -v -p 16 -bench XYZXYZXYZXYZ -run XYZXYZXYZXYZ -race ./...'

// install storj-sim
sh 'go install -race -v storj.io/storj/cmd/satellite '+
'storj.io/storj/cmd/storagenode ' +
'storj.io/storj/cmd/storj-sim ' +
'storj.io/storj/cmd/versioncontrol ' +
'storj.io/storj/cmd/uplink ' +
'storj.io/storj/cmd/identity ' +
'storj.io/storj/cmd/certificates ' +
'storj.io/storj/cmd/multinode'
}
}
stage('go -race gateway') {
steps {
// install gateway for storj-sim
sh 'go install -race -v storj.io/gateway@latest'
}
}

Expand Down

0 comments on commit fddfdd6

Please sign in to comment.