Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
New CI image (#6223)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Jun 10, 2020
1 parent e2a6c3e commit 69034ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ default:
name: parity-build

.docker-env: &docker-env
image: parity/rust-builder:latest
image: paritytech/ci-linux:production
before_script:
- rustup show
- cargo --version
Expand Down
2 changes: 1 addition & 1 deletion client/network/src/service/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ fn lots_of_incoming_peers_works() {
// this test ends.
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 (_dialing_node, event_stream) = build_test_full_node(config::NetworkConfiguration {
Expand Down

0 comments on commit 69034ef

Please sign in to comment.