mirror of https://github.com/nucypher/nucypher.git
Update CI config to reflect new CLI test file structure
parent
0da9d5cadd
commit
1cc1badc2d
|
@ -128,17 +128,6 @@ workflows:
|
||||||
- deployers
|
- deployers
|
||||||
- config
|
- config
|
||||||
- character
|
- character
|
||||||
- ursula_command:
|
|
||||||
context: "NuCypher Tests"
|
|
||||||
filters:
|
|
||||||
tags:
|
|
||||||
only: /.*/
|
|
||||||
requires:
|
|
||||||
- agents
|
|
||||||
- actors
|
|
||||||
- deployers
|
|
||||||
- config
|
|
||||||
- character
|
|
||||||
- heartbeat_demo:
|
- heartbeat_demo:
|
||||||
context: "NuCypher Tests"
|
context: "NuCypher Tests"
|
||||||
filters:
|
filters:
|
||||||
|
@ -146,7 +135,6 @@ workflows:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
requires:
|
requires:
|
||||||
- cli
|
- cli
|
||||||
- ursula_command
|
|
||||||
- mypy:
|
- mypy:
|
||||||
context: "NuCypher Tests"
|
context: "NuCypher Tests"
|
||||||
filters:
|
filters:
|
||||||
|
@ -154,7 +142,6 @@ workflows:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
requires:
|
requires:
|
||||||
- cli
|
- cli
|
||||||
- ursula_command
|
|
||||||
- estimate_gas:
|
- estimate_gas:
|
||||||
context: "NuCypher Tests"
|
context: "NuCypher Tests"
|
||||||
filters:
|
filters:
|
||||||
|
@ -162,21 +149,18 @@ workflows:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
requires:
|
requires:
|
||||||
- cli
|
- cli
|
||||||
- ursula_command
|
|
||||||
- build_docs:
|
- build_docs:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
requires:
|
requires:
|
||||||
- cli
|
- cli
|
||||||
- ursula_command
|
|
||||||
- test_build:
|
- test_build:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
requires:
|
requires:
|
||||||
- cli
|
- cli
|
||||||
- ursula_command
|
|
||||||
- build_docs
|
- build_docs
|
||||||
- build_docker:
|
- build_docker:
|
||||||
filters:
|
filters:
|
||||||
|
@ -494,16 +478,6 @@ jobs:
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: reports
|
path: reports
|
||||||
|
|
||||||
ursula_command:
|
|
||||||
<<: *python_36_base
|
|
||||||
steps:
|
|
||||||
- prepare_environment
|
|
||||||
- run:
|
|
||||||
name: Ursula Command Tests
|
|
||||||
command: pipenv run pytest tests/cli/protocol
|
|
||||||
- store_test_results:
|
|
||||||
path: reports
|
|
||||||
|
|
||||||
mypy:
|
mypy:
|
||||||
<<: *python_36_base
|
<<: *python_36_base
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue