Skip to content

Commit e4dcfbf

Browse files
committed
[nancy/grouille] Add grouille cluster in default queue and type exotic
1 parent 4408e98 commit e4dcfbf

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

data/grid5000/sites/nancy/clusters/grouille/grouille.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"created_at": "Wed, 13 Jan 2021 00:00:00 GMT",
3-
"exotic": false,
3+
"exotic": true,
44
"kavlan": true,
55
"metrics": [
66
{
@@ -215,7 +215,7 @@
215215
"model": "Dell PowerEdge R7525",
216216
"queues": [
217217
"admin",
218-
"testing"
218+
"default"
219219
],
220220
"type": "cluster",
221221
"uid": "grouille"

data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"name": "PowerEdge R7525",
1818
"serial": "64WT393"
1919
},
20-
"exotic": false,
20+
"exotic": true,
2121
"gpu_devices": {
2222
"nvidia0": {
2323
"cpu_affinity": 0,
@@ -232,7 +232,7 @@
232232
"max_walltime": 0,
233233
"queues": [
234234
"admin",
235-
"testing"
235+
"default"
236236
],
237237
"virtual": "amd-v"
238238
},

data/grid5000/sites/nancy/clusters/grouille/nodes/grouille-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"name": "PowerEdge R7525",
1818
"serial": "54WT393"
1919
},
20-
"exotic": false,
20+
"exotic": true,
2121
"gpu_devices": {
2222
"nvidia0": {
2323
"cpu_affinity": 0,
@@ -232,7 +232,7 @@
232232
"max_walltime": 0,
233233
"queues": [
234234
"admin",
235-
"testing"
235+
"default"
236236
],
237237
"virtual": "amd-v"
238238
},

input/grid5000/sites/nancy/clusters/grouille/grouille.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
model: Dell PowerEdge R7525
22
created_at: 2021-01-13
33
kavlan: true
4-
exotic: false
4+
exotic: true
55
queues:
66
- admin
7-
- testing
7+
- default
88
nodes:
99
grouille-[1-2]:
1010
supported_job_types:

0 commit comments

Comments
 (0)