Message ID | cover.7da1777882774486a13e6f39ff4a2096f6b7901e.1744028549.git-series.marmarek@invisiblethingslab.com (mailing list archive) |
---|---|
Headers | show |
Series | Several CI cleanups and improvements, plus yet another new runner | expand |
On 07/04/2025 1:31 pm, Marek Marczykowski-Górecki wrote: > The jump is pretty big, but should be enough for a longer time. The > change right now is motivated adding new runner with AMD Zen4. > > Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> > --- > automation/gitlab-ci/build.yaml | 4 +- > automation/gitlab-ci/test.yaml | 2 +- > automation/tests-artifacts/kernel/6.1.19.dockerfile | 41 +------------- > automation/tests-artifacts/kernel/6.12.21.dockerfile | 41 +++++++++++++- > 4 files changed, 44 insertions(+), 44 deletions(-) > delete mode 100644 automation/tests-artifacts/kernel/6.1.19.dockerfile > create mode 100644 automation/tests-artifacts/kernel/6.12.21.dockerfile I'd really prefer not to continue extending the *-export mess, but that in turn needs fixes in the test-artefacts repo first. It should simplify later parts of this series. ~Andrew