All of lore.kernel.org
 help / color / mirror / Atom feed
* [xenomai-images][PATCH 0/9] LAVA Setup
@ 2019-09-05 15:44 Q. Gylstorff
  2019-09-05 15:44 ` [xenomai-images][PATCH 1/9] ci: Add LAVA jobs for targets Q. Gylstorff
                   ` (9 more replies)
  0 siblings, 10 replies; 33+ messages in thread
From: Q. Gylstorff @ 2019-09-05 15:44 UTC (permalink / raw)
  To: xenomai

From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

This patchset adapts xenomai-images for the execution of tests
on  Linaro Automated Validation Architecture. 

Quirin Gylstorff (9):
  ci: Add LAVA jobs for targets
  machine: Allow override of the image type
  linux-xenomai: NFS support in KERNEL configuration
  beagle-bone-black: Add Devicetree and fake-hwclock
  kas: Use next as target
  ci: Add inline xenomai testsuite
  README: correct build line
  kernel: Update
  tests/README: Add deployment and Setup

 .gitlab-ci.yml                             | 58 +++++++++++--
 README.md                                  |  2 +-
 conf/machine/beagle-bone-black.conf        |  3 +-
 conf/machine/hikey.conf                    |  4 +-
 conf/machine/qemu-arm64.conf               |  1 -
 conf/machine/x86-64-efi.conf               |  2 +-
 kas.yml                                    |  2 +-
 recipes-core/images/demo-image.bb          |  2 +-
 recipes-kernel/linux/files/amd64_defconfig | 29 +++++--
 recipes-kernel/linux/linux-xenomai_4.19.bb | 12 ++-
 scripts/deploy_for_testing.sh              | 34 ++++++++
 scripts/run-lava-tests.sh                  | 30 +++++++
 tests/README.md                            | 42 ++++++++++
 tests/jobs/xenomai-beaglebone.yml          | 76 +++++++++++++++++
 tests/jobs/xenomai-minnow.yml              | 73 ++++++++++++++++
 tests/jobs/xenomai-qemu-amd64.yml          | 87 ++++++++++++++++++++
 tests/jobs/xenomai-qemu-arm64.yml          | 96 ++++++++++++++++++++++
 tests/jobs/xenomai-qemu-armhf.yml          | 87 ++++++++++++++++++++
 tests/jobs/xenomai-x86-64.yml              | 74 +++++++++++++++++
 xenomai-lava-test.yml                      | 20 +++++
 20 files changed, 704 insertions(+), 30 deletions(-)
 create mode 100755 scripts/deploy_for_testing.sh
 create mode 100755 scripts/run-lava-tests.sh
 create mode 100644 tests/README.md
 create mode 100644 tests/jobs/xenomai-beaglebone.yml
 create mode 100644 tests/jobs/xenomai-minnow.yml
 create mode 100644 tests/jobs/xenomai-qemu-amd64.yml
 create mode 100644 tests/jobs/xenomai-qemu-arm64.yml
 create mode 100644 tests/jobs/xenomai-qemu-armhf.yml
 create mode 100644 tests/jobs/xenomai-x86-64.yml
 create mode 100644 xenomai-lava-test.yml

-- 
2.20.1



^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2019-09-11  9:28 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05 15:44 [xenomai-images][PATCH 0/9] LAVA Setup Q. Gylstorff
2019-09-05 15:44 ` [xenomai-images][PATCH 1/9] ci: Add LAVA jobs for targets Q. Gylstorff
2019-09-10  9:56   ` Jan Kiszka
2019-09-10 10:17     ` Quirin Gylstorff
2019-09-05 15:44 ` [xenomai-images][PATCH 2/9] machine: Allow override of the image type Q. Gylstorff
2019-09-10 10:25   ` Jan Kiszka
2019-09-10 11:16     ` Quirin Gylstorff
2019-09-05 15:44 ` [xenomai-images][PATCH 3/9] linux-xenomai: NFS support in KERNEL configuration Q. Gylstorff
2019-09-05 15:44 ` [xenomai-images][PATCH 4/9] beagle-bone-black: Add Devicetree and fake-hwclock Q. Gylstorff
2019-09-10 10:27   ` Jan Kiszka
2019-09-10 11:18     ` Quirin Gylstorff
2019-09-10 14:44     ` [xenomai-images][PATCH v2 0/9] LAVA Setup Q. Gylstorff
2019-09-10 14:44     ` [xenomai-images][PATCH v2 1/9] ci: Add LAVA jobs for targets Q. Gylstorff
2019-09-10 14:44     ` [xenomai-images][PATCH v2 2/9] ci: Add needs key word Q. Gylstorff
2019-09-10 14:44     ` [xenomai-images][PATCH v2 3/9] machine: Allow override of the image type Q. Gylstorff
2019-09-10 14:44     ` [xenomai-images][PATCH v2 4/9] kas: Use next as target Q. Gylstorff
2019-09-10 14:44     ` [xenomai-images][PATCH v2 5/9] ci: Add inline xenomai testsuite Q. Gylstorff
2019-09-10 14:44     ` [xenomai-images][PATCH v2 6/9] README: correct build line Q. Gylstorff
2019-09-10 14:44     ` [xenomai-images][PATCH v2 7/9] kernel: Update Q. Gylstorff
2019-09-10 16:52       ` Jan Kiszka
2019-09-11  9:28         ` Quirin Gylstorff
2019-09-10 14:44     ` [xenomai-images][PATCH v2 8/9] tests/README: Add deployment and Setup Q. Gylstorff
2019-09-10 14:44     ` [xenomai-images][PATCH v2 9/9] tests/README: Add Architecture Q. Gylstorff
2019-09-10 16:54       ` Jan Kiszka
2019-09-05 15:44 ` [xenomai-images][PATCH 5/9] kas: Use next as target Q. Gylstorff
2019-09-10 10:26   ` Jan Kiszka
2019-09-05 15:44 ` [xenomai-images][PATCH 6/9] ci: Add inline xenomai testsuite Q. Gylstorff
2019-09-05 15:44 ` [xenomai-images][PATCH 7/9] README: correct build line Q. Gylstorff
2019-09-05 15:44 ` [xenomai-images][PATCH 8/9] kernel: Update Q. Gylstorff
2019-09-05 15:44 ` [xenomai-images][PATCH 9/9] tests/README: Add deployment and Setup Q. Gylstorff
2019-09-06 10:29 ` [xenomai-images][PATCH 0/9] LAVA Setup Jan Kiszka
2019-09-06 13:49   ` [xenomai-images][PATCH 10/9] tests/README: Add Architecture Q. Gylstorff
2019-09-06 14:08   ` [xenomai-images][PATCH 0/9] LAVA Setup Quirin Gylstorff

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.