[#153] ci: Minor pipeline fixes
ci/woodpecker/push/pre-commit Pipeline was successful Details

- We can skip full pre-commit run
- On a very slow agent golangci run may take up to 10 minutes

Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
pull/154/head
Stanislav Bogatyrev 2023-03-21 11:54:22 +03:00 committed by Gitea
parent 9a4f40626c
commit 9aeea0b974
2 changed files with 1 additions and 12 deletions

View File

@ -4,7 +4,7 @@
# options for analysis running
run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 5m
timeout: 10m
# include test files or not, default is true
tests: false

View File

@ -1,11 +0,0 @@
pipeline:
# Kludge for non-root containers under WoodPecker
fix-ownership:
image: alpine:latest
commands: chown -R 1234:1234 .
full-pre-commit:
image: git.frostfs.info/truecloudlab/frostfs-ci:v0.36
commands:
- export HOME="$(getent passwd $(id -u) | cut '-d:' -f6)"
- pre-commit run -a