Skip to content
Snippets Groups Projects
Commit 0df1afb0 authored by Sören Henning's avatar Sören Henning
Browse files

Test SLO checker in CI pipeline

parent e3cb3ba7
No related branches found
No related tags found
3 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #3486 passed
......@@ -307,11 +307,23 @@ deploy-theodolite:
# Theodolite SLO Checker: Lag Trend
test-slo-checker-lag-trend:
stage: test
image: python:3.7-slim
tags:
- exec-docker
script:
- cd slope-evaluator
- pip install -r requirements.txt
- cd app
- python -m unittest
deploy-slo-checker-lag-trend:
stage: deploy
extends:
- .dind
needs: []
needs:
- test-slo-checker-lag-trend
script:
- DOCKER_TAG_NAME=$(echo $CI_COMMIT_REF_SLUG- | sed 's/^master-$//')
- docker build --pull -t theodolite-slo-checker-lag-trend slope-evaluator
......
......@@ -2,3 +2,4 @@ fastapi==0.55.1
scikit-learn==0.20.3
pandas==1.0.3
uvicorn
requests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment