public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "'Cedric Hombourger' via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Cc: Cedric Hombourger <cedric.hombourger@siemens.com>
Subject: [PATCH v2 0/1] test: provide ci_shell as a convenience wrapper
Date: Sat,  1 Nov 2025 07:24:23 +0100	[thread overview]
Message-ID: <20251101062447.3388795-1-cedric.hombourger@siemens.com> (raw)
In-Reply-To: <20251024132204.3476198-1-cedric.hombourger@siemens.com>

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 a simple
kas fragment (`kas/ci-shell.yml`) to use your existing copy
of the Isar code checkout: 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 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.

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

 CONTRIBUTING.md     | 52 +++++++++++----------------------------------
 kas/ci-shell.yml    | 19 +++++++++++++++++
 scripts/ci_setup.sh | 32 +++++++++++++++++++++++-----
 scripts/ci_shell    | 18 ++++++++++++++++
 4 files changed, 76 insertions(+), 45 deletions(-)
 create mode 100644 kas/ci-shell.yml
 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/20251101062447.3388795-1-cedric.hombourger%40siemens.com.

  reply	other threads:[~2025-11-01  6:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-24 13:21 [PATCH] test: provide ci_shell as a convienence wrapper 'Cedric Hombourger' via isar-users
2025-11-01  6:24 ` 'Cedric Hombourger' via isar-users [this message]
2025-11-01  6:24   ` [PATCH v2 1/1] test: provide ci_shell as a convenience wrapper 'Cedric Hombourger' via isar-users

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251101062447.3388795-1-cedric.hombourger@siemens.com \
    --to=isar-users@googlegroups.com \
    --cc=cedric.hombourger@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox