Skip to content

Commit

Permalink
Merge branch 'main' into RE-1001_prime
Browse files Browse the repository at this point in the history
  • Loading branch information
davelcpanelnet authored Dec 20, 2024
2 parents b60deb7 + fc47ef1 commit 7ee2ee8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/openstack-centos-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ jobs:
/scripts/status_marker 1
tail -n40 -F /var/log/elevate-cpanel.log &
sleep .5
REBOOT_STRING="Rebooting into stage 2 of 5" RETVAL=1 /scripts/reboot_watch
REBOOT_STRING="Rebooting into stage 2 of 5" RETVAL/scripts/reboot_watch
wait_for_stage_2_reboot:
runs-on: self-hosted
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
/scripts/status_marker 2
tail -n40 -F /var/log/elevate-cpanel.log &
sleep .5
REBOOT_STRING="Rebooting into stage 3 of 5" RETVAL=1 /scripts/reboot_watch
REBOOT_STRING="Rebooting into stage 3 of 5" RETVAL/scripts/reboot_watch
wait_for_stage_3_reboot:
runs-on: self-hosted
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:
/scripts/status_marker 3
tail -n40 -F /var/log/elevate-cpanel.log &
sleep .5
REBOOT_STRING="Rebooting into stage 4 of 5" RETVAL=1 /scripts/reboot_watch
REBOOT_STRING="Rebooting into stage 4 of 5" RETVAL/scripts/reboot_watch
wait_for_stage_4_reboot:
runs-on: self-hosted
Expand Down Expand Up @@ -501,7 +501,7 @@ jobs:
/scripts/status_marker 4
tail -n40 -F /var/log/elevate-cpanel.log &
sleep .5
REBOOT_STRING="Rebooting into stage 5 of 5" RETVAL=1 /scripts/reboot_watch
REBOOT_STRING="Rebooting into stage 5 of 5" RETVAL/scripts/reboot_watch
wait_for_stage_5_reboot:
runs-on: self-hosted
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/openstack-ubuntu-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
/scripts/status_marker 1
tail -n40 -F /var/log/elevate-cpanel.log &
sleep .5
REBOOT_STRING="Rebooting into stage 2 of 5" RETVAL=1 /scripts/reboot_watch
REBOOT_STRING="Rebooting into stage 2 of 5" RETVAL/scripts/reboot_watch
wait_for_stage_2_reboot:
runs-on: self-hosted
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
/scripts/status_marker 2
tail -n40 -F /var/log/elevate-cpanel.log &
sleep .5
REBOOT_STRING="Rebooting into stage 3 of 5" RETVAL=1 /scripts/reboot_watch
REBOOT_STRING="Rebooting into stage 3 of 5" RETVAL/scripts/reboot_watch
wait_for_stage_3_reboot:
runs-on: self-hosted
Expand Down Expand Up @@ -438,7 +438,7 @@ jobs:
/scripts/status_marker 3
tail -n40 -F /var/log/elevate-cpanel.log &
sleep .5
REBOOT_STRING="Rebooting into stage 4 of 5" RETVAL=1 /scripts/reboot_watch
REBOOT_STRING="Rebooting into stage 4 of 5" RETVAL/scripts/reboot_watch
wait_for_stage_4_reboot:
runs-on: self-hosted
Expand Down Expand Up @@ -502,7 +502,7 @@ jobs:
/scripts/status_marker 4
tail -n40 -F /var/log/elevate-cpanel.log &
sleep .5
REBOOT_STRING="Rebooting into stage 5 of 5" RETVAL=1 /scripts/reboot_watch
REBOOT_STRING="Rebooting into stage 5 of 5" RETVAL/scripts/reboot_watch
wait_for_stage_5_reboot:
runs-on: self-hosted
Expand Down

0 comments on commit 7ee2ee8

Please sign in to comment.