feat(regression test): add timeout cpu info and inc frequecy (#524)

Signed-off-by: adi_holden <adi@dragonflydb.io>

Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
adiholden 2022-12-01 14:04:26 +02:00 committed by GitHub
parent cd40bd76e4
commit 74d1839f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}/