From 8f51488c651a19ce5115315819d3ecb8b61c66d4 Mon Sep 17 00:00:00 2001 From: "sagargurung1001@gmail.com" Date: Tue, 18 Apr 2023 09:16:48 +0545 Subject: [PATCH] run only 10 and 11 --- .drone.env | 2 +- .drone.star | 3 +-- tests/ocis | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.env b/.drone.env index 639c9b5be47..3fbad3b6aa8 100644 --- a/.drone.env +++ b/.drone.env @@ -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 diff --git a/.drone.star b/.drone.star index c55ea1327e4..94b8184df4d 100644 --- a/.drone.star +++ b/.drone.star @@ -64,7 +64,6 @@ def cephService(): def main(ctx): return [ checkStarlark(), - ocisIntegrationTest(), ] + s3ngIntegrationTests() def ocisIntegrationTest(): @@ -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( diff --git a/tests/ocis b/tests/ocis index 754cc767a54..afb198a8878 160000 --- a/tests/ocis +++ b/tests/ocis @@ -1 +1 @@ -Subproject commit 754cc767a5427525a8b5a6ce0c2e67aa240fe50d +Subproject commit afb198a887868fec16be10fac3ca864d0e41c11e