New CI image (#6223)

* fix (ci): hotfix Docker release

* change (ci): moving to the tested CI image with a proper name

* change (ci): rename substrate-ci-linux

* Reduce the lots_of_incoming_peers_works test load (#6314)

* change (ci): moving to the tested CI image with a proper name

* change (ci): rename substrate-ci-linux

* Reduce the lots_of_incoming_peers_works test load (#6314)

Co-authored-by: Bastian Köcher <git@kchr.de>
Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
This commit is contained in:
Denis Pisarev
2020-06-10 13:12:21 +02:00
committed by GitHub
parent ccdac645c8
commit f9c0c6a719
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ default:
name: parity-build name: parity-build
.docker-env: &docker-env .docker-env: &docker-env
image: parity/rust-builder:latest image: paritytech/ci-linux:production
before_script: before_script:
- rustup show - rustup show
- cargo --version - cargo --version
@@ -291,7 +291,7 @@ fn lots_of_incoming_peers_works() {
// this test ends. // this test ends.
let mut background_tasks_to_wait = Vec::new(); let mut background_tasks_to_wait = Vec::new();
for _ in 0..256 { for _ in 0..32 {
let main_node_peer_id = main_node_peer_id.clone(); let main_node_peer_id = main_node_peer_id.clone();
let (_dialing_node, event_stream) = build_test_full_node(config::NetworkConfiguration { let (_dialing_node, event_stream) = build_test_full_node(config::NetworkConfiguration {