ci: remove the composer image test

This test that compiles and compare image-info from manifests is
redundant with the tests from manifest-db.
This commit is contained in:
Thomas Lavocat 2022-07-01 16:30:14 +02:00 committed by Thomas Lavocat
parent a65cf82b5e
commit 77153698c5

View file

@ -55,27 +55,6 @@ RPM:
- aws/rhel-9.1-nightly-aarch64
INTERNAL_NETWORK: "true"
Composer Tests:
stage: test
extends: .terraform
script:
- schutzbot/deploy.sh
- /usr/libexec/tests/osbuild-composer/image_tests.sh
parallel:
matrix:
- RUNNER:
- aws/fedora-35-x86_64
- aws/fedora-35-aarch64
- aws/fedora-36-x86_64
- aws/fedora-36-aarch64
- aws/rhel-8.6-ga-x86_64
- aws/rhel-8.6-ga-aarch64
- aws/rhel-8.7-nightly-x86_64
- aws/rhel-8.7-nightly-aarch64
- aws/rhel-9.1-nightly-x86_64
- aws/rhel-9.1-nightly-aarch64
INTERNAL_NETWORK: "true"
OSTree Images:
stage: test
extends: .terraform