xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 00/20] osstest: initial FreeBSD support
@ 2017-07-24 11:07 Roger Pau Monne
  2017-07-24 11:07 ` [PATCH v6 01/20] osstest: make built_stash_file store a path_ runvar for each file Roger Pau Monne
                   ` (19 more replies)
  0 siblings, 20 replies; 36+ messages in thread
From: Roger Pau Monne @ 2017-07-24 11:07 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_v6

List of patches:

A = Acked
N = New in this version

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

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

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

end of thread, other threads:[~2017-10-27 16:19 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-24 11:07 [PATCH v6 00/20] osstest: initial FreeBSD support Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 01/20] osstest: make built_stash_file store a path_ runvar for each file Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 02/20] osstest: move known_hosts generation to TestSupport Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 03/20] osstest: introduce helper to get per-host tftp prefix Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 04/20] osstest: introduce a helper to calculate the sha256 of a given file Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 05/20] osstest: introduce a helper to setup a host to boot using memdisk Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 06/20] osstest: add executive prefix to resource_shared_mark_ready Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 07/20] osstest: introduce resource_shared_mark_ready Roger Pau Monne
2017-10-27 16:19   ` Ian Jackson
2017-07-24 11:07 ` [PATCH v6 08/20] osstest: add a FreeBSD host install script Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 09/20] osstest: introduce build helpers for FreeBSD Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 10/20] osstest: add prototypes to target_install_packages{_norec} Roger Pau Monne
2017-07-25 13:20   ` Ian Jackson
2017-07-24 11:07 ` [PATCH v6 11/20] osstest: add support for the FreeBSD package manager Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 12/20] osstest: introduce a FreeBSD build script Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 13/20] osstest: add support for runtime_IDENT_hostflags Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 14/20] osstest: introduce a script to set the runtime hostflags runvar for FreeBSD jobs Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 15/20] osstest: change the meaning of need_build_host Roger Pau Monne
2017-07-24 15:28   ` Ian Jackson
2017-07-24 11:07 ` [PATCH v6 16/20] osstest: add support for FreeBSD buildjobs to sg-run-job Roger Pau Monne
2017-07-24 15:29   ` Ian Jackson
2017-07-24 11:07 ` [PATCH v6 17/20] osstest: introduce a script to create a FreeBSD flight Roger Pau Monne
2017-07-24 15:38   ` Ian Jackson
2017-07-24 15:45     ` Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 18/20] osstest: hook FreeBSD flight into cr-daily-branch Roger Pau Monne
2017-07-24 15:44   ` Ian Jackson
2017-07-24 16:03     ` Roger Pau Monne
2017-07-24 16:13       ` Ian Jackson
2017-07-25  7:17         ` Roger Pau Monne
2017-07-24 11:07 ` [PATCH v6 19/20] osstest: save/retrieve the last successfully tested FreeBSD build Roger Pau Monne
2017-07-24 15:56   ` Ian Jackson
2017-07-25  7:56     ` Roger Pau Monne
2017-07-25 10:24       ` Ian Jackson
2017-07-25 12:06         ` Roger Pau Monne
2017-07-25 13:21           ` Ian Jackson
2017-07-24 11:07 ` [PATCH v6 20/20] osstest: add anoint dummy script Roger Pau Monne

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).