We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68ce76 commit 8e55f50Copy full SHA for 8e55f50
.gitlab-ci.yml
@@ -109,7 +109,8 @@ e2e-test:
109
# debian-9: no longer supported, and cloud-init so old it crashes when a network-config is provided
110
# rocky-8: requires "--secure-boot=true" but we do not yet have a way of specifying that
111
# rocky-9: requires "--secure-boot=true" but we do not yet have a way of specifying that
112
- EXCLUDED: amazonlinux-2|centos-6|centos-8|debian-9|rocky-8|rocky-9
+ # ubuntu-xenial: kernel crashes on boot
113
+ EXCLUDED: amazonlinux-2|centos-6|centos-8|debian-9|rocky-8|rocky-9|ubuntu-xenial
114
rules:
115
- if: $CI_MERGE_REQUEST_ID
116
tags:
0 commit comments