Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
argupta
openfpm_pdata
Commits
eeb94cee
Commit
eeb94cee
authored
8 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Adding madium scale test pipeline
parent
5c772b70
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Jenkins_med_scal_test
+23
-0
23 additions, 0 deletions
Jenkins_med_scal_test
openfpm_data
+1
-1
1 addition, 1 deletion
openfpm_data
openfpm_devices
+1
-1
1 addition, 1 deletion
openfpm_devices
openfpm_io
+1
-1
1 addition, 1 deletion
openfpm_io
with
26 additions
and
3 deletions
Jenkins_med_scal_test
0 → 100644
+
23
−
0
View file @
eeb94cee
#
!
groovy
node
(
'gin'
)
{
deleteDir
()
checkout
scm
stage
(
'build_gin'
)
{
sh
"./build.sh $WORKSPACE $NODE_NAME pdata"
}
stage
(
'run_gin'
)
{
sh
"./run.sh $WORKSPACE $NODE_NAME 5"
sh
"./run.sh $WORKSPACE $NODE_NAME 6"
sh
"./run.sh $WORKSPACE $NODE_NAME 7"
sh
"./run.sh $WORKSPACE $NODE_NAME 8"
sh
"./run.sh $WORKSPACE $NODE_NAME 9"
sh
"./run.sh $WORKSPACE $NODE_NAME 10"
sh
"./run.sh $WORKSPACE $NODE_NAME 11"
}
}
This diff is collapsed.
Click to expand it.
openfpm_data
@
3b816b8c
Subproject commit
a845b946a367908290774e36bd4803735045b2ba
Subproject commit
3b816b8c30fccb07b12e34187659885f8508594d
This diff is collapsed.
Click to expand it.
openfpm_devices
@
90076f0c
Subproject commit
03ee21ce3023ef71fd7f51e77cebf104ddf22b19
Subproject commit
90076f0c7ea6ac954d2b09fc8e84caa64024e8a6
This diff is collapsed.
Click to expand it.
openfpm_io
@
169a3037
Subproject commit
6
16
324b0027d6bdd230e047d6278aa5281759f0a
Subproject commit 16
9a3037339b07e4b2d037b9a7ae27399e9c1002
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