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
d341358e
Commit
d341358e
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into theodolite-kotlin
parents
5ed38dae
71286ed0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
execution/helm/values.yaml
+3
-0
3 additions, 0 deletions
execution/helm/values.yaml
with
4 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
d341358e
...
...
@@ -51,7 +51,7 @@ build-benchmarks:
-
"
theodolite-benchmarks/build/libs/*.jar"
-
"
theodolite-benchmarks/*/build/libs/*.jar"
-
"
theodolite-benchmarks/*/build/distributions/*.tar"
expire_in
:
1 day
expire_in
:
6 hours
test-benchmarks
:
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
execution/helm/values.yaml
+
3
−
0
View file @
d341358e
...
...
@@ -24,6 +24,9 @@ grafana:
# Administrator credentials when not using an existing secret (see below)
adminUser
:
admin
adminPassword
:
admin
grafana.ini
:
users
:
default_theme
:
light
## Sidecars that collect the configmaps with specified label and stores the included files them into the respective folders
## Requires at least Grafana 5 to work and can't be used together with parameters dashboardProviders, datasources and dashboards
sidecar
:
...
...
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