aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2023-10-26 14:21:13 +0000
committerJosh Boyer <jwboyer@redhat.com>2023-10-26 14:21:13 +0000
commit80703e05c6fa1a627273d0eb8ac21ec0f6325cf9 (patch)
tree883fdd156a56a92c7b873d36a349c2ad2f595e55
parent4ee017565113f5326661886dd7b7786359c77a5e (diff)
parentb22703ca8cf72033dd2c85ee61c71321a26facfe (diff)
downloadlinux-firmware-80703e05c6fa1a627273d0eb8ac21ec0f6325cf9.tar.gz
Merge branch 'mlimonci/less-ci' into 'main'
Disable deb and rpm CI other than at release See merge request kernel-firmware/linux-firmware!42
-rw-r--r--.gitlab-ci.yml20
1 files changed, 0 insertions, 20 deletions
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