From 74d1839f97ff73d137f5a55b9d4278473366ae2b Mon Sep 17 00:00:00 2001 From: adiholden Date: Thu, 1 Dec 2022 14:04:26 +0200 Subject: [PATCH] feat(regression test): add timeout cpu info and inc frequecy (#524) Signed-off-by: adi_holden Signed-off-by: adi_holden --- .github/workflows/regression-tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index 37652d6e0..932069dc7 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -5,7 +5,7 @@ env: on: schedule: - - cron: '0 7 */3 * *' + - cron: '0 7 */1 * *' workflow_dispatch: jobs: @@ -15,6 +15,7 @@ jobs: matrix: # Test of these containers container: ["ubuntu-dev:20"] + timeout-minutes: 20 container: image: ghcr.io/romange/${{ matrix.container }} @@ -23,6 +24,9 @@ jobs: with: submodules: true + name: Print cpu info + cat /proc/cpuinfo + - name: Configure & Build run: | apt update && apt install -y pip @@ -33,7 +37,6 @@ jobs: pwd ls -l .. - - name: Run PyTests run: | ls -l ${GITHUB_WORKSPACE}/