Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Merge requests
!2312
Something went wrong on our end
Make Slurm agent creation params more realistic
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Make Slurm agent creation params more realistic
fix-test-data
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
ml bonhomme
requested to merge
fix-test-data
into
master
10 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
:)
0
0
1
Merge request reports
Viewing commit
c9b27d61
Show latest version
1 file
+
0
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c9b27d61
Make Slurm agent creation params more realistic
· c9b27d61
ml bonhomme
authored
10 months ago
arkindex/ponos/tests/test_models.py
+
0
−
5
Options
@@ -156,14 +156,9 @@ class TestModels(FixtureAPITestCase):
def
test_agent_slurm_mode
(
self
):
Agent
.
objects
.
create
(
hostname
=
"
agent_smith
"
,
cpu_cores
=
2
,
cpu_frequency
=
4.2e9
,
public_key
=
""
,
farm
=
self
.
farm
,
ram_total
=
2e9
,
last_ping
=
timezone
.
now
(),
ram_load
=
0.49
,
cpu_load
=
0.99
,
mode
=
AgentMode
.
Slurm
.
value
)
Loading