tweag/asterius

Rerun the OOM `ghc-testsuite` tests individually

开放

#284 创建于 2019年9月15日

 (0 条评论) (0 个反应) (0 位负责人)Haskell (56 个派生)batch import
P2good first issuetype: bug

仓库指标

星标
 (1,949 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Currently, we run ghc-testsuite on CI with -j2 to speed things up. This also means less available memory to individual tests, so for some tests which require much memory or when the yolo mode is on, non-deterministic OOM failures do occur.

The simplest solution is simply removing -j2, but we don't want the CI pipeline to extend for another couple of hours; we should only rerun the individual tests after OOM failure.

贡献者指南