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
0931dcf1
Commit
0931dcf1
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add image step for HTTP Bridge, fix
#342
parent
394d5bb3
No related branches found
No related tags found
No related merge requests found
Pipeline
#6521
passed
3 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Stage: smoketest
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+7
-0
7 additions, 0 deletions
.gitlab-ci.yml
theodolite-benchmarks/http-bridge/Dockerfile
+6
-0
6 additions, 0 deletions
theodolite-benchmarks/http-bridge/Dockerfile
with
13 additions
and
0 deletions
.gitlab-ci.yml
+
7
−
0
View file @
0931dcf1
...
...
@@ -378,6 +378,13 @@ deploy-uc4-load-generator:
JAVA_PROJECT_NAME
:
"
uc4-load-generator"
JAVA_PROJECT_DEPS
:
"
load-generator-commons"
deploy-http-bridge
:
extends
:
.deploy-benchmarks
variables
:
IMAGE_NAME
:
"
theodolite-http-bridge"
JAVA_PROJECT_NAME
:
"
http-bridge"
JAVA_PROJECT_DEPS
:
"
load-generator-commons"
.smoketest-benchmarks
:
stage
:
smoketest
extends
:
...
...
This diff is collapsed.
Click to expand it.
theodolite-benchmarks/http-bridge/Dockerfile
0 → 100644
+
6
−
0
View file @
0931dcf1
FROM
openjdk:11-slim
ADD
build/distributions/http-bridge.tar /
CMD
JAVA_OPTS="$JAVA_OPTS -Dorg.slf4j.simpleLogger.defaultLogLevel=$LOG_LEVEL" \
/http-bridge/bin/http-bridge
\ No newline at end of file
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