Skip to content

Commit

Permalink
add schedule to run all self-hosted tests weekly
Browse files Browse the repository at this point in the history
Signed-off-by: lrq619 <[email protected]>
  • Loading branch information
lrq619 authored and ustiugov committed Aug 22, 2023
1 parent 6a3142b commit ec75e98
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cri_stock_containerd_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_dispatch:
schedule:
- cron: '0 9 * * *'
- cron: '0 19 * * 1'

env:
GOOS: linux
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/firecracker_cri_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
- '**.md'
- 'function-images/**'
workflow_dispatch:
schedule:
- cron: '0 19 * * 1'

env:
GO111MODULE: on
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gvisor_cri_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
- '**.md'
- 'function-images/**'
workflow_dispatch:
schedule:
- cron: '0 19 * * 1'

env:
GO111MODULE: on
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
- '**.md'
- 'function-images/**'
workflow_dispatch:
schedule:
- cron: '0 19 * * 1'

env:
GOOS: linux
Expand Down
1 change: 1 addition & 0 deletions scripts/go.work
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ use (
./setup
./stargz
./utils
./github_runner
)

0 comments on commit ec75e98

Please sign in to comment.