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
4eca1a9b
Commit
4eca1a9b
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add Hazelcast Jet to CI pipeline
parent
d6505eae
No related branches found
No related tags found
1 merge request
!208
Add benchmark implementations for Hazelcast Jet
Pipeline
#6059
passed
3 years ago
Stage: build
Stage: test
Stage: check
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+28
-0
28 additions, 0 deletions
.gitlab-ci.yml
with
28 additions
and
0 deletions
.gitlab-ci.yml
+
28
−
0
View file @
4eca1a9b
...
@@ -267,6 +267,34 @@ deploy-uc4-flink:
...
@@ -267,6 +267,34 @@ deploy-uc4-flink:
JAVA_PROJECT_NAME
:
"
uc4-flink"
JAVA_PROJECT_NAME
:
"
uc4-flink"
JAVA_PROJECT_DEPS
:
"
flink-commons"
JAVA_PROJECT_DEPS
:
"
flink-commons"
deploy-uc1-hazelcastjet
:
extends
:
.deploy-benchmarks
variables
:
IMAGE_NAME
:
"
theodolite-uc1-hazelcastjet"
JAVA_PROJECT_NAME
:
"
uc1-hazelcastjet"
JAVA_PROJECT_DEPS
:
"
hazelcastjet-commons"
deploy-uc2-hazelcastjet
:
extends
:
.deploy-benchmarks
variables
:
IMAGE_NAME
:
"
theodolite-uc2-hazelcastjet"
JAVA_PROJECT_NAME
:
"
uc2-hazelcastjet"
JAVA_PROJECT_DEPS
:
"
hazelcastjet-commons"
deploy-uc3-hazelcastjet
:
extends
:
.deploy-benchmarks
variables
:
IMAGE_NAME
:
"
theodolite-uc3-hazelcastjet"
JAVA_PROJECT_NAME
:
"
uc3-hazelcastjet"
JAVA_PROJECT_DEPS
:
"
hazelcastjet-commons"
deploy-uc4-hazelcastjet
:
extends
:
.deploy-benchmarks
variables
:
IMAGE_NAME
:
"
theodolite-uc4-hazelcastjet"
JAVA_PROJECT_NAME
:
"
uc4-hazelcastjet"
JAVA_PROJECT_DEPS
:
"
hazelcastjet-commons"
deploy-uc1-beam-flink
:
deploy-uc1-beam-flink
:
extends
:
.deploy-benchmarks
extends
:
.deploy-benchmarks
variables
:
variables
:
...
...
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