Compare commits

...

2 Commits

Author SHA1 Message Date
Naren 0a61271e46 debug: disable all tests but mongo and file 2021-10-22 11:52:39 -07:00
Naren 8740417f59 improvement: update arsenal version 2021-10-22 11:09:08 -07:00
3 changed files with 8 additions and 8 deletions

View File

@ -170,11 +170,11 @@ stages:
- docker-build - docker-build
- linting-coverage - linting-coverage
- file-ft-tests - file-ft-tests
- multiple-backend-test # - multiple-backend-test
- mongo-ft-tests - mongo-ft-tests
- ceph-backend-tests # - ceph-backend-tests
- kmip-ft-tests # - kmip-ft-tests
- utapi-v2-tests # - utapi-v2-tests
waitForFinish: true waitForFinish: true
haltOnFailure: true haltOnFailure: true

View File

@ -20,7 +20,7 @@
"homepage": "https://github.com/scality/S3#readme", "homepage": "https://github.com/scality/S3#readme",
"dependencies": { "dependencies": {
"@hapi/joi": "^17.1.0", "@hapi/joi": "^17.1.0",
"arsenal": "github:scality/Arsenal#8.1.6", "arsenal": "github:scality/Arsenal#3205ecf8c72cc25e015dc6f2cd3d3f56917f6b23",
"async": "~2.5.0", "async": "~2.5.0",
"aws-sdk": "2.905.0", "aws-sdk": "2.905.0",
"azure-storage": "^2.1.0", "azure-storage": "^2.1.0",

View File

@ -675,9 +675,9 @@ arraybuffer.slice@~0.0.7:
resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675" resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675"
integrity sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog== integrity sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==
"arsenal@github:scality/Arsenal#8.1.6": "arsenal@github:scality/Arsenal#3205ecf8c72cc25e015dc6f2cd3d3f56917f6b23":
version "8.1.6" version "8.1.5"
resolved "https://codeload.github.com/scality/Arsenal/tar.gz/413f0c9433508394765e2ff5bff55eb7603b3b13" resolved "https://codeload.github.com/scality/Arsenal/tar.gz/3205ecf8c72cc25e015dc6f2cd3d3f56917f6b23"
dependencies: dependencies:
"@hapi/joi" "^15.1.0" "@hapi/joi" "^15.1.0"
JSONStream "^1.0.0" JSONStream "^1.0.0"