ci: run debian cache at midnight, change batch size
This commit is contained in:
parent
6ab8f2fea1
commit
bd2dfe3e4e
4
.github/workflows/debian-cache.yml
vendored
4
.github/workflows/debian-cache.yml
vendored
@ -3,7 +3,7 @@ name: Debian kernels cache
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 4 * * *'
|
- cron: '0 0 * * *'
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/debian-cache.yml'
|
- '.github/workflows/debian-cache.yml'
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
status, output = getstatusoutput(
|
status, output = getstatusoutput(
|
||||||
"./out-of-tree --log-level=warn "
|
"./out-of-tree --log-level=warn "
|
||||||
"distro debian get-deb "
|
"distro debian get-deb "
|
||||||
"--ignore-cached --max=64"
|
"--ignore-cached --max=16
|
||||||
)
|
)
|
||||||
logging.info(output)
|
logging.info(output)
|
||||||
return status == 0
|
return status == 0
|
||||||
|
Loading…
Reference in New Issue
Block a user