Skip to content

Commit

Permalink
run only 10 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarGi committed Apr 18, 2023
1 parent 2d764e6 commit 8f51488
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The test runner source for API tests
APITESTS_COMMITID=754cc767a5427525a8b5a6ce0c2e67aa240fe50d
APITESTS_COMMITID=120887abcc00b99aa2ebc647215e7f32965dfe67
APITESTS_BRANCH=master
APITESTS_REPO_GIT_URL=https://github.com/owncloud/ocis.git
3 changes: 1 addition & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def cephService():
def main(ctx):
return [
checkStarlark(),
ocisIntegrationTest(),
] + s3ngIntegrationTests()

def ocisIntegrationTest():
Expand Down Expand Up @@ -135,7 +134,7 @@ def s3ngIntegrationTests():
parallelRuns = 12
pipelines = []
for runPart in range(1, parallelRuns + 1):
if runPart in [9]:
if runPart in [1, 2, 3, 4, 5, 6, 7, 8, 9, 12]:
continue

pipelines.append(
Expand Down
2 changes: 1 addition & 1 deletion tests/ocis
Submodule ocis updated from 754cc7 to afb198

0 comments on commit 8f51488

Please sign in to comment.