mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-03 00:02:36 -04:00
Added Custom Timeout to CI (#2189)
* Added Custom Timeout to CI Signed-off-by: Konstantinos <konstantinos.kitsios@uzh.ch> * remove unnecessary comment Signed-off-by: Konstantinos <konstantinos.kitsios@uzh.ch> * Use correct syntax for timeout in jobs that span multiple files Signed-off-by: Konstantinos <konstantinos.kitsios@uzh.ch> --------- Signed-off-by: Konstantinos <konstantinos.kitsios@uzh.ch>
This commit is contained in:
parent
d39268b204
commit
6cc048ae6f
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
@ -118,6 +118,8 @@ jobs:
|
||||
CMAKE_ARGS: -DOQS_USE_SHA3_AVX512VL=OFF
|
||||
PYTEST_ARGS: --ignore=tests/test_leaks.py --ignore=tests/test_kat_all.py
|
||||
runs-on: ${{ matrix.runner }}
|
||||
timeout-minutes: 85 # max + 3*std over the last thousands of successful runs
|
||||
|
||||
container:
|
||||
image: ${{ matrix.container }}
|
||||
steps:
|
||||
@ -154,6 +156,7 @@ jobs:
|
||||
|
||||
linux_arm_emulated:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 85 # max + 3*std over the last thousands of successful runs
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
@ -42,6 +42,7 @@ jobs:
|
||||
libjade-build: -DOQS_LIBJADE_BUILD=OFF
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 85 # max + 3*std over the last thousands of successful runs
|
||||
steps:
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # pin@v5
|
||||
|
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -4,7 +4,6 @@ permissions:
|
||||
contents: read
|
||||
|
||||
on: [workflow_call, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
|
||||
windows-arm64:
|
||||
@ -13,6 +12,7 @@ jobs:
|
||||
runner: [windows-2022, windows-2025]
|
||||
stfl_opt: [ON, OFF]
|
||||
runs-on: ${{ matrix.runner }}
|
||||
timeout-minutes: 85 # max + 3*std over the last thousands of successful runs
|
||||
steps:
|
||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # pin@v3
|
||||
- name: Generate Project
|
||||
@ -28,6 +28,7 @@ jobs:
|
||||
toolchain: [.CMake/toolchain_windows_x86.cmake, .CMake/toolchain_windows_amd64.cmake]
|
||||
stfl_opt: [ON, OFF]
|
||||
runs-on: ${{ matrix.runner }}
|
||||
timeout-minutes: 85 # max + 3*std over the last thousands of successful runs
|
||||
steps:
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # pin@v5
|
||||
|
Loading…
x
Reference in New Issue
Block a user