Commit Graph

4 Commits (21800e9fccfdaee73aaf23de77e1610e1ddd5f2d)

Author SHA1 Message Date
Alexey Vanin 9ffa0d8fea [#171] Remove unit tests from pipeline
ci/woodpecker/push/pre-commit Pipeline was successful Details
Unit tests are included as pre-commit hook. They are
triggered by the change of .go files.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-03-24 10:50:11 +03:00
Stanislav Bogatyrev f111704ceb [#158] Fix gitlint run in pre-commit under CI
ci/woodpecker/push/pre-commit Pipeline was successful Details
Wrong stage was used.
It still may run gitlint against only latest commit in PR.

Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
2023-03-22 08:58:34 +00:00
Stanislav Bogatyrev 9aeea0b974 [#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>
2023-03-21 09:33:45 +00:00
Stanislav Bogatyrev 573d920821 [#149] Use custom image and kludges for node
Until #139 is fixed, we can't use root inside Docker container running
CI, but Woodpecker CI can't run non-root containers until they fix
https://github.com/woodpecker-ci/woodpecker/issues/1077, hence we use
temporary kludges with custom image and manual permissions in pipelines.

Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
2023-03-20 18:37:37 +03:00