Skip to content
Snippets Groups Projects
Commit ce3c0f01 authored by Aaron Viets's avatar Aaron Viets
Browse files

try to get MR CI working, take 4

parent 2c62b506
No related branches found
No related tags found
No related merge requests found
Pipeline #654982 passed
......@@ -109,11 +109,6 @@ rpmlint:
script:
# lint the built rpms _and_ the installed ones (for extra checks)
- rpmlint *.rpm "*gstlal-calibration*"
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: always
- if: $CI_PIPELINE_SOURCE == "push"
when: always
allow_failure: true
# Tests
......@@ -209,11 +204,6 @@ docker:rl8:
- pushes
except:
- /gstlal-([a-z]+-|)[0-9]+\.[0-9]+\.[0-9]+-v[0-9]+/
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: always
- if: $CI_PIPELINE_SOURCE == "push"
when: always
docker-release:rl8:
interruptible: true
......@@ -266,8 +256,3 @@ flake8:
# these are presented in the code-quality box in the
# merge_request UI
FLAKE8_OPTIONS: "--exit-zero"
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: always
- if: $CI_PIPELINE_SOURCE == "push"
when: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment