[PATCH i-g-t] gitlab-ci: Remove MIPS

Hajda, Andrzej andrzej.hajda at intel.com
Thu Jun 5 12:42:44 UTC 2025


W dniu 05.06.2025 o 14:36, Kamil Konieczny pisze:
> From: Ryszard Knop <dragoon at dragonic.eu>
>
> MIPS testing was commented out years ago and it does not look
> like it is coming back, so just nuke it.
>
> Also Debian dropped mipsel (MIPS little-endian) port few years
> ago so remove it completely from pipeline.
>
> v2: removed also building and compilation (Kamil)
>
> Cc: Petri Latvala <adrinael at adrinael.net>
> Cc: Ryszard Knop <dragoon at dragonic.eu>
> Cc: Andrzej Hajda <andrzej.hajda at intel.com>
> Signed-off-by: Ryszard Knop <dragoon at dragonic.eu>
> Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>

Fortunately gitlab-ci was not forced over these years to rebuild mips 
container.

Great:

Reviewed-by: Andrzej Hajda<andrzej.hajda at intel.com>

Regards

Andrzej

> ---
>   .gitlab-ci.yml | 34 ----------------------------------
>   1 file changed, 34 deletions(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index a6c076dba..1aff5cb00 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -44,13 +44,6 @@ build-containers:build-debian-arm64:
>       - podman login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
>       - .gitlab-ci/pull-or-rebuild.sh base Dockerfile.build-debian-arm64 build-debian-arm64
>   
> -build-containers:build-debian-mips:
> -  stage: build-containers
> -  image: registry.freedesktop.org/wayland/ci-templates/buildah:2019-08-13.0
> -  script:
> -    - podman login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
> -    - .gitlab-ci/pull-or-rebuild.sh base Dockerfile.build-debian-mips build-debian-mips
> -
>   build-containers:build-fedora:
>     stage: build-containers
>     image: registry.freedesktop.org/wayland/ci-templates/buildah:2019-08-13.0
> @@ -150,17 +143,6 @@ build:tests-debian-meson-arm64:
>       paths:
>         - build
>   
> -build:tests-debian-meson-mips:
> -  image: $CI_REGISTRY/$CI_PROJECT_PATH/build-debian-mips:commit-$CI_COMMIT_SHA
> -  stage: build
> -  script:
> -    - export PKG_CONFIG_PATH=/usr/lib/mips-linux-gnu/pkgconfig/
> -    - meson --cross-file meson-cross-mips.txt build
> -    - ninja -C build -j${FDO_CI_CONCURRENT:-4} || ninja -C build -j 1
> -  artifacts:
> -    paths:
> -      - build
> -
>   #################### TEST ##########################
>   
>   test:ninja-test:
> @@ -218,22 +200,6 @@ test:ninja-test-minimal:
>   #       - build
>   #     when: on_failure
>   
> -# mips testing temporarily disabled
> -# test:ninja-test-mips:
> -#   retry: 2
> -#   image: $CI_REGISTRY/$CI_PROJECT_PATH/build-debian-mips:commit-$CI_COMMIT_SHA
> -#   dependencies:
> -#     - build:tests-debian-meson-mips
> -#   stage: test
> -#   script:
> -#     - export PKG_CONFIG_PATH=/usr/lib/mips-linux-gnu/pkgconfig/
> -#     - env > build/envdump.txt
> -#     - meson test -C build --num-processes ${FDO_CI_CONCURRENT:-4}
> -#   artifacts:
> -#     paths:
> -#       - build
> -#     when: on_failure
> -
>   test:list-undocumented-tests:
>     dependencies:
>       - build:tests-fedora


More information about the igt-dev mailing list