Skip to content
Snippets Groups Projects
Commit dd4f5191 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

update ci in order to test both slo checker correctly

parent df580128
No related branches found
No related tags found
1 merge request!185Add new SLO checker for the metric of skipped/dropped-records
...@@ -319,7 +319,18 @@ test-slo-checker-lag-trend: ...@@ -319,7 +319,18 @@ test-slo-checker-lag-trend:
tags: tags:
- exec-docker - exec-docker
script: script:
- cd slope-evaluator - cd slo-checker/record-lag
- pip install -r requirements.txt
- cd app
- python -m unittest
test-slo-checker-dropped-records:
stage: test
image: python:3.7-slim
tags:
- exec-docker
script:
- cd slo-checker/dropped-records
- pip install -r requirements.txt - pip install -r requirements.txt
- cd app - cd app
- python -m unittest - python -m unittest
......
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