All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rodrigo Siqueira Jordao <Rodrigo.Siqueira@amd.com>
To: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t] gitlab-CI: Temporarily disable armhf and arm64 selfchecks
Date: Tue, 26 Apr 2022 09:26:20 -0400	[thread overview]
Message-ID: <a1d52d01-2453-df4d-375d-a248398a9c76@amd.com> (raw)
In-Reply-To: <20220422113553.19181-1-petri.latvala@intel.com>



On 2022-04-22 07:35, Petri Latvala wrote:
> gitlab runners have sporadic trouble executing the arm binaries. The
> arm testing needs to be converted to be run on native arm hardware
> instead of through qemu.
> 
> Compilation for armhf and arm64 are kept so they don't regress.
> 
> Signed-off-by: Petri Latvala <petri.latvala@intel.com>
> Cc: Arkadiusz Hiler <arek@hiler.eu>
> ---
>   .gitlab-ci.yml | 67 +++++++++++++++++++++++++-------------------------
>   1 file changed, 34 insertions(+), 33 deletions(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index fd0ca7cb..55559303 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -193,39 +193,40 @@ test:ninja-test-minimal:
>     stage: test
>     script: meson test -C build --num-processes ${FDO_CI_CONCURRENT:-4}
>   
> -test:ninja-test-arm64:
> -  tags:
> -    - gstreamer
> -  retry: 2
> -  image: $CI_REGISTRY/$CI_PROJECT_PATH/build-debian-arm64:commit-$CI_COMMIT_SHA
> -  dependencies:
> -    - build:tests-debian-meson-arm64
> -  stage: test
> -  script:
> -    - export PKG_CONFIG_PATH=/usr/lib/aarch64-linux-gnu/pkgconfig/
> -    - env > build/envdump.txt
> -    - meson test -C build --num-processes ${FDO_CI_CONCURRENT:-4}
> -  artifacts:
> -    paths:
> -      - build
> -    when: on_failure
> -
> -test:ninja-test-armhf:
> -  tags:
> -    - gstreamer
> -  retry: 2
> -  image: $CI_REGISTRY/$CI_PROJECT_PATH/build-debian-armhf:commit-$CI_COMMIT_SHA
> -  dependencies:
> -    - build:tests-debian-meson-armhf
> -  stage: test
> -  script:
> -    - export PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig/
> -    - env > build/envdump.txt
> -    - meson test -C build --num-processes ${FDO_CI_CONCURRENT:-4}
> -  artifacts:
> -    paths:
> -      - build
> -    when: on_failure
> +# arm testing temporarily disabled until converted to run on native arm HW
> +# test:ninja-test-arm64:
> +#   tags:
> +#     - gstreamer
> +#   retry: 2
> +#   image: $CI_REGISTRY/$CI_PROJECT_PATH/build-debian-arm64:commit-$CI_COMMIT_SHA
> +#   dependencies:
> +#     - build:tests-debian-meson-arm64
> +#   stage: test
> +#   script:
> +#     - export PKG_CONFIG_PATH=/usr/lib/aarch64-linux-gnu/pkgconfig/
> +#     - env > build/envdump.txt
> +#     - meson test -C build --num-processes ${FDO_CI_CONCURRENT:-4}
> +#   artifacts:
> +#     paths:
> +#       - build
> +#     when: on_failure
> +#
> +# test:ninja-test-armhf:
> +#   tags:
> +#     - gstreamer
> +#   retry: 2
> +#   image: $CI_REGISTRY/$CI_PROJECT_PATH/build-debian-armhf:commit-$CI_COMMIT_SHA
> +#   dependencies:
> +#     - build:tests-debian-meson-armhf
> +#   stage: test
> +#   script:
> +#     - export PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig/
> +#     - env > build/envdump.txt
> +#     - meson test -C build --num-processes ${FDO_CI_CONCURRENT:-4}
> +#   artifacts:
> +#     paths:
> +#       - build
> +#     when: on_failure
>   
>   test:ninja-test-mips:
>     tags:

Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>

  parent reply	other threads:[~2022-04-26 13:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-22 11:35 [igt-dev] [PATCH i-g-t] gitlab-CI: Temporarily disable armhf and arm64 selfchecks Petri Latvala
2022-04-22 15:50 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
2022-04-22 16:24 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2022-04-22 21:57 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2022-04-26 13:26 ` Rodrigo Siqueira Jordao [this message]
2022-04-26 16:02   ` [igt-dev] [PATCH i-g-t] " Petri Latvala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a1d52d01-2453-df4d-375d-a248398a9c76@amd.com \
    --to=rodrigo.siqueira@amd.com \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.