Skip to content

Commit d08c1d5

Browse files
lrq619ustiugov
authored andcommitted
add schedule to run all self-hosted tests weekly
Signed-off-by: lrq619 <[email protected]>
1 parent 6a3142b commit d08c1d5

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

.github/workflows/cri_stock_containerd_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_dispatch:
55
schedule:
66
- cron: '0 9 * * *'
7+
- cron: '0 19 * * 1'
78

89
env:
910
GOOS: linux

.github/workflows/firecracker_cri_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
- '**.md'
1515
- 'function-images/**'
1616
workflow_dispatch:
17+
schedule:
18+
- cron: '0 19 * * 1'
1719

1820
env:
1921
GO111MODULE: on

.github/workflows/gvisor_cri_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
- '**.md'
1515
- 'function-images/**'
1616
workflow_dispatch:
17+
schedule:
18+
- cron: '0 19 * * 1'
1719

1820
env:
1921
GO111MODULE: on

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
- '**.md'
1515
- 'function-images/**'
1616
workflow_dispatch:
17+
schedule:
18+
- cron: '0 19 * * 1'
1719

1820
env:
1921
GOOS: linux

scripts/go.work

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ use (
99
./setup
1010
./stargz
1111
./utils
12+
./github_runner
1213
)

0 commit comments

Comments
 (0)