Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quickstart
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
exacb
examples
quickstart
Commits
e5865bb9
Verified
Commit
e5865bb9
authored
6 months ago
by
Jayesh Badwaik
Browse files
Options
Downloads
Patches
Plain Diff
- simplified everything
parent
ae46bf79
No related branches found
No related tags found
No related merge requests found
Pipeline
#232817
failed
6 months ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-72
2 additions, 72 deletions
.gitlab-ci.yml
simple.yml
+1
-6
1 addition, 6 deletions
simple.yml
with
3 additions
and
78 deletions
.gitlab-ci.yml
+
2
−
72
View file @
e5865bb9
include
:
include
:
-
component
:
gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3
rules
:
-
when
:
always
inputs
:
prefix
:
"
booster.single"
variant
:
"
single"
machine
:
"
juwels_booster"
queue
:
"
dc-cpu"
project
:
"
cexalab"
budget
:
"
exalab"
is_public
:
"
all"
jube_file
:
"
simple.yml"
fixture
:
.setup
record
:
"
true"
-
component
:
gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3
rules
:
-
when
:
never
inputs
:
prefix
:
"
jureca.single"
variant
:
"
single"
machine
:
"
jureca"
queue
:
"
dc-cpu"
project
:
"
cjsc"
budget
:
"
zam"
is_public
:
"
all"
jube_file
:
"
simple.yml"
fixture
:
.setup
record
:
"
true"
-
component
:
gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3
rules
:
-
when
:
always
inputs
:
prefix
:
"
jedi.single"
variant
:
"
single"
machine
:
"
jedi"
queue
:
"
all"
project
:
"
cjsc"
budget
:
"
zam"
is_public
:
"
all"
jube_file
:
"
simple.yml"
fixture
:
.setup
record
:
"
true"
-
component
:
gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3
rules
:
-
when
:
never
inputs
:
prefix
:
"
jureca.strong.tiny"
variant
:
"
strong.tiny"
machine
:
"
jureca"
queue
:
"
dc-cpu"
project
:
"
cjsc"
budget
:
"
zam"
is_public
:
"
all"
jube_file
:
"
simple.yml"
fixture
:
.setup
record
:
"
true"
-
component
:
gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3
rules
:
-
when
:
always
inputs
:
prefix
:
"
booster.strong.tiny"
variant
:
"
strong.tiny"
machine
:
"
juwels_booster"
queue
:
"
booster"
project
:
"
cexalab"
budget
:
"
exalab"
is_public
:
"
all"
jube_file
:
"
simple.yml"
fixture
:
.setup
record
:
"
true"
-
component
:
gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3
-
component
:
gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3
rules
:
rules
:
-
when
:
always
-
when
:
always
...
@@ -91,8 +21,8 @@ include:
...
@@ -91,8 +21,8 @@ include:
inputs
:
inputs
:
prefix
:
"
jedi.evaluation"
prefix
:
"
jedi.evaluation"
pipeline
:
[
"
222698"
,
"
222699"
]
pipeline
:
[
"
222698"
,
"
222699"
]
selector
:
[
"
jureca.strong.tiny"
,
"
jedi.strong.tiny"
]
selector
:
[
"
jureca.strong.tiny"
]
workload_factor
:
[
"
1.0"
,
"
2.0"
]
workload_factor
:
[
"
1.0"
]
.setup
:
.setup
:
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
simple.yml
+
1
−
6
View file @
e5865bb9
...
@@ -52,16 +52,11 @@ parameterset:
...
@@ -52,16 +52,11 @@ parameterset:
-
name
:
systemParam
-
name
:
systemParam
init_with
:
"
platform.xml:systemParameter"
init_with
:
"
platform.xml:systemParameter"
parameter
:
parameter
:
-
name
:
nodes
tag
:
single
type
:
int
mode
:
python
_
:
'
{
"juwelsbooster":
2,
"jurecadc"
:
"2"
,
"jedi"
:
"1"
}["${system_name}"]'
-
name
:
nodes
-
name
:
nodes
tag
:
strong.tiny
tag
:
strong.tiny
type
:
int
type
:
int
mode
:
python
mode
:
python
_
:
'
{
"juwelsbooster":
"1,2,4",
"jurecadc"
:
"1,2,4"
,
"jedi"
:
"1,2,4"
}["${system_name}"]'
_
:
"
1,2,4,8,16,32"
-
name
:
queue
-
name
:
queue
mode
:
python
mode
:
python
_
:
'
{
"juwelsbooster":
"booster",
"jurecadc"
:
"dc-cpu",
"jedi"
:
"all"
}["${system_name}"]'
_
:
'
{
"juwelsbooster":
"booster",
"jurecadc"
:
"dc-cpu",
"jedi"
:
"all"
}["${system_name}"]'
...
...
This diff is collapsed.
Click to expand it.
Jayesh Badwaik
@badwaik1
mentioned in commit
32ab48b0
·
6 months ago
mentioned in commit
32ab48b0
mentioned in commit 32ab48b061e8b7c85eec913f8ddbaa73743f9fc1
Toggle commit list
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