summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorArkadiusz Hiler <arek@hiler.eu>2021-03-25 20:59:14 +0200
committerArkadiusz Hiler <arek@hiler.eu>2021-04-06 23:50:52 +0300
commitd6f93088378e2e00750410bfc91d43b73318484e (patch)
tree8d63d9e905d04a3a52c149e2c42d8cafdb983ece /.gitlab-ci.yml
parent37e4ee5eeba154e727ed0b72b93bc790fe25d0b7 (diff)
.gitlab-ci: Don't test Autotools
Signed-off-by: Arkadiusz Hiler <arek@hiler.eu> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d275be7..3b0e98ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -161,17 +161,6 @@ build:tests-debian-meson-mips:
paths:
- build
-build:tests-debian-autotools:
- image: $CI_REGISTRY/$CI_PROJECT_PATH/build-debian:commit-$CI_COMMIT_SHA
- stage: build
- script:
- - ./autogen.sh --enable-{chamelium,audio,intel,amdgpu,nouveau,tests,runner}
- - make -j $(nproc) || make -j 1
- - cp tests/test-list.txt autotools-test-list.txt
- artifacts:
- paths:
- - autotools-test-list.txt
-
#################### TEST ##########################
test:ninja-test:
@@ -243,13 +232,6 @@ test:ninja-test-mips:
- build
when: on_failure
-test:test-list-diff:
- dependencies:
- - build:tests-debian-autotools
- - build:tests-debian-meson
- stage: test
- script: diff <(sed "s/ /\n/g" meson-test-list.txt| grep -v 'vc4\|v3d\|panfrost\|nouveau' | sort) <(sed "s/ /\n/g" autotools-test-list.txt | sort)
-
test:list-undocumented-tests:
dependencies:
- build:tests-fedora