public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v3 0/1] test: provide ci_shell as a convenience wrapper
@ 2025-11-03 17:11 'Cedric Hombourger' via isar-users
  2025-11-03 17:11 ` [PATCH v3 1/1] " 'Cedric Hombourger' via isar-users
  0 siblings, 1 reply; 2+ messages in thread
From: 'Cedric Hombourger' via isar-users @ 2025-11-03 17:11 UTC (permalink / raw)
  To: isar-users; +Cc: Cedric Hombourger

Ease use of the container environment that may be used to run
tests from this project by adding a `scripts/ci_shell` script
to invoke `kas-container` for you. The script uses the existing
kas/isar.yml kas file to use your existing checkout of the Isar
code: this makes it easier to test your work-in-progress changes.

Lastly, `ci_setup.sh` will produce less output (e.g. when
installing dependencies) and will print a few hints to remind
users with useful commands.

Changes since v2:
 - drop redundant kas/ci-shell.yml since identical to the
   existing kas/isar.yml file

Changes since v1:
 - use a temporary KAS_BUILD_DIR for the build container since we are
   not using kas for building test cases but only as a runtime
   environment. By that, the build folder created by kas does not
   conflict with the folder created by avocado builds.

Future work:
 - Provide a Containerfile to build a container image with package
   dependencies pre-installed (as suggested by Jan Kiszka).

Cedric Hombourger (1):
  test: provide ci_shell as a convenience wrapper

 CONTRIBUTING.md     | 52 +++++++++++----------------------------------
 scripts/ci_setup.sh | 32 +++++++++++++++++++++++-----
 scripts/ci_shell    | 18 ++++++++++++++++
 3 files changed, 57 insertions(+), 45 deletions(-)
 create mode 100755 scripts/ci_shell

-- 
2.47.3

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20251103171150.338064-1-cedric.hombourger%40siemens.com.

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

end of thread, other threads:[~2025-11-03 17:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-03 17:11 [PATCH v3 0/1] test: provide ci_shell as a convenience wrapper 'Cedric Hombourger' via isar-users
2025-11-03 17:11 ` [PATCH v3 1/1] " 'Cedric Hombourger' via isar-users

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox