testing parallel pipeline
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
07fc6e86e0
commit
63f60248b3
10
.drone.yml
10
.drone.yml
|
|
@ -3,20 +3,20 @@ name: default
|
||||||
type: docker
|
type: docker
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
setup:
|
unittest:
|
||||||
image: python
|
image: python
|
||||||
|
group: test
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements_test.txt
|
- pip install -r requirements_test.txt
|
||||||
- ./scripts/CI/setup.sh
|
- ./scripts/CI/setup.sh
|
||||||
|
|
||||||
unittest:
|
|
||||||
image: python
|
|
||||||
commands:
|
|
||||||
- ./scripts/CI/test.sh
|
- ./scripts/CI/test.sh
|
||||||
|
|
||||||
static analysis:
|
static analysis:
|
||||||
image: python
|
image: python
|
||||||
|
group: test
|
||||||
commands:
|
commands:
|
||||||
|
- pip install -r requirements_test.txt
|
||||||
|
- ./scripts/CI/setup.sh
|
||||||
- ./scripts/CI/lint.sh
|
- ./scripts/CI/lint.sh
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue