From 331b533b3d89fff430346edb7e6b9e6f8429f612 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Thu, 22 Aug 2019 15:46:39 -0400 Subject: [PATCH] Jenkins hardware linux add CCACHE_BASEDIR for rpi build --- .ci/Jenkinsfile-hardware_linux | 4 ++-- posix-configs/rpi/px4_test.config | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.ci/Jenkinsfile-hardware_linux b/.ci/Jenkinsfile-hardware_linux index 796bc5db7b..5f4b72d892 100644 --- a/.ci/Jenkinsfile-hardware_linux +++ b/.ci/Jenkinsfile-hardware_linux @@ -13,9 +13,9 @@ pipeline { sh 'make distclean' sh 'ccache -z' sh 'git fetch --tags' - sh 'make emlid_navio2_native' + sh 'CCACHE_BASEDIR=${WORKSPACE} make emlid_navio2_native' sh 'ccache -s' - sh 'cd build/emlid_navio2_native/ && ./bin/px4 -s ../../posix-configs/rpi/px4_test.config' + sh 'cd build/emlid_navio2_native/ && ./bin/px4 -s ../../posix-configs/rpi/px4_test.config' } options { timeout(time: 30, unit: 'MINUTES') diff --git a/posix-configs/rpi/px4_test.config b/posix-configs/rpi/px4_test.config index 932f7e4281..9d39452c0f 100644 --- a/posix-configs/rpi/px4_test.config +++ b/posix-configs/rpi/px4_test.config @@ -47,8 +47,15 @@ linux_pwm_out start logger start -t -b 200 mavlink boot_complete -list_topics -sensors status +sleep 5 + commander check +ekf2 status +mavlink status +mavlink status streams +sensors status perf +perf latency +uorb top -1 + shutdown