All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fuego] fuego-core patches (migration to testspecs and more)
@ 2017-03-30  1:04 Daniel Sangorrin
  2017-03-30  1:04 ` [Fuego] [PATCH 01/16] indentation: fix indentation for dhrystone parser Daniel Sangorrin
  0 siblings, 1 reply; 33+ messages in thread
From: Daniel Sangorrin @ 2017-03-30  1:04 UTC (permalink / raw)
  To: fuego

Hi,

This bag of patches includes bug fixes and changes in functionality.

[PATCH 01/16] indentation: fix indentation for dhrystone parser
[PATCH 02/16] abort: fix the abort function
  -> without this fix failed jobs were looping until the timeout.
     Seems like a Jenkins' bug.

[PATCH 03/16] shell e flag: remove any e flag from fuego
  -> As Tim mentioned during the AGL web meeting the e flag is
     not the way to catch errors so I removed it.

[PATCH 04/16] parser: remove error message when no matches
[PATCH 05/16] benchmark: use the same pattern as in functional
[PATCH 06/16] board file: remove conf from the path to the board file
  -> fuego-ro/boards/ instead of fuego-ro/conf/boards

[PATCH 07/16] batch: remove batch_testplan reference
  -> I will implement an add-batch subcommand in the future and
     fix reports.sh. For now remove this dead code.

[PATCH 08/16] testplans: use testspecs instead of testplans
  -> This is the MOST IMPORTANT patch in this series. It removes
     the need to have a testplan or have your test in testplan_default.
     Actually testplans are only needed when adding jobs, or
     when creating a batch job. The rest can be done with just
     the test spec. This also allowed me to simplify ovgen.py
     a little bit more.

[PATCH 09/16] distrib: DISTRIB must be defined in the board file
  -> I didnt update all of the boards, because I want to completely
     rewrite the board files.

[PATCH 10/16] user_checks: add to commands so they execute under
   -> thanks for the tip

[PATCH 11/16] ftc:rm-jobs: remove limitation of 4 words
[PATCH 12/16] description setter: put log if the test fails
  -> Tim, you were right about this.

[PATCH 13/16] ftc: remove testplans and use testspecs
  -> Maybe i should have rebased this and squash it with 08/16 sorry

[PATCH 14/16] ftc test: remove distrib and update paths
[PATCH 15/16] fail_check_cases should not abort the job
  -> this might need more review

[PATCH 16/16] a bit of cleaning and style fixes

Thanks,
Daniel


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

end of thread, other threads:[~2017-03-30 23:19 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-30  1:04 [Fuego] fuego-core patches (migration to testspecs and more) Daniel Sangorrin
2017-03-30  1:04 ` [Fuego] [PATCH 01/16] indentation: fix indentation for dhrystone parser Daniel Sangorrin
2017-03-30  1:04   ` [Fuego] [PATCH 02/16] abort: fix the abort function Daniel Sangorrin
2017-03-30 20:26     ` Bird, Timothy
2017-03-30 20:29     ` Bird, Timothy
2017-03-30  1:04   ` [Fuego] [PATCH 03/16] shell e flag: remove any e flag from fuego Daniel Sangorrin
2017-03-30 20:40     ` Bird, Timothy
2017-03-30  1:04   ` [Fuego] [PATCH 04/16] parser: remove error message when no matches Daniel Sangorrin
2017-03-30 20:51     ` Bird, Timothy
2017-03-30  1:04   ` [Fuego] [PATCH 05/16] benchmark: use the same pattern as in functional Daniel Sangorrin
2017-03-30 20:54     ` Bird, Timothy
2017-03-30  1:04   ` [Fuego] [PATCH 06/16] board file: remove conf from the path to the board file Daniel Sangorrin
2017-03-30 21:24     ` Bird, Timothy
2017-03-30  1:04   ` [Fuego] [PATCH 07/16] batch: remove batch_testplan reference Daniel Sangorrin
2017-03-30 21:32     ` Bird, Timothy
2017-03-30  1:04   ` [Fuego] [PATCH 08/16] testplans: use testspecs instead of testplans internally Daniel Sangorrin
2017-03-30 21:43     ` Bird, Timothy
2017-03-30  1:04   ` [Fuego] [PATCH 09/16] distrib: DISTRIB must be defined in the board file Daniel Sangorrin
2017-03-30 22:46     ` Bird, Timothy
2017-03-30  1:04   ` [Fuego] [PATCH 10/16] user_checks: add to commands so they execute under jenkins Daniel Sangorrin
2017-03-30 22:49     ` Bird, Timothy
2017-03-30  1:04   ` [Fuego] [PATCH 11/16] ftc:rm-jobs: remove limitation of 4 words Daniel Sangorrin
2017-03-30 22:50     ` Bird, Timothy
2017-03-30  1:04   ` [Fuego] [PATCH 12/16] description setter: put log if the test fails Daniel Sangorrin
2017-03-30 23:04     ` Bird, Timothy
2017-03-30  1:04   ` [Fuego] [PATCH 13/16] ftc: remove testplans and use testspecs Daniel Sangorrin
2017-03-30 23:06     ` Bird, Timothy
2017-03-30  1:04   ` [Fuego] [PATCH 14/16] ftc test: remove distrib and update paths Daniel Sangorrin
2017-03-30 23:13     ` Bird, Timothy
2017-03-30  1:04   ` [Fuego] [PATCH 15/16] fail_check_cases should not abort the job Daniel Sangorrin
2017-03-30 23:16     ` Bird, Timothy
2017-03-30  1:04   ` [Fuego] [PATCH 16/16] a bit of cleaning and style fixes Daniel Sangorrin
2017-03-30 23:19     ` Bird, Timothy

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.