From: Michael Hofmann <[email protected]> gitlab-ci: allow failure of clang LTO pipelines
Required for [1] [1] https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3295 Signed-off-by: Michael Hofmann <[email protected]> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -224,12 +224,14 @@ workflow: package_name: kernel architectures: x86_64 aarch64 compiler: clang + allow_failure: true .rawhide_clanglto_up_debug: variables: rpmbuild_with: clang_lto up debug package_name: kernel-debug architectures: x86_64 aarch64 compiler: clang + allow_failure: true .eln_up: variables: rpmbuild_with: up zfcpdump base -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3345 -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
