Skip to content

Commit

Permalink
mod: bump gateway dependency to disable multi-part validation
Browse files Browse the repository at this point in the history
Change-Id: Id518473e276d1c9ee63f32bde76b69b0e9c2ec1e
  • Loading branch information
halkyon committed Oct 4, 2021
1 parent 99a0464 commit 93ab6ac
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
11 changes: 7 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ timeout(time: 26, unit: 'MINUTES') {
}
}

mintTests = ['aws-sdk-go', 'aws-sdk-java', 'awscli', 'minio-go', 's3cmd']
// todo: aws-sdk-go test is disabled as the tests fail with multi-part validation disabled.
mintTests = ['aws-sdk-java', 'awscli', 'minio-go', 's3cmd']
mintTests.each { test ->
branchedStages["Mint $test"] = {
stage("Mint $test") {
Expand All @@ -220,9 +221,11 @@ timeout(time: 26, unit: 'MINUTES') {
// with other tests that run in parallel.
//
// TODO: run each Mint test with different credentials.
stage('Integration Mint/PHP') {
sh "docker run --rm -e SERVER_ENDPOINT=mintsetup:7777 -e ACCESS_KEY=\${ACCESS_KEY_ID} -e SECRET_KEY=\${SECRET_KEY} -e ENABLE_HTTPS=0 --network minttest-gateway-mt-\${BUILD_NUMBER} --name mint-aws-sdk-php-\$BUILD_NUMBER storjlabs/gateway-mint:latest aws-sdk-php"
}

// todo: aws-sdk-php test is disabled as the tests fail with multi-part validation disabled.
// stage('Integration Mint/PHP') {
// sh "docker run --rm -e SERVER_ENDPOINT=mintsetup:7777 -e ACCESS_KEY=\${ACCESS_KEY_ID} -e SECRET_KEY=\${SECRET_KEY} -e ENABLE_HTTPS=0 --network minttest-gateway-mt-\${BUILD_NUMBER} --name mint-aws-sdk-php-\$BUILD_NUMBER storjlabs/gateway-mint:latest aws-sdk-php"
// }
stage('Integration Mint/Ruby') {
sh "docker run --rm -e SERVER_ENDPOINT=mintsetup:7777 -e ACCESS_KEY=\${ACCESS_KEY_ID} -e SECRET_KEY=\${SECRET_KEY} -e ENABLE_HTTPS=0 --network minttest-gateway-mt-\${BUILD_NUMBER} --name mint-aws-sdk-ruby-\$BUILD_NUMBER storjlabs/gateway-mint:latest aws-sdk-ruby"
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
storj.io/common v0.0.0-20210916151047-6aaeb34bb916
storj.io/dotworld v0.0.0-20210324183515-0d11aeccd840
storj.io/drpc v0.0.26
storj.io/gateway v1.2.1-0.20210923150841-0591ece4ac73
storj.io/gateway v1.3.1-0.20211003223318-bdc1165baf61
storj.io/private v0.0.0-20210810102517-434aeab3f17d
storj.io/uplink v1.6.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1309,8 +1309,8 @@ storj.io/drpc v0.0.11/go.mod h1:TiFc2obNjL9/3isMW1Rpxjy8V9uE0B2HMeMFGiiI7Iw=
storj.io/drpc v0.0.24/go.mod h1:ofQUDPQbbIymRDKE0tms48k8bLP5Y+dsI9CbXGv3gko=
storj.io/drpc v0.0.26 h1:T6jJzjby7QUa/2XHR1qMxTCENpDHEw4/o+kfDfZQqQI=
storj.io/drpc v0.0.26/go.mod h1:ofQUDPQbbIymRDKE0tms48k8bLP5Y+dsI9CbXGv3gko=
storj.io/gateway v1.2.1-0.20210923150841-0591ece4ac73 h1:W3NLe0AJE5FfNIXvEtx2pTsIs1StpwlHJET5GopOjqk=
storj.io/gateway v1.2.1-0.20210923150841-0591ece4ac73/go.mod h1:3dFZ1Xt45QD9gmDdyibvj1iCOFuaWqcyOdqP8JLHaSI=
storj.io/gateway v1.3.1-0.20211003223318-bdc1165baf61 h1:fWeWNCCrA6lGRFEXi9P88S8hjcnhRtDpP+1GXqewdyA=
storj.io/gateway v1.3.1-0.20211003223318-bdc1165baf61/go.mod h1:nfuSPCtd+6Nd1T20StYcTx8ZMIoBdthTHqbo7orhDVk=
storj.io/minio v0.0.0-20210914060719-27c1b4bf0b74 h1:NPp2LyZmjiu9V1bJw5mNiQRdT0R4vXd4cZBa8pN06GA=
storj.io/minio v0.0.0-20210914060719-27c1b4bf0b74/go.mod h1:d+D4kBy+2ZRTFwItga3T6BPlLWiWX9a7YO/u39RAXp0=
storj.io/monkit-jaeger v0.0.0-20210225162224-66fb37637bf6 h1:LTDmeZDrFWD9byqNOf/Bc1VmMNKvja/9Cs52d1V5aTk=
Expand Down
4 changes: 2 additions & 2 deletions testsuite/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1436,8 +1436,8 @@ storj.io/drpc v0.0.20/go.mod h1:eAxUDk8HWvGl9iqznpuphtZ+WIjIGPJFqNXuKHgRiMM=
storj.io/drpc v0.0.24/go.mod h1:ofQUDPQbbIymRDKE0tms48k8bLP5Y+dsI9CbXGv3gko=
storj.io/drpc v0.0.26 h1:T6jJzjby7QUa/2XHR1qMxTCENpDHEw4/o+kfDfZQqQI=
storj.io/drpc v0.0.26/go.mod h1:ofQUDPQbbIymRDKE0tms48k8bLP5Y+dsI9CbXGv3gko=
storj.io/gateway v1.2.1-0.20210923150841-0591ece4ac73 h1:W3NLe0AJE5FfNIXvEtx2pTsIs1StpwlHJET5GopOjqk=
storj.io/gateway v1.2.1-0.20210923150841-0591ece4ac73/go.mod h1:3dFZ1Xt45QD9gmDdyibvj1iCOFuaWqcyOdqP8JLHaSI=
storj.io/gateway v1.3.1-0.20211003223318-bdc1165baf61 h1:fWeWNCCrA6lGRFEXi9P88S8hjcnhRtDpP+1GXqewdyA=
storj.io/gateway v1.3.1-0.20211003223318-bdc1165baf61/go.mod h1:nfuSPCtd+6Nd1T20StYcTx8ZMIoBdthTHqbo7orhDVk=
storj.io/minio v0.0.0-20210914060719-27c1b4bf0b74 h1:NPp2LyZmjiu9V1bJw5mNiQRdT0R4vXd4cZBa8pN06GA=
storj.io/minio v0.0.0-20210914060719-27c1b4bf0b74/go.mod h1:d+D4kBy+2ZRTFwItga3T6BPlLWiWX9a7YO/u39RAXp0=
storj.io/monkit-jaeger v0.0.0-20210225162224-66fb37637bf6/go.mod h1:gj4vuCeyCRjRmH8LIrgoyU9Dc9uR6H+/GcDUXmTbf80=
Expand Down

0 comments on commit 93ab6ac

Please sign in to comment.