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
c993e3b0
Commit
c993e3b0
authored
3 years ago
by
Marcel Samir Becker
Browse files
Options
Downloads
Patches
Plain Diff
Updated cdr reference page due to typo
parent
93ce6720
No related branches found
No related tags found
1 merge request
!215
Redesign Strategy, Load, and Resources data types
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/api-reference/crds.md
+3
-3
3 additions, 3 deletions
docs/api-reference/crds.md
theodolite/crd/crd-execution.yaml
+1
-1
1 addition, 1 deletion
theodolite/crd/crd-execution.yaml
theodolite/examples/operator/example-execution.yaml
+5
-3
5 additions, 3 deletions
theodolite/examples/operator/example-execution.yaml
with
9 additions
and
7 deletions
docs/api-reference/crds.md
+
3
−
3
View file @
c993e3b0
...
@@ -1906,16 +1906,16 @@ Defines the overall parameter for the execution.
...
@@ -1906,16 +1906,16 @@ Defines the overall parameter for the execution.
<td><b>
repetitions
</b></td>
<td><b>
repetitions
</b></td>
<td>
integer
</td>
<td>
integer
</td>
<td>
<td>
Num
p
er of repititions for each experiment
s
.
<br/>
Num
b
er of repititions for each experiment.
<br/>
</td>
</td>
<td>
true
</td>
<td>
true
</td>
</tr><tr>
</tr><tr>
<td><b>
restrictions
</b></td>
<td><b>
restrictions
</b></td>
<td>
[]string
</td>
<td>
[]string
</td>
<td>
<td>
List of restriction strateg
y
s used to delimit the search space.
<br/>
List of restriction strateg
ie
s used to delimit the search space.
<br/>
</td>
</td>
<td>
tru
e
</td>
<td>
fals
e
</td>
</tr><tr>
</tr><tr>
<td><b>
strategy
</b></td>
<td><b>
strategy
</b></td>
<td>
string
</td>
<td>
string
</td>
...
...
This diff is collapsed.
Click to expand it.
theodolite/crd/crd-execution.yaml
+
1
−
1
View file @
c993e3b0
...
@@ -110,7 +110,7 @@ spec:
...
@@ -110,7 +110,7 @@ spec:
description
:
Defines the duration of each experiment in seconds.
description
:
Defines the duration of each experiment in seconds.
type
:
integer
type
:
integer
repetitions
:
repetitions
:
description
:
Number of repititions for each experiment
s
.
description
:
Number of repititions for each experiment.
type
:
integer
type
:
integer
loadGenerationDelay
:
loadGenerationDelay
:
description
:
Seconds to wait between the start of the SUT and the load generator.
description
:
Seconds to wait between the start of the SUT and the load generator.
...
...
This diff is collapsed.
Click to expand it.
theodolite/examples/operator/example-execution.yaml
+
5
−
3
View file @
c993e3b0
...
@@ -19,12 +19,14 @@ spec:
...
@@ -19,12 +19,14 @@ spec:
externalSloUrl
:
"
http://localhost:80/evaluate-slope"
externalSloUrl
:
"
http://localhost:80/evaluate-slope"
warmup
:
60
# in seconds
warmup
:
60
# in seconds
execution
:
execution
:
strategy
:
"
LinearSearch"
strategy
:
name
:
"
RestrictionSearch"
restrictions
:
-
"
LowerBound"
searchStrategy
:
"
LinearSearch"
duration
:
300
# in seconds
duration
:
300
# in seconds
repetitions
:
1
repetitions
:
1
loadGenerationDelay
:
30
# in seconds
loadGenerationDelay
:
30
# in seconds
restrictions
:
-
"
LowerBound"
configOverrides
:
[]
configOverrides
:
[]
# - patcher:
# - patcher:
# type: "NodeSelectorPatcher"
# type: "NodeSelectorPatcher"
...
...
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