bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* Initial Travis smoke testing
@ 2020-03-28 21:32 Jeffrey Walton
  2020-03-28 21:41 ` Jeffrey Walton
  2020-03-28 22:19 ` Bruno Haible
  0 siblings, 2 replies; 4+ messages in thread
From: Jeffrey Walton @ 2020-03-28 21:32 UTC (permalink / raw)
  To: bug-gnulib

Hi Everyone/Bruno/Paul,

The initial Travis smoke test went in today. It is on my testing fork
at https://github.com/noloader/gnulib.

The Travis configuration file is at
https://github.com/noloader/gnulib/blob/master/.travis.yml. The Travis
test results are at
https://travis-ci.com/github/noloader/gnulib/builds for the time
being.

Each Travis job runs 32 Gnulib module tests. The first 32 are taken
using head -n 32. module_list has approximately 725 testable modules.

module_list=$(find modules -name '*tests' | sed -e 's|^modules/||g' -e
's|-tests$||g' | sort | head -n 32)

The big TODO is, how to partition the list so every module is tested
at least once a week or every two weeks.

Does anyone have an idea about partitioning the tests? (I have some,
but I don't want to taint suggestions).

Jeff


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

end of thread, other threads:[~2020-03-28 22:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-28 21:32 Initial Travis smoke testing Jeffrey Walton
2020-03-28 21:41 ` Jeffrey Walton
2020-03-28 22:19 ` Bruno Haible
2020-03-28 22:51   ` Jeffrey Walton

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 read-only IMAP folder(s) and NNTP newsgroup(s).