| Message ID | 20251208164620.2001871-1-wzh@ilbers.de |
|---|---|
| State | Accepted, archived |
| Headers | show |
| Series | CI: Update kas version to include bwrap for GitLab CI | expand |
On 08.12.25 17:46, Zhihang Wei wrote: > Signed-off-by: Zhihang Wei <wzh@ilbers.de> > --- > .gitlab-ci.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml > index b5faa11a..1a7abcb8 100644 > --- a/.gitlab-ci.yml > +++ b/.gitlab-ci.yml > @@ -1,5 +1,5 @@ > default: > - image: ghcr.io/siemens/kas/kas-isar:4.4 > + image: ghcr.io/siemens/kas/kas-isar:4.8 > > variables: > GIT_STRATEGY: clone > @@ -26,7 +26,7 @@ variables: > > > .docker-isar: &docker-isar > - image: ghcr.io/ilbers/docker-isar:4.4 > + image: ghcr.io/ilbers/docker-isar:4.8 > > > .use-default-image: Any reason to stay on 4.x? 5.0 had some issue with isar, but 5.1 is out and should be fine. Jan
On 12/9/25 00:13, Jan Kiszka wrote: > On 08.12.25 17:46, Zhihang Wei wrote: >> Signed-off-by: Zhihang Wei<wzh@ilbers.de> >> --- >> .gitlab-ci.yml | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml >> index b5faa11a..1a7abcb8 100644 >> --- a/.gitlab-ci.yml >> +++ b/.gitlab-ci.yml >> @@ -1,5 +1,5 @@ >> default: >> - image: ghcr.io/siemens/kas/kas-isar:4.4 >> + image: ghcr.io/siemens/kas/kas-isar:4.8 >> >> variables: >> GIT_STRATEGY: clone >> @@ -26,7 +26,7 @@ variables: >> >> >> .docker-isar: &docker-isar >> - image: ghcr.io/ilbers/docker-isar:4.4 >> + image: ghcr.io/ilbers/docker-isar:4.8 >> >> >> .use-default-image: > Any reason to stay on 4.x? 5.0 had some issue with isar, but 5.1 is out > and should be fine. > > Jan > Let me try 5.1 as well. Zhihang
On 12/9/25 10:44, Zhihang Wei wrote: > > On 12/9/25 00:13, Jan Kiszka wrote: >> On 08.12.25 17:46, Zhihang Wei wrote: >>> Signed-off-by: Zhihang Wei<wzh@ilbers.de> >>> --- >>> .gitlab-ci.yml | 4 ++-- >>> 1 file changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml >>> index b5faa11a..1a7abcb8 100644 >>> --- a/.gitlab-ci.yml >>> +++ b/.gitlab-ci.yml >>> @@ -1,5 +1,5 @@ >>> default: >>> - image: ghcr.io/siemens/kas/kas-isar:4.4 >>> + image: ghcr.io/siemens/kas/kas-isar:4.8 >>> variables: >>> GIT_STRATEGY: clone >>> @@ -26,7 +26,7 @@ variables: >>> .docker-isar: &docker-isar >>> - image: ghcr.io/ilbers/docker-isar:4.4 >>> + image: ghcr.io/ilbers/docker-isar:4.8 >>> .use-default-image: >> Any reason to stay on 4.x? 5.0 had some issue with isar, but 5.1 is out >> and should be fine. >> >> Jan >> > Let me try 5.1 as well. > > Zhihang > With 5.1 it is complaining "|E: Unable to locate package sbuild-build-depends-main-dummy|". I don't have time to analyze this but would like to have 4.8 first so we can share the failure log on GitLab directly. Zhihang
Applied to next. Zhihang On 12/8/25 17:46, Zhihang Wei wrote: > Signed-off-by: Zhihang Wei <wzh@ilbers.de> > --- > .gitlab-ci.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml > index b5faa11a..1a7abcb8 100644 > --- a/.gitlab-ci.yml > +++ b/.gitlab-ci.yml > @@ -1,5 +1,5 @@ > default: > - image: ghcr.io/siemens/kas/kas-isar:4.4 > + image: ghcr.io/siemens/kas/kas-isar:4.8 > > variables: > GIT_STRATEGY: clone > @@ -26,7 +26,7 @@ variables: > > > .docker-isar: &docker-isar > - image: ghcr.io/ilbers/docker-isar:4.4 > + image: ghcr.io/ilbers/docker-isar:4.8 > > > .use-default-image:
On 11.12.25 17:14, Zhihang Wei wrote: > > > On 12/9/25 10:44, Zhihang Wei wrote: >> >> On 12/9/25 00:13, Jan Kiszka wrote: >>> On 08.12.25 17:46, Zhihang Wei wrote: >>>> Signed-off-by: Zhihang Wei<wzh@ilbers.de> >>>> --- >>>> .gitlab-ci.yml | 4 ++-- >>>> 1 file changed, 2 insertions(+), 2 deletions(-) >>>> >>>> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml >>>> index b5faa11a..1a7abcb8 100644 >>>> --- a/.gitlab-ci.yml >>>> +++ b/.gitlab-ci.yml >>>> @@ -1,5 +1,5 @@ >>>> default: >>>> - image: ghcr.io/siemens/kas/kas-isar:4.4 >>>> + image: ghcr.io/siemens/kas/kas-isar:4.8 >>>> variables: >>>> GIT_STRATEGY: clone >>>> @@ -26,7 +26,7 @@ variables: >>>> .docker-isar: &docker-isar >>>> - image: ghcr.io/ilbers/docker-isar:4.4 >>>> + image: ghcr.io/ilbers/docker-isar:4.8 >>>> .use-default-image: >>> Any reason to stay on 4.x? 5.0 had some issue with isar, but 5.1 is out >>> and should be fine. >>> >>> Jan >>> >> Let me try 5.1 as well. >> >> Zhihang >> > With 5.1 it is complaining "|E: Unable to locate package sbuild-build- > depends-main-dummy|". I don't have time to analyze this but would like > to have 4.8 first so we can share the failure log on GitLab directly. > That's the sbuild bug that was recently fixed, backported, but not yet released to the container in 5.1. You need to use the bookworm based container in the meantime. Adjust kas-container accordingly. Jan
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5faa11a..1a7abcb8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: ghcr.io/siemens/kas/kas-isar:4.4 + image: ghcr.io/siemens/kas/kas-isar:4.8 variables: GIT_STRATEGY: clone @@ -26,7 +26,7 @@ variables: .docker-isar: &docker-isar - image: ghcr.io/ilbers/docker-isar:4.4 + image: ghcr.io/ilbers/docker-isar:4.8 .use-default-image:
Signed-off-by: Zhihang Wei <wzh@ilbers.de> --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)