Skip to content

Commit 0118f04

Browse files
committed
[Rennes] Move paranoia to production queue
1 parent 4df608f commit 0118f04

File tree

9 files changed

+22
-17
lines changed

9 files changed

+22
-17
lines changed

data/grid5000/sites/rennes/clusters/paranoia/nodes/paranoia-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@
386386
"supported_job_types": {
387387
"besteffort": true,
388388
"deploy": true,
389-
"max_walltime": 0,
389+
"max_walltime": 43200,
390390
"queues": [
391-
"default",
391+
"production",
392392
"admin"
393393
],
394394
"virtual": "ivt"

data/grid5000/sites/rennes/clusters/paranoia/nodes/paranoia-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@
386386
"supported_job_types": {
387387
"besteffort": true,
388388
"deploy": true,
389-
"max_walltime": 0,
389+
"max_walltime": 43200,
390390
"queues": [
391-
"default",
391+
"production",
392392
"admin"
393393
],
394394
"virtual": "ivt"

data/grid5000/sites/rennes/clusters/paranoia/nodes/paranoia-3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@
386386
"supported_job_types": {
387387
"besteffort": true,
388388
"deploy": true,
389-
"max_walltime": 0,
389+
"max_walltime": 43200,
390390
"queues": [
391-
"default",
391+
"production",
392392
"admin"
393393
],
394394
"virtual": "ivt"

data/grid5000/sites/rennes/clusters/paranoia/nodes/paranoia-4.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@
386386
"supported_job_types": {
387387
"besteffort": true,
388388
"deploy": true,
389-
"max_walltime": 0,
389+
"max_walltime": 43200,
390390
"queues": [
391-
"default",
391+
"production",
392392
"admin"
393393
],
394394
"virtual": "ivt"

data/grid5000/sites/rennes/clusters/paranoia/nodes/paranoia-5.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@
386386
"supported_job_types": {
387387
"besteffort": true,
388388
"deploy": true,
389-
"max_walltime": 0,
389+
"max_walltime": 604800,
390390
"queues": [
391-
"default",
391+
"production",
392392
"admin"
393393
],
394394
"virtual": "ivt"

data/grid5000/sites/rennes/clusters/paranoia/nodes/paranoia-7.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@
386386
"supported_job_types": {
387387
"besteffort": true,
388388
"deploy": true,
389-
"max_walltime": 0,
389+
"max_walltime": 604800,
390390
"queues": [
391-
"default",
391+
"production",
392392
"admin"
393393
],
394394
"virtual": "ivt"

data/grid5000/sites/rennes/clusters/paranoia/nodes/paranoia-8.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@
386386
"supported_job_types": {
387387
"besteffort": true,
388388
"deploy": true,
389-
"max_walltime": 0,
389+
"max_walltime": 604800,
390390
"queues": [
391-
"default",
391+
"production",
392392
"admin"
393393
],
394394
"virtual": "ivt"

data/grid5000/sites/rennes/clusters/paranoia/paranoia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
],
317317
"model": "Dell PowerEdge C6220 II",
318318
"queues": [
319-
"default",
319+
"production",
320320
"admin"
321321
],
322322
"type": "cluster",

input/grid5000/sites/rennes/clusters/paranoia/paranoia.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ created_at: 2014-02-21
44
kavlan: true
55
boot_type: bios
66
queues:
7-
- default
7+
- production
88
- admin
99

1010
nodes:
@@ -23,7 +23,6 @@ nodes:
2323
supported_job_types:
2424
deploy: true
2525
besteffort: true
26-
max_walltime: 0
2726
storage_devices:
2827
pci-0000:82:00.0-sas-phy0-lun-0:
2928
interface: SAS
@@ -67,3 +66,9 @@ nodes:
6766
enabled: true
6867
mounted: false
6968
mountable: false
69+
paranoia-[1-4]:
70+
supported_job_types:
71+
max_walltime: 43200
72+
paranoia-[5-8]:
73+
supported_job_types:
74+
max_walltime: 604800

0 commit comments

Comments
 (0)