eclipse-iceoryx/iceoryx-rs

Distribute tests to multiple runners to speed up CI

开放

#31 创建于 2022年6月27日

 (0 条评论) (0 个反应) (0 位负责人)Rust (15 个派生)auto 404
good first issuetest

仓库指标

星标
 (92 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Brief feature description

With cargo nextes it is possible to distribute the execution of tests to multiple runners. This will speed up the CI.

Detailed information

When the number of tests increase, this will have a significant impact on the CI since most of the tests use the RouDiEnvironment which results in ~300ms minimal execution time. Therefore the tests should be distributed to two runners as a starting point.

A CI profile could be used to also add repetition for failed tests.

贡献者指南