Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
0df1afb0
Commit
0df1afb0
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Test SLO checker in CI pipeline
parent
e3cb3ba7
No related branches found
No related tags found
3 merge requests
!159
Re-implementation of Theodolite with Kotlin/Quarkus
,
!157
Update Graal Image in CI pipeline
,
!83
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline
#3486
passed
4 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Changes
2
Pipelines
4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+13
-1
13 additions, 1 deletion
.gitlab-ci.yml
slope-evaluator/requirements.txt
+1
-0
1 addition, 0 deletions
slope-evaluator/requirements.txt
with
14 additions
and
1 deletion
.gitlab-ci.yml
+
13
−
1
View file @
0df1afb0
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
slope-evaluator/requirements.txt
+
1
−
0
View file @
0df1afb0
...
...
@@ -2,3 +2,4 @@ fastapi==0.55.1
scikit-learn==0.20.3
pandas==1.0.3
uvicorn
requests
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment