From 185b136c50103b314f1f149a5edd4e4ed503f85e Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Tue, 20 Aug 2024 21:05:57 -0700 Subject: [PATCH] ci: remove debug steps --- .github/workflows/build_all_targets.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/build_all_targets.yml b/.github/workflows/build_all_targets.yml index ca6ed8e9e2..dbf5c6b5c7 100644 --- a/.github/workflows/build_all_targets.yml +++ b/.github/workflows/build_all_targets.yml @@ -39,14 +39,7 @@ jobs: runs-on: [runs-on,runner=16cpu-linux-x64,image=ubuntu22-full-x64,"run-id=${{ github.run_id }}"] needs: group_targets strategy: - # matrix: ${{ fromJson(needs.group_targets.outputs.matrix) }} - matrix: - include: - - container: px4io/px4-dev-base-focal:2021-09-08 - targets: px4_sitl_allyes,px4_sitl_default - arch: base - group: base-0 - len: 4 + matrix: ${{ fromJson(needs.group_targets.outputs.matrix) }} container: image: ${{ matrix.container }} steps: @@ -199,10 +192,6 @@ jobs: logs/**/**/**/*.ulg log/**/*.ulg - # - name: Setup tmate session - # if: failure() - # uses: mxschmitt/action-tmate@v3 - - name: Look at Core files if: failure() && ${{ hashFiles('px4.core') != '' }} run: gdb build/px4_sitl_default/bin/px4 px4.core -ex "thread apply all bt" -ex "quit"