Skip to content

Commit

Permalink
patch_xss: set oC10API tests debug mode to true in drone
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoguita committed Oct 7, 2022
1 parent ff4312e commit f463253
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ def virtualViews():
"make test-acceptance-api",
],
"environment": {
"SHOW_OC_LOGS": "true",
"PATH_TO_CORE": "/drone/src/tmp/testrunner",
"TEST_SERVER_URL": "http://revad-services:20180",
"OCIS_REVA_DATA_ROOT": "/drone/src/tmp/reva/data/",
Expand Down Expand Up @@ -803,6 +804,7 @@ def ocisIntegrationTests(parallelRuns, skipExceptParts = []):
"make test-acceptance-api",
],
"environment": {
"SHOW_OC_LOGS": "true",
"TEST_SERVER_URL": "http://revad-services:20080",
"OCIS_REVA_DATA_ROOT": "/drone/src/tmp/reva/data/",
"DELETE_USER_DATA_CMD": "rm -rf /drone/src/tmp/reva/data/nodes/root/* /drone/src/tmp/reva/data/nodes/*-*-*-* /drone/src/tmp/reva/data/blobs/*",
Expand Down Expand Up @@ -880,6 +882,7 @@ def s3ngIntegrationTests(parallelRuns, skipExceptParts = []):
"make test-acceptance-api",
],
"environment": {
"SHOW_OC_LOGS": "true",
"TEST_SERVER_URL": "http://revad-services:20080",
"OCIS_REVA_DATA_ROOT": "/drone/src/tmp/reva/data/",
"DELETE_USER_DATA_CMD": "rm -rf /drone/src/tmp/reva/data/nodes/root/* /drone/src/tmp/reva/data/nodes/*-*-*-* /drone/src/tmp/reva/data/blobs/*",
Expand Down

0 comments on commit f463253

Please sign in to comment.