Re: [OS-BUILD PATCHv4] redhat/configs: Clean up x86-64 call depth tracking configs

2023-07-03 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2452#note_1454516930 I'm not Justin but I don't see a functional change here. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an

Re: [OS-BUILD PATCH 0/5] Enable cs-like CI

2023-07-03 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2538#note_1454560154 https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2552 is merged now ___ kernel mailing list -- kernel@lists.fedoraproject.org To

Re: [OS-BUILD PATCH 0/5] Enable cs-like CI

2023-07-03 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2538#note_1454824337 I haven't check artefacts in latest pipeline, but it's all green now. ___ kernel mailing list -- kernel@lists.fedoraproject.org To

⏭️ SKIPPED: Test report for 6.3.11-100.fc37 (kernel-fedora)

2023-07-03 Thread cki-project
Hi, we tested your kernel and here are the results: Overall result: SKIPPED Merge: OK Compile: OK Test: SKIPPED Kernel information: Brew / Koji Task ID: 102842675 You can find all the details about the test run at

[OS-BUILD PATCHv2 6/9] CI: ark-create-release: Add a robust check if nothing changed

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: ark-create-release: Add a robust check if nothing changed There are rare cases where upstream hasn't updated and no new 'include in release' patches were created. The nightly cron job may stumble upon no new changes. This is blocked by the failure of 'make

[OS-BUILD PATCHv2 7/9] CI: sync ark-create-release push commands with output

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: sync ark-create-release push commands with output A user can run the ci scripts and either auto push the changes or not. If the changes are not pushed, a message is printed explaining the steps needed to properly push the changes. Over time the real push and the output got

[OS-BUILD PATCHv2 3/9] CI: Call script directly

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: Call script directly Originally I thought it would be safer to use a Makefile to control the variables to the ci scripts. Now I realize I lose the ability to pass arguments unless I use environment variables. Let's call the script directly in preparation for use arguments

[OS-BUILD PATCHv2 4/9] CI: Introduce simple environment script

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: Introduce simple environment script Simple code re-use across the ci scripts. The same variables and setup functions are used. Update the ci scripts to source the new script. This changes the API to ark-create-release.sh, so modify the call to the script to accept the

[OS-BUILD PATCHv2 5/9] CI: Remove legacy tag check cruft

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: Remove legacy tag check cruft Originally code was added to handle the script being repeatedly called by detecting an existing tag and aborting to prevent a mess. Over the years we removed the ark-patches, did more git merges and strengthened dist-release. This simplified

[OS-BUILD PATCHv2 8/9] CI: ark-update-configs: misc changes

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: ark-update-configs: misc changes Simple changes in preparation to help with readability with later changes. No behavior changes. Signed-off-by: Don Zickus diff --git a/redhat/scripts/ci/ark-update-configs.sh b/redhat/scripts/ci/ark-update-configs.sh index

[OS-BUILD PATCHv2 9/9] CI: ark-update-configs: sync push command and output

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: ark-update-configs: sync push command and output A rather large change that just moves everything into variables. The end result is the same except the push command is also echo'd before being eval'd. This allows the script to keep the command and output in sync. The

[OS-BUILD PATCHv2 1/9] CI: Move os-build tracking to common area

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: Move os-build tracking to common area Future changes will use also use os-build, move the tracking to a common area to reduce code duplication. Signed-off-by: Don Zickus diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++

[OS-BUILD PATCHv2 2/9] CI: Remove stale TAG and Makefile cruft

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: Remove stale TAG and Makefile cruft The TAG variable turned into _TAG but the ci scripts were never updated to reflect that. No one noticed for over a year, therefore it must not be important. Also dist-merge-upstream had a branch check as a safety valve to prevent

[OS-BUILD PATCHv2 0/9] CI: script cleanup part2

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2518 These changes remove a lot of legacy cruft and simplify reading of the code. The goal is to make it easier to understand what is going on and run things locally. Because of the code

[OS-BUILD PATCH 2/5] Move ARK pipeline variables into job template

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Move ARK pipeline variables into job template Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,6 @@ workflow: name: kernel-ark builder_image:

[OS-BUILD PATCH 0/5] Adjust ARK CI pipelines to be closer to the baseline trigger

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2575 Signed-off-by: Michael Hofmann --- .gitlab-ci.yml | 50 +- 1 files changed, 29 insertions(+), 21 deletions(-)

[OS-BUILD PATCH 1/5] Simplify ARK pipeline rules

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Simplify ARK pipeline rules Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,18 +47,17 @@ workflow: skip_test: 'true' skip_results: 'true' rules: -

[OS-BUILD PATCHv2 0/3] CI: simple script cleanups part1

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2517 A collection of simple ci scripts cleanups in preparation for future automation and easy maintenance. Signed-off-by: Don Zickus --- redhat/Makefile | 12 ++-- .gitlab-ci.yml

[OS-BUILD PATCHv2 1/3] CI: Move os-build tracking to common area

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: Move os-build tracking to common area Future changes will use also use os-build, move the tracking to a common area to reduce code duplication. Signed-off-by: Don Zickus diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++

[OS-BUILD PATCHv2 2/3] CI: Remove stale TAG and Makefile cruft

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: Remove stale TAG and Makefile cruft The TAG variable turned into _TAG but the ci scripts were never updated to reflect that. No one noticed for over a year, therefore it must not be important. Also dist-merge-upstream had a branch check as a safety valve to prevent

[OS-BUILD PATCHv2 3/3] CI: Call script directly

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: Call script directly Originally I thought it would be safer to use a Makefile to control the variables to the ci scripts. Now I realize I lose the ability to pass arguments unless I use environment variables. Let's call the script directly in preparation for use arguments

[OS-BUILD PATCHv3 2/5] Move ARK pipeline variables into job template

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Move ARK pipeline variables into job template Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,6 @@ workflow: name: kernel-ark builder_image:

[OS-BUILD PATCHv3 5/5] Add ARK debug pipeline

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Add ARK debug pipeline Looking at Koji, debug variants are only enabled for aarch64/x86_64. https://koji.fedoraproject.org/koji/buildinfo?buildID=2220061 Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv3 4/5] Extract common parts of child pipeline job

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Extract common parts of child pipeline job Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,19 +33,23 @@ workflow: PIPELINE_TYPE: 'ark-ci' kernel_type:

[OS-BUILD PATCHv3 3/5] Enable ARK pipeline native tools

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Enable ARK pipeline native tools Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,7 @@ workflow: builder_image: quay.io/cki/builder-rawhide

Re: [OS-BUILD PATCHv2 0/3] CI: simple script cleanups part1

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2517#note_1455506742 probably not. just legacy cruft. will remove it. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCH 3/5] Enable ARK pipeline native tools

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Enable ARK pipeline native tools Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,7 @@ workflow: builder_image: quay.io/cki/builder-rawhide

[OS-BUILD PATCH 4/5] Extract common parts of child pipeline job

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Extract common parts of child pipeline job Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,19 +33,23 @@ workflow: PIPELINE_TYPE: 'ark-ci' kernel_type:

[OS-BUILD PATCH 5/5] Add ARK debug pipeline

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Add ARK debug pipeline Looking at Koji, debug variants are only enabled for aarch64/x86_64. https://koji.fedoraproject.org/koji/buildinfo?buildID=2220061 Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv2 0/5] Adjust ARK CI pipelines to be closer to the baseline trigger

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2575 Signed-off-by: Michael Hofmann --- .gitlab-ci.yml | 50 +- 1 files changed, 29 insertions(+), 21 deletions(-)

[OS-BUILD PATCHv2 1/5] Simplify ARK pipeline rules

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Simplify ARK pipeline rules Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,18 +47,17 @@ workflow: skip_test: 'true' skip_results: 'true' rules: -

[OS-BUILD PATCHv2 2/5] Move ARK pipeline variables into job template

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Move ARK pipeline variables into job template Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,6 @@ workflow: name: kernel-ark builder_image:

[OS-BUILD PATCHv3 0/5] Adjust ARK CI pipelines to be closer to the baseline trigger

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2575 Signed-off-by: Michael Hofmann --- .gitlab-ci.yml | 50 +- 1 files changed, 29 insertions(+), 21 deletions(-)

[OS-BUILD PATCHv3 1/5] Simplify ARK pipeline rules

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Simplify ARK pipeline rules Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,18 +47,17 @@ workflow: skip_test: 'true' skip_results: 'true' rules: -

[OS-BUILD PATCHv3 2/3] CI: Remove stale TAG and Makefile cruft

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: Remove stale TAG and Makefile cruft The TAG variable turned into _TAG but the ci scripts were never updated to reflect that. No one noticed for over a year, therefore it must not be important. Also dist-merge-upstream had a branch check as a safety valve to prevent

[OS-BUILD PATCHv3 3/3] CI: Call script directly

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: Call script directly Originally I thought it would be safer to use a Makefile to control the variables to the ci scripts. Now I realize I lose the ability to pass arguments unless I use environment variables. Let's call the script directly in preparation for use arguments

[OS-BUILD PATCHv3 1/3] CI: Move os-build tracking to common area

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus CI: Move os-build tracking to common area Future changes will use also use os-build, move the tracking to a common area to reduce code duplication. Signed-off-by: Don Zickus diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++

[OS-BUILD PATCHv3 0/3] CI: simple script cleanups part1

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2517 A collection of simple ci scripts cleanups in preparation for future automation and easy maintenance. Signed-off-by: Don Zickus --- redhat/Makefile | 12 ++-- .gitlab-ci.yml

Re: [OS-BUILD PATCHv2] redhat/configs: enable ChromeOS ACPI driver

2023-07-03 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2153#note_1455325138 @msalter - they are questions with this MR that haven't been answered. And folks are not sure if this makes sense. Closing for now. Feel free to re- open with answers if you still

[OS-BUILD PATCHv5 4/9] Extract common parts of child pipeline job

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Extract common parts of child pipeline job Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,19 +33,23 @@ workflow: PIPELINE_TYPE: 'ark-ci' kernel_type:

[OS-BUILD PATCHv5 6/9] Require ELN pipelines if started automatically

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Require ELN pipelines if started automatically Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,7 +77,6 @@ workflow: when: manual allow_failure: true

[OS-BUILD PATCHv5 5/9] Add ARK debug pipeline

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Add ARK debug pipeline Looking at Koji, debug variants are only enabled for aarch64/x86_64. https://koji.fedoraproject.org/koji/buildinfo?buildID=2220061 Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv5 8/9] Simplify job templates

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Simplify job templates Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,8 +22,6 @@ workflow: rules: - if: '$CI_PIPELINE_SOURCE == "schedule"' # ARK

[OS-BUILD PATCHv5 9/9] Run RH selftests for ELN

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Run RH selftests for ELN Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,6 +50,7 @@ workflow: kernel_type: 'upstream' srpm_make_target: dist-srpm

[OS-BUILD PATCHv5 7/9] Extract rules to allow orthogonal configuration

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Extract rules to allow orthogonal configuration Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,24 @@ workflow: variables:

[OS-BUILD PATCHv4 0/6] Adjust ARK CI pipelines to be closer to the baseline trigger

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2575 Part of https://gitlab.com/cki-project/kernel-ark/-/issues/113 Signed-off-by: Michael Hofmann --- .gitlab-ci.yml | 51 +-- 1

[OS-BUILD PATCHv4 1/6] Simplify ARK pipeline rules

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Simplify ARK pipeline rules Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,18 +47,17 @@ workflow: skip_test: 'true' skip_results: 'true' rules: -

[OS-BUILD PATCHv4 2/6] Move ARK pipeline variables into job template

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Move ARK pipeline variables into job template Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,6 @@ workflow: name: kernel-ark builder_image:

[OS-BUILD PATCHv4 3/6] Enable ARK pipeline native tools

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Enable ARK pipeline native tools Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,7 @@ workflow: builder_image: quay.io/cki/builder-rawhide

[OS-BUILD PATCHv4 4/6] Extract common parts of child pipeline job

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Extract common parts of child pipeline job Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,19 +33,23 @@ workflow: PIPELINE_TYPE: 'ark-ci' kernel_type:

[OS-BUILD PATCHv4 5/6] Add ARK debug pipeline

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Add ARK debug pipeline Looking at Koji, debug variants are only enabled for aarch64/x86_64. https://koji.fedoraproject.org/koji/buildinfo?buildID=2220061 Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 ---

[OS-BUILD PATCHv4 6/6] Require ELN pipelines if started automatically

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Require ELN pipelines if started automatically Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,7 +77,6 @@ workflow: when: manual allow_failure: true

[OS-BUILD PATCHv5 1/9] Simplify ARK pipeline rules

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Simplify ARK pipeline rules Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,18 +47,17 @@ workflow: skip_test: 'true' skip_results: 'true' rules: -

[OS-BUILD PATCHv5 2/9] Move ARK pipeline variables into job template

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Move ARK pipeline variables into job template Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,6 @@ workflow: name: kernel-ark builder_image:

[OS-BUILD PATCHv5 0/9] Adjust ARK CI pipelines to be closer to the baseline trigger

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2575 Part of https://gitlab.com/cki-project/kernel-ark/-/issues/113 Signed-off-by: Michael Hofmann --- .gitlab-ci.yml | 105

[OS-BUILD PATCHv5 3/9] Enable ARK pipeline native tools

2023-07-03 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann Enable ARK pipeline native tools Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,7 @@ workflow: builder_image: quay.io/cki/builder-rawhide