gitlab-ci.yml: Exclude some redundant targets in build-without-default-features
commit8cd95aec4c205f0285b378f36648e9f1654dd954
authorThomas Huth <thuth@redhat.com>
Tue, 26 Jan 2021 17:23:45 +0000 (26 18:23 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 27 Jan 2021 03:47:13 +0000 (27 04:47 +0100)
tree89de3710187270bf85223c620790146c256f4d45
parent610e7e0e69b2d8b1d153112c35ce87a4bc5176b2
gitlab-ci.yml: Exclude some redundant targets in build-without-default-features

The build-without-default-features job is running quite long and sometimes
already hits the 1h time limit. Exclude some targets which do not provide
additional test coverage here (since we e.g. also already test other targets
of the same type, just with different endianess, or a 64-bit superset) to
avoid that we hit the timeout here so easily.

Message-Id: <20210126172345.15947-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.yml