[igt-dev] [PATCH i-g-t 4/5] .gitlab-ci: Don't test Autotools
Arkadiusz Hiler
arek at hiler.eu
Thu Mar 25 18:59:14 UTC 2021
Signed-off-by: Arkadiusz Hiler <arek at hiler.eu>
---
.gitlab-ci.yml | 18 ------------------
Dockerfile.build-debian | 8 --------
2 files changed, 26 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e226d9d7..2b03fc98 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -154,17 +154,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:
@@ -236,13 +225,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
diff --git a/Dockerfile.build-debian b/Dockerfile.build-debian
index b143a532..454f4bce 100644
--- a/Dockerfile.build-debian
+++ b/Dockerfile.build-debian
@@ -20,12 +20,4 @@ RUN apt-get install -y \
peg \
libdrm-intel1
-# autotools build deps
-RUN apt-get install -y \
- autoconf \
- automake \
- xutils-dev \
- libtool \
- make
-
RUN apt-get clean
--
2.31.0
More information about the igt-dev
mailing list