]> git.proxmox.com Git - mirror_linux-firmware.git/commitdiff
Disable deb and rpm CI other than at release
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 26 Oct 2023 03:22:59 +0000 (22:22 -0500)
committerMario Limonciello <mario.limonciello@amd.com>
Thu, 26 Oct 2023 03:22:59 +0000 (22:22 -0500)
They're just burning a lot of CI minutes and not useful for 99% of
the time.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
.gitlab-ci.yml

index 4d19ab3e0847aadc3a0b2aaffad400eff7822981..362293bddace8f52c017949ed6b513dcf04ae640 100644 (file)
@@ -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