fix ci workflow
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/pr/tests Pipeline was successful
ci/woodpecker/pr/test_docker Pipeline was successful
ci/woodpecker/pr/test_release Pipeline was successful

This commit is contained in:
Ivan Schaller 2022-06-26 17:56:48 +02:00
parent c3452e65d6
commit dafe0ea6ef
2 changed files with 7 additions and 0 deletions

View file

@ -55,4 +55,7 @@ pipeline:
image: cr.44net.ch/ci-plugins/multipy:1-linux-arm64 image: cr.44net.ch/ci-plugins/multipy:1-linux-arm64
pull: true pull: true
commands: commands:
- grep -v img2pdf contrib/requirements_dev.txt > contrib/requirements_dev_arm64.txt
- rm -f contrib/requirements_dev.txt
- mv contrib/requirements_dev_arm64.txt contrib/requirements_dev.txt
- tox - tox

View file

@ -40,6 +40,8 @@ pipeline:
# test code with different python versions # test code with different python versions
test-tox-pytest: test-tox-pytest:
when:
event: [ push ]
image: cr.44net.ch/ci-plugins/multipy:1-linux-amd64 image: cr.44net.ch/ci-plugins/multipy:1-linux-amd64
pull: true pull: true
commands: commands:
@ -49,6 +51,7 @@ pipeline:
test-tox-coverage: test-tox-coverage:
when: when:
branch: master branch: master
event: [ pull_request ]
image: cr.44net.ch/ci-plugins/multipy:1-linux-amd64 image: cr.44net.ch/ci-plugins/multipy:1-linux-amd64
pull: true pull: true
commands: commands:
@ -58,6 +61,7 @@ pipeline:
sonarqube-analysis: sonarqube-analysis:
when: when:
branch: master branch: master
event: [ pull_request ]
image: cr.44net.ch/ci-plugins/sonar-scanner image: cr.44net.ch/ci-plugins/sonar-scanner
pull: true pull: true
settings: settings: