add sqlite skip
ci/woodpecker/push/compliance-and-tests Pipeline is pending Details
ci/woodpecker/push/release-version Pipeline is pending Details

ci-optimization
gapodo 2022-12-04 19:23:39 +01:00
parent 85f0397d97
commit 9e7bf45d42
1 changed files with 2 additions and 0 deletions

View File

@ -101,3 +101,5 @@ pipeline:
- TEST_TAGS=bindata gogit sqlite sqlite_unlock_notify
commands:
- su gitea -c 'timeout -s ABRT 120m make test-sqlite-migration test-sqlite'
when:
- evaluate: 'not (CI_COMMIT_MESSAGE contains "[SKIP SQLITE TEST]")'