Skip to content

Commit

Permalink
fix schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Dec 26, 2024
1 parent 293076e commit 45b3e50
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chaos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
required: false
default: false
schedule:
- cron: '0 0 * * *'
- cron: '0 20 * * *'

jobs:
chaos-test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/encoding_mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- 'docs/**'
- '**.md'
workflow_dispatch:
schedule:
- cron: '0 17 * * *'

jobs:
mysql-encoding-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fio_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- '**/fio_benchmark.yml'
- '**/fio.sh'
schedule:
- cron: '0 0 * * *'
- cron: '0 17 * * *'
workflow_dispatch:
inputs:
debug:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fsrand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- '**/fs_test.py'
- '**/acl_test.py'
schedule:
- cron: '0 16 * * 0'
- cron: '0 17 * * 0'
workflow_dispatch:
inputs:
debug:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
required: false
default: false
schedule:
- cron: '0 0 * * *'
- cron: '0 19 * * *'

jobs:
gateway:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/sdktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ on:
description: "Run the build with tmate debugging enabled"
required: false
default: false

schedule:
- cron: '0 17 * * *'

jobs:
sdktest:
timeout-minutes: 50
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ on:
- 'pkg/object/*.go'
- '**/storage.yml'
- '**/storage.sh'
schedule:
- cron: '30 20 * * *'
workflow_dispatch:
schedule:
- cron: '0 17 * * *'

jobs:
storage:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,15 @@ on:
- '.github/scripts/sync/**'
- '.github/scripts/hypo/sync.py'
- '.github/scripts/hypo/sync_test.py'

schedule:
- cron: '30 20 * * *'

workflow_dispatch:
inputs:
debug:
type: boolean
description: "Run the build with tmate debugging enabled"
required: false
default: false
schedule:
- cron: '0 17 * * *'

jobs:
sync:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sysbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ on:
paths:
- '**/sysbench.yml'
- '**/sysbench/action.yml'
schedule:
- cron: '30 20 * * *'
workflow_dispatch:

schedule:
- cron: '0 17 * * *'

jobs:
sysbench:
timeout-minutes: 60
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tpcds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:
- 'main'
paths:
- '**/tpcds.yml'
schedule:
- cron: '30 20 * * *'
workflow_dispatch:
inputs:
debug:
type: boolean
description: "Run the build with tmate debugging enabled"
required: false
default: false
schedule:
- cron: '0 17 * * *'

jobs:
tpcds:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ on:
description: "Run the build with tmate debugging enabled"
required: false
default: false

schedule:
- cron: '0 17 * * *'
jobs:
unittests:
strategy:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vdbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ on:
- 'release-*'
paths:
- '**/vdbench.yml'
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
inputs:
debug:
type: boolean
description: "Run the build with tmate debugging enabled"
required: false
default: false

schedule:
- cron: '0 17 * * *'

jobs:
vdbench:
timeout-minutes: 60
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ on:
- '.github/**'
- '!.github/workflows/verify.yml'
workflow_dispatch:

schedule:
- cron: '0 17 * * 0'

jobs:
lint:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wintest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '**/wintest.yml'
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
- cron: '0 17 * * 0'

jobs:
wintest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xattr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- '**.c'
- '**/xattr.yml'
schedule:
- cron: '0 19 * * *'
- cron: '0 17 * * *'
workflow_dispatch:
inputs:
debug:
Expand Down

0 comments on commit 45b3e50

Please sign in to comment.