Skip to content

Set max parallel jobs on Github to a lower value #3536

@simzzz

Description

@simzzz

Problem

While working on https://github.com/hashgraph/hedera-json-rpc-relay/issues/3353 I noticed tests fail more often when all of them are ran in parallel but when you rerun them manually one by one they almost always pass. It might seem that they are competing for the limited resources that the runner has

The team from solo have a limit for this reason - https://github.com/hashgraph/solo/blob/main/.github/workflows/flow-pull-request-checks.yaml#L95 and implementing a similar limit could improve the flakiness that we are experiencing.

Solution

  • Set max-parallel value to 5 or another value

Alternatives

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions