Skip to content

Commit

Permalink
update drone config to run specific parts
Browse files Browse the repository at this point in the history
Signed-off-by: prashant-gurung899 <[email protected]>
  • Loading branch information
prashant-gurung899 committed Dec 31, 2024
1 parent 63047f7 commit e6456c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def main(ctx):
cs3ApiValidatorS3NG(),
# virtual views don't work on edge at the moment
#virtualViews(),
] + ocisIntegrationTests(6) + s3ngIntegrationTests(12) + posixfsIntegrationTests(6)
] + ocisIntegrationTests(4) + s3ngIntegrationTests(6) + posixfsIntegrationTests(4)

def coverage():
return {
Expand Down

0 comments on commit e6456c0

Please sign in to comment.