mbox series

[0/4] testing/next: purging remaining centos 8 bits

Message ID 20240521125314.1255403-1-alex.bennee@linaro.org
Headers show
Series testing/next: purging remaining centos 8 bits | expand

Message

Alex Bennée May 21, 2024, 12:53 p.m. UTC
There are a few more bits referencing centos8 in the tree which needed
cleaning up. After this we can remove the dedicated runner from the
gitlab registration. If we want to keep a dedicated Centos runner then
we can add back the bits needed to set it up (although arguably we
could have a single build-environment setup that handles all distros
and integrates with lcitool).

Alex.

Alex Bennée (4):
  ci: remove centos-steam-8 customer runner
  docs/devel: update references to centos to later version
  tests/vm: update centos.aarch64 image to 9
  tests/vm: remove plain centos image

 docs/devel/ci-jobs.rst.inc                    |   7 -
 docs/devel/testing.rst                        |   8 +-
 .gitlab-ci.d/custom-runners.yml               |   1 -
 .../custom-runners/centos-stream-8-x86_64.yml |  24 ---
 .../org.centos/stream/8/build-environment.yml |  82 --------
 .../ci/org.centos/stream/8/x86_64/configure   | 198 ------------------
 .../org.centos/stream/8/x86_64/test-avocado   |  65 ------
 scripts/ci/org.centos/stream/README           |  17 --
 tests/vm/Makefile.include                     |   1 -
 tests/vm/centos                               |  51 -----
 tests/vm/centos.aarch64                       |  10 +-
 11 files changed, 9 insertions(+), 455 deletions(-)
 delete mode 100644 .gitlab-ci.d/custom-runners/centos-stream-8-x86_64.yml
 delete mode 100644 scripts/ci/org.centos/stream/8/build-environment.yml
 delete mode 100755 scripts/ci/org.centos/stream/8/x86_64/configure
 delete mode 100755 scripts/ci/org.centos/stream/8/x86_64/test-avocado
 delete mode 100644 scripts/ci/org.centos/stream/README
 delete mode 100755 tests/vm/centos

Comments

Richard Henderson May 21, 2024, 2:57 p.m. UTC | #1
On 5/21/24 05:53, Alex Bennée wrote:
> Alex Bennée (4):
>    ci: remove centos-steam-8 customer runner
>    docs/devel: update references to centos to later version
>    tests/vm: update centos.aarch64 image to 9
>    tests/vm: remove plain centos image

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~
Philippe Mathieu-Daudé May 27, 2024, 9:32 a.m. UTC | #2
Hi Alex,

On 21/5/24 14:53, Alex Bennée wrote:
> There are a few more bits referencing centos8 in the tree which needed
> cleaning up. After this we can remove the dedicated runner from the
> gitlab registration. If we want to keep a dedicated Centos runner then
> we can add back the bits needed to set it up (although arguably we
> could have a single build-environment setup that handles all distros
> and integrates with lcitool).

Do you you mean we should generate 
scripts/ci/setup/build-environment.yml with lcitool?
Otherwise should we update it?

> 
> Alex.
> 
> Alex Bennée (4):
>    ci: remove centos-steam-8 customer runner
>    docs/devel: update references to centos to later version
>    tests/vm: update centos.aarch64 image to 9
>    tests/vm: remove plain centos image
> 
>   docs/devel/ci-jobs.rst.inc                    |   7 -
>   docs/devel/testing.rst                        |   8 +-
>   .gitlab-ci.d/custom-runners.yml               |   1 -
>   .../custom-runners/centos-stream-8-x86_64.yml |  24 ---
>   .../org.centos/stream/8/build-environment.yml |  82 --------
>   .../ci/org.centos/stream/8/x86_64/configure   | 198 ------------------
>   .../org.centos/stream/8/x86_64/test-avocado   |  65 ------
>   scripts/ci/org.centos/stream/README           |  17 --
>   tests/vm/Makefile.include                     |   1 -
>   tests/vm/centos                               |  51 -----
>   tests/vm/centos.aarch64                       |  10 +-
>   11 files changed, 9 insertions(+), 455 deletions(-)
>   delete mode 100644 .gitlab-ci.d/custom-runners/centos-stream-8-x86_64.yml
>   delete mode 100644 scripts/ci/org.centos/stream/8/build-environment.yml
>   delete mode 100755 scripts/ci/org.centos/stream/8/x86_64/configure
>   delete mode 100755 scripts/ci/org.centos/stream/8/x86_64/test-avocado
>   delete mode 100644 scripts/ci/org.centos/stream/README
>   delete mode 100755 tests/vm/centos
>
Alex Bennée May 28, 2024, 12:51 p.m. UTC | #3
Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> Hi Alex,
>
> On 21/5/24 14:53, Alex Bennée wrote:
>> There are a few more bits referencing centos8 in the tree which needed
>> cleaning up. After this we can remove the dedicated runner from the
>> gitlab registration. If we want to keep a dedicated Centos runner then
>> we can add back the bits needed to set it up (although arguably we
>> could have a single build-environment setup that handles all distros
>> and integrates with lcitool).
>
> Do you you mean we should generate
> scripts/ci/setup/build-environment.yml with lcitool?
> Otherwise should we update it?

Yes - I've got some WIP patches which I'll post soon.

>
>> Alex.
>> Alex Bennée (4):
>>    ci: remove centos-steam-8 customer runner
>>    docs/devel: update references to centos to later version
>>    tests/vm: update centos.aarch64 image to 9
>>    tests/vm: remove plain centos image
>>   docs/devel/ci-jobs.rst.inc                    |   7 -
>>   docs/devel/testing.rst                        |   8 +-
>>   .gitlab-ci.d/custom-runners.yml               |   1 -
>>   .../custom-runners/centos-stream-8-x86_64.yml |  24 ---
>>   .../org.centos/stream/8/build-environment.yml |  82 --------
>>   .../ci/org.centos/stream/8/x86_64/configure   | 198 ------------------
>>   .../org.centos/stream/8/x86_64/test-avocado   |  65 ------
>>   scripts/ci/org.centos/stream/README           |  17 --
>>   tests/vm/Makefile.include                     |   1 -
>>   tests/vm/centos                               |  51 -----
>>   tests/vm/centos.aarch64                       |  10 +-
>>   11 files changed, 9 insertions(+), 455 deletions(-)
>>   delete mode 100644 .gitlab-ci.d/custom-runners/centos-stream-8-x86_64.yml
>>   delete mode 100644 scripts/ci/org.centos/stream/8/build-environment.yml
>>   delete mode 100755 scripts/ci/org.centos/stream/8/x86_64/configure
>>   delete mode 100755 scripts/ci/org.centos/stream/8/x86_64/test-avocado
>>   delete mode 100644 scripts/ci/org.centos/stream/README
>>   delete mode 100755 tests/vm/centos
>>