increase timeout for full regression to 180 seconds. use 8 runners.

This commit is contained in:
Axel Kohlmeyer
2024-09-09 20:29:23 -04:00
parent 274112834b
commit c3162b4488
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,10 @@
name: "Full Regression Test"
on:
pull_request:
branches:
- develop
push:
branches:
- develop
@ -17,9 +21,9 @@ jobs:
env:
CCACHE_DIR: ${{ github.workspace }}/.ccache
strategy:
max-parallel: 4
max-parallel: 8
matrix:
idx: [ 0, 1, 2, 3 ]
idx: [ 0, 1, 2, 3, 4, 5, 6, 7 ]
steps:
- name: Checkout repository

View File

@ -37,6 +37,7 @@
in.bucky-plus-cnt*,
]
timeout: 180
nugget: 1.0
epsilon: 1e-16

0
tools/regression-tests/run_tests.py Normal file → Executable file
View File