From c5c35be820a818a40b0ad7e4a7233cf5d4f983ee Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Thu, 22 Aug 2024 15:40:23 +0300 Subject: [PATCH] Add a VxWorks nightly This is to run full set of tests instead of stopping of first error. Change-Id: I606415b6a94f0b8a4a578cce4c4b8f4cce01479a Reviewed-by: Matti Paaso --- coin/platform_configs/nightly_vxworks.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 coin/platform_configs/nightly_vxworks.yaml diff --git a/coin/platform_configs/nightly_vxworks.yaml b/coin/platform_configs/nightly_vxworks.yaml new file mode 100644 index 00000000..746c35af --- /dev/null +++ b/coin/platform_configs/nightly_vxworks.yaml @@ -0,0 +1,16 @@ +Version: 2 +Module only: True +Include: [ + cmake_platforms.yaml: [ + ubuntu-22.04 + ], + cmake_platforms_qemu_vxworks_buildtest_static.yaml: [ + vxworks-imx6-buildtest, + vxworks-x86_64-buildtest + ], + cmake_platforms_qemu_vxworks_tests_static.yaml: [ + vxworks-imx6-tests, + vxworks-x86_64-tests + ] +] +Configurations: []