Skip to content

Commit

Permalink
WIP: Debug flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Nov 12, 2024
1 parent e77dd61 commit 5f1f62a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,7 @@ def main(ctx):
checkGoGenerate(),
coverage(),
buildOnly(),
testIntegration(),
litmusOcisOldWebdav(),
litmusOcisNewWebdav(),
litmusOcisSpacesDav(),
cs3ApiValidatorOcis(),
cs3ApiValidatorS3NG(),
# virtual views don't work on edge at the moment
#virtualViews(),
] + ocisIntegrationTests(6) + s3ngIntegrationTests(12) + posixfsIntegrationTests(6)
] + posixfsIntegrationTests(12)

def coverage():
return {
Expand Down Expand Up @@ -772,6 +764,7 @@ def posixfsIntegrationTests(parallelRuns, skipExceptParts = []):
"DIVIDE_INTO_NUM_PARTS": parallelRuns,
"RUN_PART": runPart,
"EXPECTED_FAILURES_FILE": "/drone/src/tests/acceptance/expected-failures-on-POSIX-storage.md",
"BEHAT_FEATURE": 'tests/acceptance/features/coreApiWebdavDelete/deleteFile.feature',
"ACCEPTANCE_TEST_TYPE": "core-api",
},
},
Expand All @@ -780,7 +773,6 @@ def posixfsIntegrationTests(parallelRuns, skipExceptParts = []):
redisService(),
ldapService(),
],
"depends_on": ["unit-test-coverage"],
},
)

Expand Down

0 comments on commit 5f1f62a

Please sign in to comment.