increase timeout for full regression to 180 seconds. use 8 runners.
This commit is contained in:
8
.github/workflows/full-regression.yml
vendored
8
.github/workflows/full-regression.yml
vendored
@ -2,6 +2,10 @@
|
|||||||
name: "Full Regression Test"
|
name: "Full Regression Test"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
@ -17,9 +21,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CCACHE_DIR: ${{ github.workspace }}/.ccache
|
CCACHE_DIR: ${{ github.workspace }}/.ccache
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 4
|
max-parallel: 8
|
||||||
matrix:
|
matrix:
|
||||||
idx: [ 0, 1, 2, 3 ]
|
idx: [ 0, 1, 2, 3, 4, 5, 6, 7 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
@ -37,6 +37,7 @@
|
|||||||
in.bucky-plus-cnt*,
|
in.bucky-plus-cnt*,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
timeout: 180
|
||||||
nugget: 1.0
|
nugget: 1.0
|
||||||
epsilon: 1e-16
|
epsilon: 1e-16
|
||||||
|
|
||||||
|
|||||||
0
tools/regression-tests/run_tests.py
Normal file → Executable file
0
tools/regression-tests/run_tests.py
Normal file → Executable file
Reference in New Issue
Block a user