Skip to content

Commit

Permalink
Keep node running for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
frzb committed Apr 7, 2022
1 parent cb2fa3f commit f07df13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_and_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ jobs:
- name: Set up Coinboot requirements
run: ./setup_coinboot_requirements

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

- name: Run Coinboot server and boot workers
env:
KERNEL: "5.11.0-46-generic"
Expand All @@ -101,6 +96,11 @@ jobs:
export RELEASE=$PRE_RELEASE_TAG
./server/run_coinboot
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

- name: Create release on main or develop
# Release on develop keeps the type pre-release
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop'
Expand Down
8 changes: 4 additions & 4 deletions server/run_coinboot
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,10 @@ cleanup_virsh_domains

run_with_libvirt_bios

verify_and_shutdown_over_ssh $MACHINE_MAC_ADDRESS_BIOS
#verify_and_shutdown_over_ssh $MACHINE_MAC_ADDRESS_BIOS

run_with_libvirt_uefi
#run_with_libvirt_uefi

verify_and_shutdown_over_ssh $MACHINE_MAC_ADDRESS_UEFI
#verify_and_shutdown_over_ssh $MACHINE_MAC_ADDRESS_UEFI

cleanup_virsh_domains
#cleanup_virsh_domains

0 comments on commit f07df13

Please sign in to comment.