From 841f650be45a3d53e4f1a03f7211f4466dc6d693 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 18 Aug 2020 23:55:13 -0400 Subject: [PATCH] github actions temporarily remove linux hardware (navio2) test - until connectivity issues are resolved --- .github/workflows/hardware_tests_linux.yml | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/hardware_tests_linux.yml diff --git a/.github/workflows/hardware_tests_linux.yml b/.github/workflows/hardware_tests_linux.yml deleted file mode 100644 index b11858b290..0000000000 --- a/.github/workflows/hardware_tests_linux.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Hardware Linux - -on: - push: - branches: - - 'master' - -jobs: - build: - runs-on: [emlid_navio2] - steps: - - uses: actions/checkout@v1 - - - name: Build - env: - CCACHE_BASEDIR: ${GITHUB_WORKSPACE} - run: | - make distclean - ccache -z - make emlid_navio2_default - ccache -s - - # sanity check - - name: Sanity check - run: cd build/emlid_navio2_default/ && ./bin/px4 -s ../../posix-configs/rpi/px4_test.config - - - name: Upload log to flight review - run: find . -name *.ulg - #run: ./Tools/upload_log.py -q --description "${GITHUB_WORKFLOW} ${GITHUB_RUN_ID}" --feedback "${GITHUB_WORKFLOW} ${GITHUB_RUN_ID} ${GITHUB_REPOSITORY} ${GITHUB_REF}" --source CI ./build/px4_sitl_default/tmp/rootfs/log/*/*.ulg