Project

General

Profile

action #88496

Updated by okurz about 3 years ago

## Motivation 

 Checks in https://github.com/os-autoinst/openQA/pull/3519 and other PRs time out even for completely unrelated changes. Also "t" take rather long, e.g. 35 minutes, especially due to some long-running test modules. 

 For example t/44-scripts.t timed out in 
 https://app.circleci.com/pipelines/github/os-autoinst/openQA/5545/workflows/04ed6981-b31a-4880-bfd6-8d69717f8237/jobs/52374 

 


 ## Acceptance criteria 
 * **AC1:** "t" does not take significantly longer than the other steps of the circle CI pipeline (or significantly less than currently) 
 * **AC2:** tests in "t" are a bit more reliable again (as in past months) 

 ## Suggestions 
 * Try to split tests differently in .circleci/config and Makefile 
 * Bump timeout for tests that timeout

Back