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
Compare revisions
3641a0967404d8bc21db8b973aad66b5298c8957 to 605c09f4a88269fdfa0225a51d59686485b8a930
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
she/theodolite
Select target project
No results found
605c09f4a88269fdfa0225a51d59686485b8a930
Select Git revision
Swap
Target
she/theodolite
Select target project
she/theodolite
1 result
3641a0967404d8bc21db8b973aad66b5298c8957
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (4)
Add empty needs to CI pipeline
· 23bea086
Sören Henning
authored
3 years ago
23bea086
Set default tag
· 3f3c16bc
Sören Henning
authored
3 years ago
3f3c16bc
Fix exec-docker and exec-dind tags
· a9a8c293
Sören Henning
authored
3 years ago
a9a8c293
Fix tag
· 605c09f4
Sören Henning
authored
3 years ago
605c09f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-10
7 additions, 10 deletions
.gitlab-ci.yml
with
7 additions
and
10 deletions
.gitlab-ci.yml
View file @
605c09f4
...
...
@@ -4,6 +4,10 @@ stages:
-
check
-
deploy
default
:
tags
:
-
exec-docker
.dind
:
tags
:
-
exec-dind
...
...
@@ -19,11 +23,10 @@ stages:
lint-helm
:
stage
:
check
needs
:
[]
image
:
name
:
alpine/helm:3.5.2
entrypoint
:
[
"
"
]
tags
:
-
exec-docker
script
:
helm lint helm/
...
...
@@ -31,8 +34,6 @@ lint-helm:
.benchmarks
:
image
:
openjdk:11-jdk
tags
:
-
exec-docker
variables
:
GRADLE_OPTS
:
"
-Dorg.gradle.daemon=false"
cache
:
...
...
@@ -217,8 +218,6 @@ deploy-uc4-load-generator:
image
:
name
:
ghcr.io/graalvm/native-image:java11-21.1.0
entrypoint
:
[
"
"
]
tags
:
-
exec-docker
variables
:
GRADLE_OPTS
:
"
-Dorg.gradle.daemon=false"
cache
:
...
...
@@ -315,9 +314,8 @@ deploy-theodolite:
test-slo-checker-lag-trend
:
stage
:
test
needs
:
[]
image
:
python:3.7-slim
tags
:
-
exec-docker
script
:
-
cd slo-checker/record-lag
-
pip install -r requirements.txt
...
...
@@ -326,9 +324,8 @@ test-slo-checker-lag-trend:
test-slo-checker-dropped-records-kstreams
:
stage
:
test
needs
:
[]
image
:
python:3.7-slim
tags
:
-
exec-docker
script
:
-
cd slo-checker/dropped-records
-
pip install -r requirements.txt
...
...
This diff is collapsed.
Click to expand it.