You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
pipeline:
|
|
test-pylint:
|
|
group: test
|
|
image: pipelinecomponents/pylint
|
|
commands:
|
|
- pylint check_ceph_usage
|
|
|
|
test-flake8:
|
|
group: test
|
|
image: pipelinecomponents/flake8
|
|
commands:
|
|
- flake8 check_ceph_usage
|