Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/run-omnibus-bootstap-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Run omnibus bootstrap test

on:
schedule:
- cron: '15 0 * * *'

workflow_dispatch:
branches:
- main
Expand Down
5 changes: 5 additions & 0 deletions scripts/omnibus-bootstrap-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ do
cargopid=$(pidof -s acropolis_process_omnibus)

done

if [ $count -eq $maxcount -a "$snapshot_complete" = "" ]; then
echo "Process did not complete in allotted time" >&2
exit 1
fi