From: Mario Limonciello Date: Thu, 26 Oct 2023 03:22:59 +0000 (-0500) Subject: Disable deb and rpm CI other than at release X-Git-Tag: 20231111~11^2 X-Git-Url: https://git.proxmox.com/?p=mirror_linux-firmware.git;a=commitdiff_plain;h=b22703ca8cf72033dd2c85ee61c71321a26facfe Disable deb and rpm CI other than at release They're just burning a lot of CI minutes and not useful for 99% of the time. Signed-off-by: Mario Limonciello --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d19ab3e..362293bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,26 +25,6 @@ pre-commit: script: - pre-commit run --all-files -rpm: - stage: test - image: fedora - rules: - - if: $CI_PIPELINE_SOURCE == 'merge_request_event' - - if: $CI_COMMIT_TAG - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - script: - - *rpmcommon - -deb: - stage: test - image: debian - rules: - - if: $CI_PIPELINE_SOURCE == 'merge_request_event' - - if: $CI_COMMIT_TAG - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - script: - - *debcommon - deb-release: stage: deploy image: debian