Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests-only] [full-ci] bump ocis commit id #5181

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The version of OCIS to use in pipelines that test against OCIS
OCIS_COMMITID=202c6ce4faa2188dbe9c2064b0bd4ef376fa6c78
OCIS_COMMITID=b696bf50d71b9931be8790c24cdc787ce71a3d03
OCIS_BRANCH=master

# The test runner source for API tests
Expand Down
3 changes: 3 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,9 @@ def acceptance(ctx):
for item in default:
params[item] = matrix[item] if item in matrix else default[item]

if ("full-ci" in ctx.build.title.lower()):
params["earlyFail"] = False

for server in params["servers"]:
for browser in params["browsers"]:
for db in params["databases"]:
Expand Down