mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 23:19:53 +00:00
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:
parent
cd40bd76e4
commit
74d1839f97
7
.github/workflows/regression-tests.yml
vendored
7
.github/workflows/regression-tests.yml
vendored
@ -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}/
|
||||
|
Loading…
Reference in New Issue
Block a user