From: Veronika Kabatova <vkabatov@xxxxxxxxxx> CI: Drop MR ID from the name variable While this is not breaking ARK testing as the pipeline is not fully building the kernel but only SRPM, we should fix this repo as well to not run into any suprises in the future. The name is used to grab the correct ccache file, and using the MR ID in there would render the whole ccache setup useless. Signed-off-by: Veronika Kabatova <vkabatov@xxxxxxxxxx> diff a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ trigger_pipeline: mr_id: ${CI_MERGE_REQUEST_IID} mr_url: ${CI_MERGE_REQUEST_PROJECT_URL}/-/merge_requests/${CI_MERGE_REQUEST_IID} title: ${CI_COMMIT_TITLE} - name: kernel-ark-${CI_MERGE_REQUEST_ID} + name: kernel-ark # We only need srpm so skip the rest of the stages kernel_type: upstream -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/888 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/kernel@xxxxxxxxxxxxxxxxxxxxxxx