From f07df13f8a1ded742801951760abcd388ee2d96e Mon Sep 17 00:00:00 2001 From: gm Date: Thu, 7 Apr 2022 19:26:18 +0200 Subject: [PATCH] Keep node running for debugging --- .github/workflows/build_and_run.yaml | 10 +++++----- server/run_coinboot | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_and_run.yaml b/.github/workflows/build_and_run.yaml index 5ac4e8d4..45cacee2 100644 --- a/.github/workflows/build_and_run.yaml +++ b/.github/workflows/build_and_run.yaml @@ -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" @@ -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' diff --git a/server/run_coinboot b/server/run_coinboot index 51a2d534..fd21535d 100755 --- a/server/run_coinboot +++ b/server/run_coinboot @@ -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