Skip to content

Commit

Permalink
Debug webUI upload fail on ocis
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarGi committed Sep 30, 2022
1 parent ef70d74 commit f467f33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .drone.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ CORE_COMMITID=3027b2b8288211d3226ec03f308ff80b9322b10a
CORE_BRANCH=master

# The test runner source for UI tests
WEB_COMMITID=283eb8eebcfbcdce76198f76d465c73e3094ba8b
WEB_BRANCH=master
WEB_COMMITID=1b62896101aea14a477000418ec7402a4fab4afd
WEB_BRANCH=branchForDebug
12 changes: 6 additions & 6 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -92,31 +92,31 @@ config = {
"ocis",
],
"cs3ApiTests": {
"skip": False,
"skip": True,
"earlyFail": True,
},
"localApiTests": {
"skip": False,
"skip": True,
"earlyFail": True,
},
"apiTests": {
"numberOfParts": 10,
"skip": False,
"skip": True,
"skipExceptParts": [],
"earlyFail": True,
},
"uiTests": {
"filterTags": "@ocisSmokeTest",
"skip": False,
"skipExceptParts": [],
"skipExceptParts": [19],
"earlyFail": True,
},
"e2eTests": {
"skip": False,
"skip": True,
"earlyFail": True,
},
"settingsUITests": {
"skip": False,
"skip": True,
"earlyFail": True,
},
"parallelApiTests": {
Expand Down

0 comments on commit f467f33

Please sign in to comment.