public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/3] Switch to own isar-docker image
@ 2023-03-07  4:36 Uladzimir Bely
  2023-03-07  4:36 ` [PATCH 1/3] testsuite: Dockerfile for " Uladzimir Bely
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Uladzimir Bely @ 2023-03-07  4:36 UTC (permalink / raw)
  To: isar-users

In comparison with previously used kas-isar image, switch to own
isar-docker one, that better fit CI needs:
 - Avocado testsuite preinstalled;
 - Qemu-system packages for run tests preinstalled;
 - Potentially, avocado can be run directly, without ci_build.sh.

Uladzimir Bely (3):
  testsuite: Dockerfile for isar-docker image
  testsuite: Add README for isar-docker
  gitlab-ci: Switch to own isar-docker image

 .gitlab-ci.yml                            |   3 +-
 testsuite/dockerdata/.dockerignore        |   3 +
 testsuite/dockerdata/Dockerfile           |  48 ++++++
 testsuite/dockerdata/README.md            |  19 +++
 testsuite/dockerdata/container-entrypoint |   9 ++
 testsuite/dockerdata/contrib/oe-git-proxy | 187 ++++++++++++++++++++++
 6 files changed, 268 insertions(+), 1 deletion(-)
 create mode 100644 testsuite/dockerdata/.dockerignore
 create mode 100644 testsuite/dockerdata/Dockerfile
 create mode 100644 testsuite/dockerdata/README.md
 create mode 100755 testsuite/dockerdata/container-entrypoint
 create mode 100755 testsuite/dockerdata/contrib/oe-git-proxy

-- 
2.20.1


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

end of thread, other threads:[~2023-03-14 14:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-07  4:36 [PATCH 0/3] Switch to own isar-docker image Uladzimir Bely
2023-03-07  4:36 ` [PATCH 1/3] testsuite: Dockerfile for " Uladzimir Bely
2023-03-09  7:57   ` Schaffner, Tobias
2023-03-09  9:05     ` Baurzhan Ismagulov
2023-03-09  9:14       ` Uladzimir Bely
2023-03-09 11:10         ` Jan Kiszka
2023-03-09 11:07       ` Jan Kiszka
2023-03-07  4:36 ` [PATCH 2/3] testsuite: Add README for isar-docker Uladzimir Bely
2023-03-07  4:36 ` [PATCH 3/3] gitlab-ci: Switch to own isar-docker image Uladzimir Bely
2023-03-14 13:49 ` [PATCH 0/3] " Henning Schild
2023-03-14 14:00   ` Jan Kiszka
2023-03-14 14:25     ` Henning Schild
2023-03-14 14:28       ` Jan Kiszka

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