xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 00/17] osstest: initial FreeBSD support
@ 2017-07-08  7:46 Roger Pau Monne
  2017-07-08  7:46 ` [PATCH v5 01/17] osstest: make built_stash_file store a path_ runvar for each file Roger Pau Monne
                   ` (17 more replies)
  0 siblings, 18 replies; 35+ messages in thread
From: Roger Pau Monne @ 2017-07-08  7:46 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian.Jackson

Hello,

This series introduces initial FreeBSD host support to osstest. The
current series allow installing a bare-metal host with FreeBSD and
building FreeBSD on it in order to generate new install media that can
be fed into the installer script.

This is still very limited, since no Xen testing is done on those
hosts, however it sets the base to add a Xen build test for FreeBSD.

Note that it should be quite easy to add more steps to the build
script so that FreeBSD VM images are also generated, that could be
used by osstest.

I've tried to add a detailed commit log at each relevant patch, so not
much more to add here in the cover letter.

The series can also be found on my git repo:

git://xenbits.xen.org/people/royger/osstest.git freebsd_v5

List of patches:

A = Acked
N = New in this version

A 01/17 osstest: make built_stash_file store a path_ runvar
A 02/17 osstest: move known_hosts generation to TestSupport
A 03/17 osstest: introduce helper to get per-host tftp
A 04/17 osstest: introduce a helper to calculate the sha256
A 05/17 osstest: introduce a helper to setup a host to boot
N 06/17 osstest: add executive prefix to
N 07/17 osstest: introduce rename_shared_mark_ready
  08/17 osstest: add a FreeBSD host install script
A 09/17 osstest: introduce build helpers for FreeBSD
  10/17 osstest: add support for the FreeBSD package manager
  11/17 osstest: introduce a FreeBSD build script
  12/17 osstest: add support for runtime_IDENT_hostflags
  13/17 osstest: introduce a script to set the runtime
  14/17 osstest: change the meaning of need_build_host
  15/17 osstest: add support for FreeBSD buildjobs to
  16/17 osstest: introduce a script to create a FreeBSD
  17/17 osstest: hook FreeBSD flight into cr-daily-branch

The results of the FreeBSD flight can be seen at:

http://osstest.xs.citrite.net/~osstest/testlogs/logs/71669/

And the results of a xen-unstable flight with this changes:

http://osstest.xs.citrite.net/~osstest/testlogs/logs/71671/

(Sorry this is not available outside of the Citrix network)

Thanks, Roger.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-07-24 14:42 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-08  7:46 [PATCH v5 00/17] osstest: initial FreeBSD support Roger Pau Monne
2017-07-08  7:46 ` [PATCH v5 01/17] osstest: make built_stash_file store a path_ runvar for each file Roger Pau Monne
2017-07-08  7:46 ` [PATCH v5 02/17] osstest: move known_hosts generation to TestSupport Roger Pau Monne
2017-07-08  7:46 ` [PATCH v5 03/17] osstest: introduce helper to get per-host tftp prefix Roger Pau Monne
2017-07-08  7:46 ` [PATCH v5 04/17] osstest: introduce a helper to calculate the sha256 of a given file Roger Pau Monne
2017-07-08  7:47 ` [PATCH v5 05/17] osstest: introduce a helper to setup a host to boot using memdisk Roger Pau Monne
2017-07-08  7:47 ` [PATCH v5 06/17] osstest: add executive prefix to resource_shared_mark_ready Roger Pau Monne
2017-07-19 15:33   ` Ian Jackson
2017-07-08  7:47 ` [PATCH v5 07/17] osstest: introduce rename_shared_mark_ready Roger Pau Monne
2017-07-19 15:34   ` Ian Jackson
2017-07-08  7:47 ` [PATCH v5 08/17] osstest: add a FreeBSD host install script Roger Pau Monne
2017-07-19 15:35   ` Ian Jackson
2017-07-08  7:47 ` [PATCH v5 09/17] osstest: introduce build helpers for FreeBSD Roger Pau Monne
2017-07-08  7:47 ` [PATCH v5 10/17] osstest: add support for the FreeBSD package manager Roger Pau Monne
2017-07-19 15:38   ` Ian Jackson
2017-07-08  7:47 ` [PATCH v5 11/17] osstest: introduce a FreeBSD build script Roger Pau Monne
2017-07-19 15:40   ` Ian Jackson
2017-07-08  7:47 ` [PATCH v5 12/17] osstest: add support for runtime_IDENT_hostflags Roger Pau Monne
2017-07-19 15:41   ` Ian Jackson
2017-07-08  7:47 ` [PATCH v5 13/17] osstest: introduce a script to set the runtime hostflags runvar for FreeBSD jobs Roger Pau Monne
2017-07-19 15:44   ` Ian Jackson
2017-07-08  7:47 ` [PATCH v5 14/17] osstest: change the meaning of need_build_host Roger Pau Monne
2017-07-19 15:48   ` Ian Jackson
2017-07-08  7:47 ` [PATCH v5 15/17] osstest: add support for FreeBSD buildjobs to sg-run-job Roger Pau Monne
2017-07-19 15:49   ` Ian Jackson
2017-07-19 15:50   ` Ian Jackson
2017-07-08  7:47 ` [PATCH v5 16/17] osstest: introduce a script to create a FreeBSD flight Roger Pau Monne
2017-07-08  7:47 ` [PATCH v5 17/17] osstest: hook FreeBSD flight into cr-daily-branch Roger Pau Monne
2017-07-20 15:15 ` Missing bits for production usage (was: [PATCH v5 00...) Roger Pau Monne
2017-07-20 15:57   ` Ian Jackson
2017-07-20 16:11     ` Roger Pau Monne
2017-07-24 14:41     ` [OSSTEST PATCH 0/3] Introduce anointments Ian Jackson
2017-07-24 14:41       ` [OSSTEST PATCH 1/3] README.planner: Improve internals documentation a bit Ian Jackson
2017-07-24 14:41       ` [OSSTEST PATCH 2/3] schema updates: mg-schema-test-database: Cope with breaking updates Ian Jackson
2017-07-24 14:41       ` [OSSTEST PATCH 3/3] anointments: Introduce anointment scheme, and mg-anoint script Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).