ci: increase log level for poetry install steps

This commit is contained in:
Robert Kaussow 2021-02-18 11:18:30 +01:00
parent 283c3edc3d
commit d57fe8df42
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 12 additions and 12 deletions

View File

@ -6,7 +6,7 @@ local PythonVersion(pyversion='3.6') = {
}, },
commands: [ commands: [
'pip install poetry poetry-dynamic-versioning -qq', 'pip install poetry poetry-dynamic-versioning -qq',
'poetry install -q -E ansible-base', 'poetry install -E ansible-base',
'poetry run pytest', 'poetry run pytest',
'poetry version', 'poetry version',
'poetry run ansible-later --help', 'poetry run ansible-later --help',
@ -33,7 +33,7 @@ local PipelineLint = {
commands: [ commands: [
'git fetch -tq', 'git fetch -tq',
'pip install poetry poetry-dynamic-versioning -qq', 'pip install poetry poetry-dynamic-versioning -qq',
'poetry install -q', 'poetry install',
'poetry run yapf -dr ./ansiblelater', 'poetry run yapf -dr ./ansiblelater',
], ],
}, },
@ -46,7 +46,7 @@ local PipelineLint = {
commands: [ commands: [
'git fetch -tq', 'git fetch -tq',
'pip install poetry poetry-dynamic-versioning -qq', 'pip install poetry poetry-dynamic-versioning -qq',
'poetry install -q -E ansible-base', 'poetry install -E ansible-base',
'poetry run flake8 ./ansiblelater', 'poetry run flake8 ./ansiblelater',
], ],
}, },
@ -119,7 +119,7 @@ local PipelineSecurity = {
commands: [ commands: [
'git fetch -tq', 'git fetch -tq',
'pip install poetry poetry-dynamic-versioning -qq', 'pip install poetry poetry-dynamic-versioning -qq',
'poetry install -q -E ansible-base', 'poetry install -E ansible-base',
'poetry run bandit -r ./ansiblelater -x ./ansiblelater/test', 'poetry run bandit -r ./ansiblelater -x ./ansiblelater/test',
], ],
}, },

View File

@ -12,7 +12,7 @@ steps:
commands: commands:
- git fetch -tq - git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq
- poetry install -q - poetry install
- poetry run yapf -dr ./ansiblelater - poetry run yapf -dr ./ansiblelater
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
@ -22,7 +22,7 @@ steps:
commands: commands:
- git fetch -tq - git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq
- poetry install -q -E ansible-base - poetry install -E ansible-base
- poetry run flake8 ./ansiblelater - poetry run flake8 ./ansiblelater
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
@ -51,7 +51,7 @@ steps:
image: python:3.6 image: python:3.6
commands: commands:
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq
- poetry install -q -E ansible-base - poetry install -E ansible-base
- poetry run pytest - poetry run pytest
- poetry version - poetry version
- poetry run ansible-later --help - poetry run ansible-later --help
@ -64,7 +64,7 @@ steps:
image: python:3.7 image: python:3.7
commands: commands:
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq
- poetry install -q -E ansible-base - poetry install -E ansible-base
- poetry run pytest - poetry run pytest
- poetry version - poetry version
- poetry run ansible-later --help - poetry run ansible-later --help
@ -77,7 +77,7 @@ steps:
image: python:3.8 image: python:3.8
commands: commands:
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq
- poetry install -q -E ansible-base - poetry install -E ansible-base
- poetry run pytest - poetry run pytest
- poetry version - poetry version
- poetry run ansible-later --help - poetry run ansible-later --help
@ -90,7 +90,7 @@ steps:
image: python:3.9 image: python:3.9
commands: commands:
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq
- poetry install -q -E ansible-base - poetry install -E ansible-base
- poetry run pytest - poetry run pytest
- poetry version - poetry version
- poetry run ansible-later --help - poetry run ansible-later --help
@ -137,7 +137,7 @@ steps:
commands: commands:
- git fetch -tq - git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq
- poetry install -q -E ansible-base - poetry install -E ansible-base
- poetry run bandit -r ./ansiblelater -x ./ansiblelater/test - poetry run bandit -r ./ansiblelater -x ./ansiblelater/test
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
@ -633,6 +633,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 115e84e28c15acf303b5c60c1cee4d57323a4a758f6994688f4df183e472822d hmac: a3c1fab4fd9b55b5c90d443ade4979500139863a28e417e679ef9157909217ce
... ...