summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2022-04-22 14:35:53 +0300
committerPetri Latvala <petri.latvala@intel.com>2022-04-26 19:01:48 +0300
commit044a22804d5145dfdefa9e0a805478f26e9e002b (patch)
tree9e3beeabda24211ff4c286e9ed9512e7fbc6e58f /.gitlab-ci.yml
parent855dc13d376b5e4561f6c022aa52b01aa4d0892f (diff)
gitlab-CI: Temporarily disable armhf and arm64 selfchecks
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> Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml67
1 files 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: