From 0b11ee6c837c55f7e9f6a96e47114304e8812280 Mon Sep 17 00:00:00 2001 From: Gregor Haas Date: Fri, 29 Dec 2023 18:48:09 -0800 Subject: [PATCH] Revert "dropme: faster debugging" This reverts commit 2c26686774a07df0070a9000e66dc22d2e2c0020. --- .github/workflows/main.yml | 4 +--- .github/workflows/test-system.yml | 7 ------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da95f4c4b..a22307979 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,6 @@ on: jobs: build: runs-on: ubuntu-latest - if: false # Define the strategy for the build job. We generally want to cover each # platform that we support here @@ -166,9 +165,8 @@ jobs: test-runtime-build: needs: build uses: ./.github/workflows/build-runtime.yml - if: false # System tests, which are run for simulatable and self-hostable platforms test-system: -# needs: build + needs: build uses: ./.github/workflows/test-system.yml diff --git a/.github/workflows/test-system.yml b/.github/workflows/test-system.yml index 2c25fb69b..2fde145a0 100644 --- a/.github/workflows/test-system.yml +++ b/.github/workflows/test-system.yml @@ -5,7 +5,6 @@ on: jobs: test-generic: runs-on: ubuntu-latest - if: false strategy: matrix: platform: [generic] @@ -79,16 +78,10 @@ jobs: - name: Restore build directory uses: actions/download-artifact@v4 - if: false with: name: keystone-mpfs64-builddir path: . - - name: Move build.tar.xz into place - run: | - cp /tmp/keystone-mpfs64-builddir.zip . - unzip keystone-mpfs64-builddir.zip - - name: Decompress build directory run: cat build.tar.xz | xz -d -T0 | tar -xf -