Skip to content

Commit 4df608f

Browse files
author
RINGOT Patrice
committed
Merge branch 'fix-grat-queue' into 'master'
[nancy][grat] fix queue for grat See merge request grid5000/reference-repository!465
2 parents 7ef71f8 + c742f26 commit 4df608f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2022,7 +2022,7 @@
20222022
"model": "HPe Apollo 6500",
20232023
"queues": [
20242024
"admin",
2025-
"testing"
2025+
"production"
20262026
],
20272027
"type": "cluster",
20282028
"uid": "grat"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
"max_walltime": 604800,
418418
"queues": [
419419
"admin",
420-
"testing"
420+
"production"
421421
],
422422
"virtual": "amd-v"
423423
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ boot_type: uefi
55
exotic: false
66
queues:
77
- admin
8-
- testing
8+
- production
99
nodes:
1010
grat-1:
1111
supported_job_types:

0 commit comments

Comments
 (0)