Skip to content

Commit

Permalink
DO NOT MERGE: Increase loglevel for localAPI test debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rhafer committed May 2, 2022
1 parent 469fc3d commit 1d19951
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ config = {
"ocis",
],
"cs3ApiTests": {
"skip": False,
"skip": True,
"earlyFail": True,
},
"localApiTests": {
Expand All @@ -70,13 +70,13 @@ config = {
},
"apiTests": {
"numberOfParts": 10,
"skip": False,
"skip": True,
"skipExceptParts": [],
"earlyFail": True,
},
"uiTests": {
"filterTags": "@ocisSmokeTest",
"skip": False,
"skip": True,
"skipExceptParts": [],
"earlyFail": True,
},
Expand Down Expand Up @@ -637,7 +637,7 @@ def apiTests(ctx):
def uiTests(ctx):
default = {
"filterTags": "",
"skip": False,
"skip": True,
"earlyFail": False,
# only used if 'full-ci' is in build title or if run by cron
"numberOfParts": 20,
Expand Down Expand Up @@ -1710,7 +1710,7 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on =
"PROXY_ENABLE_BASIC_AUTH": True,
"WEB_UI_CONFIG": "/drone/src/tests/config/drone/ocis-config.json",
"IDP_IDENTIFIER_REGISTRATION_CONF": "/drone/src/tests/config/drone/identifier-registration.yml",
"OCIS_LOG_LEVEL": "error",
"OCIS_LOG_LEVEL": "debug",
"SETTINGS_DATA_PATH": "/srv/app/tmp/ocis/settings",
"IDM_CREATE_DEMO_USERS": True,
"IDM_ADMIN_PASSWORD": "admin", # override the random admin password from `ocis init`
Expand Down

0 comments on commit 1d19951

Please sign in to comment.