Skip to content
Snippets Groups Projects
Unverified Commit ad4da990 authored by Duncan Macleod's avatar Duncan Macleod
Browse files

ci: remove build and tests for Debian Buster

closes #28
parent c4d6d587
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,6 @@ include: ...@@ -12,9 +12,6 @@ include:
# -- macros # -- macros
.buster:
image: igwn/builder:buster
.bullseye: .bullseye:
image: igwn/builder:bullseye image: igwn/builder:bullseye
...@@ -42,11 +39,6 @@ include: ...@@ -42,11 +39,6 @@ include:
- (cd gwdatafind-server-*/ && dch --rebuild 'ci') - (cd gwdatafind-server-*/ && dch --rebuild 'ci')
- tar -zcf ${TARBALL} gwdatafind-server-*/ - tar -zcf ${TARBALL} gwdatafind-server-*/
dsc:buster:
extends:
- .dsc
- .buster
dsc:bullseye: dsc:bullseye:
extends: extends:
- .dsc - .dsc
...@@ -67,13 +59,6 @@ dsc:bullseye: ...@@ -67,13 +59,6 @@ dsc:bullseye:
variables: variables:
DSC: "gwdatafind-server_*.dsc" DSC: "gwdatafind-server_*.dsc"
deb:buster:
extends:
- .deb
- .buster
needs:
- dsc:buster
deb:bullseye: deb:bullseye:
extends: extends:
- .deb - .deb
...@@ -109,15 +94,6 @@ deb:bullseye: ...@@ -109,15 +94,6 @@ deb:bullseye:
python3-pytest python3-pytest
python3-pytest-cov python3-pytest-cov
test:buster:
extends:
- .test:debian
- .buster
needs:
- tarball
- deb:buster
image: igwn/base:buster
test:bullseye: test:bullseye:
extends: extends:
- .test:debian - .test:debian
...@@ -141,15 +117,6 @@ test:bullseye: ...@@ -141,15 +117,6 @@ test:bullseye:
variables: variables:
LINTIAN_OPTIONS: "--color always --suppress-tags new-package-should-close-itp-bug --fail-on warning --allow-root --pedantic" LINTIAN_OPTIONS: "--color always --suppress-tags new-package-should-close-itp-bug --fail-on warning --allow-root --pedantic"
lintian:buster:
extends:
- .lintian
- .buster
needs:
- deb:buster
variables:
LINTIAN_OPTIONS: "--color always --suppress-tags new-package-should-close-itp-bug --fail-on-warnings --allow-root --pedantic"
lintian:bullseye: lintian:bullseye:
extends: extends:
- .lintian - .lintian
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment