All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] gitlab-CI: Temporarily disable armhf and arm64 selfchecks
@ 2022-04-22 11:35 Petri Latvala
  2022-04-22 15:50 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Petri Latvala @ 2022-04-22 11:35 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

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:
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-26 16:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [igt-dev] [PATCH i-g-t] " Rodrigo Siqueira Jordao
2022-04-26 16:02   ` Petri Latvala

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.