All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/20] gitlab: Simplify the test script
@ 2020-03-07  3:07 Simon Glass
  2020-03-07  3:07 ` [PATCH 01/20] sandbox: Add documentation about required/useful packages Simon Glass
                   ` (20 more replies)
  0 siblings, 21 replies; 44+ messages in thread
From: Simon Glass @ 2020-03-07  3:07 UTC (permalink / raw)
  To: u-boot

At present there are several things in the gitlab script which work around
limitations in buildman. With a few small feature additions these can be
removed.

This series adds some new features to buildman and simplifies the script:
- Option to run a single build in a specified output directory
- Allow ignoring warnings
- Removes a restriction on the build output directory

It also
- moves test.py over to use buildman for the --build option
- makes one change to azure since the same approach should be possible there
- fixes a few minor problems noticed in main and sandbox docs


Simon Glass (20):
  sandbox: Add documentation about required/useful packages
  main: Drop show_boot_progress() prototype
  buildman: Document the members of BuilderJob
  bulidman: Add support for a simple build
  gitlab: Use the -w option for sandbox_spl
  azure: Use the -w option for sandbox_spl
  gitlab: Use the --board buildman flag
  gitlab: Drop the BUILDMAN variable
  buildman: Update help for -d
  gitlab: Drop the buildman -d flag
  gitlab: Drop unnecessary if..fi
  gitlab: Use -w flag for all builds
  gitlab: Use bash to avoid needing a_test_which_does_not_exist
  buildman: Allow ignoring warnings in the return code
  gitlab: Use the buildman -W flag
  gitlab: Enable test_handoff
  buildman: Be more selective about which directories to remove
  buildman: Allow building within a subdir of the current dir
  test/py: Use buildman to build U-Boot
  gitlab: Simplify the exit code for test.py

 .azure-pipelines.yml            |  4 +-
 .gitlab-ci.yml                  | 81 +++++++++------------------------
 common/main.c                   |  5 --
 doc/arch/sandbox.rst            | 10 ++++
 test/py/conftest.py             | 16 +++----
 tools/buildman/README           | 13 +++++-
 tools/buildman/builder.py       | 51 ++++++++++++++++-----
 tools/buildman/builderthread.py | 34 ++++++++++----
 tools/buildman/cmdline.py       |  6 ++-
 tools/buildman/control.py       | 35 ++++----------
 tools/buildman/func_test.py     | 46 ++++++++++++++-----
 tools/buildman/test.py          | 20 ++++++++
 12 files changed, 186 insertions(+), 135 deletions(-)

-- 
2.25.1.481.gfbce0eb801-goog

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

end of thread, other threads:[~2020-03-15 16:43 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-07  3:07 [PATCH 00/20] gitlab: Simplify the test script Simon Glass
2020-03-07  3:07 ` [PATCH 01/20] sandbox: Add documentation about required/useful packages Simon Glass
2020-03-07  3:07 ` [PATCH 02/20] main: Drop show_boot_progress() prototype Simon Glass
2020-03-07  3:07 ` [PATCH 03/20] buildman: Document the members of BuilderJob Simon Glass
2020-03-07  3:07 ` [PATCH 04/20] bulidman: Add support for a simple build Simon Glass
2020-03-07  3:07 ` [PATCH 05/20] gitlab: Use the -w option for sandbox_spl Simon Glass
2020-03-09 17:50   ` Tom Rini
2020-03-07  3:07 ` [PATCH 06/20] azure: " Simon Glass
2020-03-07  3:07 ` [PATCH 07/20] gitlab: Use the --board buildman flag Simon Glass
2020-03-09 17:46   ` Tom Rini
2020-03-10 23:22     ` Simon Glass
2020-03-07  3:07 ` [PATCH 08/20] gitlab: Drop the BUILDMAN variable Simon Glass
2020-03-07  3:07 ` [PATCH 09/20] buildman: Update help for -d Simon Glass
2020-03-07  3:07 ` [PATCH 10/20] gitlab: Drop the buildman -d flag Simon Glass
2020-03-07  3:07 ` [PATCH 11/20] gitlab: Drop unnecessary if..fi Simon Glass
2020-03-07  3:07 ` [PATCH 12/20] gitlab: Use -w flag for all builds Simon Glass
2020-03-09 17:58   ` Tom Rini
2020-03-15  3:10     ` Simon Glass
2020-03-15 13:03       ` Tom Rini
2020-03-15 15:07         ` Simon Glass
2020-03-15 15:23           ` Tom Rini
2020-03-15 15:50             ` Simon Glass
2020-03-15 16:18               ` Tom Rini
2020-03-15 16:43                 ` Simon Glass
2020-03-07  3:07 ` [PATCH 13/20] gitlab: Use bash to avoid needing a_test_which_does_not_exist Simon Glass
2020-03-09 17:56   ` Tom Rini
2020-03-07  3:07 ` [PATCH 14/20] buildman: Allow ignoring warnings in the return code Simon Glass
2020-03-07  3:07 ` [PATCH 15/20] gitlab: Use the buildman -W flag Simon Glass
2020-03-09 18:01   ` Tom Rini
2020-03-07  3:07 ` [PATCH 16/20] gitlab: Enable test_handoff Simon Glass
2020-03-07  3:07 ` [PATCH 17/20] buildman: Be more selective about which directories to remove Simon Glass
2020-03-07  3:07 ` [PATCH 18/20] buildman: Allow building within a subdir of the current dir Simon Glass
2020-03-07  3:07 ` [PATCH 19/20] test/py: Use buildman to build U-Boot Simon Glass
2020-03-09 17:10   ` Stephen Warren
2020-03-09 17:41     ` Tom Rini
2020-03-11  2:27       ` Simon Glass
2020-03-12 14:03         ` Tom Rini
2020-03-10 23:22     ` Simon Glass
2020-03-07  3:07 ` [PATCH 20/20] gitlab: Simplify the exit code for test.py Simon Glass
2020-03-09 17:55 ` [PATCH 00/20] gitlab: Simplify the test script Tom Rini
2020-03-15  3:10   ` Simon Glass
2020-03-15 13:02     ` Tom Rini
2020-03-15 15:07       ` Simon Glass
2020-03-15 15:17         ` Tom Rini

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.