Progress
This commit is contained in:
parent
98933a6f86
commit
76e8cdf750
1 changed files with 5 additions and 2 deletions
|
|
@ -7,9 +7,9 @@ include:
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- dockerize
|
- dockerize
|
||||||
- build
|
|
||||||
- python-test
|
- python-test
|
||||||
- test
|
- test
|
||||||
|
- build
|
||||||
|
|
||||||
build-mainnet:
|
build-mainnet:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
@ -30,6 +30,8 @@ build-mainnet:
|
||||||
- build/tests/
|
- build/tests/
|
||||||
tags:
|
tags:
|
||||||
- builder
|
- builder
|
||||||
|
when:
|
||||||
|
manual
|
||||||
|
|
||||||
test-mainnet:
|
test-mainnet:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
@ -88,8 +90,9 @@ test-e2e:
|
||||||
- docker ps -a
|
- docker ps -a
|
||||||
- python3 -m pytest test_btc_init_state.py test_hive_inital_state.py
|
- python3 -m pytest test_btc_init_state.py test_hive_inital_state.py
|
||||||
- docker pull $IMAGE
|
- docker pull $IMAGE
|
||||||
- docker run -d peerplays-utils/peerplays-qa-environment/peerplays/config.ini:/home/peerplays/peerplays-network/witness_node_data_dir/config.ini -v peerplays-utils/peerplays-qa-environment/peerplays/genesis.json:/home/peerplays/peerplays-network/genensis.json -v peerplays-utils/peerplays-qa-environment/peerplays/init_network.sh:/home/peerplays/peerplays-network/init_network.sh $IMAGE
|
- docker run -d -v peerplays-utils/peerplays-qa-environment/peerplays/config.ini:/home/peerplays/peerplays-network/witness_node_data_dir/config.ini -v peerplays-utils/peerplays-qa-environment/peerplays/genesis.json:/home/peerplays/peerplays-network/genensis.json -v peerplays-utils/peerplays-qa-environment/peerplays/init_network.sh:/home/peerplays/peerplays-network/init_network.sh $IMAGE
|
||||||
- docker ps -a
|
- docker ps -a
|
||||||
|
- python3 -m pytest test_pp_inital_state.py
|
||||||
- ./main.py --stop
|
- ./main.py --stop
|
||||||
- deactivate
|
- deactivate
|
||||||
- docker ps -a
|
- docker ps -a
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue