Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 077c4a8b authored by PAULIN Nathan's avatar PAULIN Nathan
Browse files

Merge branch 'production-esterel3' into 'master'

[sophia][esterel3] Add to production queue

See merge request !1170
parents 1f2ecb37 5e92a065
Branches
No related tags found
1 merge request!1170[sophia][esterel3] Add to production queue
Pipeline #1147757 passed
...@@ -1671,6 +1671,61 @@ ...@@ -1671,6 +1671,61 @@
] ]
} }
}, },
"esterel3": {
"besteffort": {
"ggas": [
"cidre",
"kerdata",
"magellan",
"myriads",
"pacap",
"wide",
"pirat",
"coast",
"avalon",
"chroma",
"emeraude",
"maracas",
"inria-chile",
"inria-dsi",
"inria-sidf",
"swh",
"tadaam"
],
"sites": [
"mc-rennes",
"mc-nancy",
"mc-lyon",
"mc-economic-activity",
"mc-sophia",
"mc-lille",
"mc-grenoble",
"mc-paris",
"mc-saclay",
"mc-bordeaux",
"mc-siege",
"mc-guest",
"slices-fr-grenoble",
"slices-fr-lille",
"slices-fr-lyon",
"slices-fr-nancy",
"slices-fr-nantes",
"slices-fr-rennes",
"slices-fr-sophia",
"slices-fr-strasbourg",
"slices-fr-toulouse"
]
},
"p1": {
"ggas": [
"graphdeco"
],
"sites": [
"mc-staff-site",
"g5k-staff-site"
]
}
},
"esterel4": { "esterel4": {
"besteffort": { "besteffort": {
"ggas": [ "ggas": [
......
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
"priority": 201706, "priority": 201706,
"queues": [ "queues": [
"admin", "admin",
"testing" "production"
], ],
"redfish": true, "redfish": true,
"type": "cluster", "type": "cluster",
......
...@@ -267,10 +267,10 @@ ...@@ -267,10 +267,10 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 0, "max_walltime": 604800,
"queues": [ "queues": [
"admin", "admin",
"testing" "production"
], ],
"virtual": "ivt" "virtual": "ivt"
}, },
......
...@@ -25,6 +25,10 @@ esterel2: &dedicated-epione ...@@ -25,6 +25,10 @@ esterel2: &dedicated-epione
p1: [epione, '@admin'] p1: [epione, '@admin']
besteffort: ['@inria_group', '@other_groups_with_access'] besteffort: ['@inria_group', '@other_groups_with_access']
esterel3: &dedicated-graphdeco
p1: [graphdeco, '@admin']
besteffort: ['@inria_group', '@other_groups_with_access']
esterel5: &dedicated-stars esterel5: &dedicated-stars
p1: [stars, '@admin'] p1: [stars, '@admin']
besteffort: ['@inria_group', '@other_groups_with_access'] besteffort: ['@inria_group', '@other_groups_with_access']
......
...@@ -6,13 +6,13 @@ boot_type: bios ...@@ -6,13 +6,13 @@ boot_type: bios
exotic: false exotic: false
queues: queues:
- admin - admin
- testing - production
nodes: nodes:
esterel3-1: esterel3-1:
supported_job_types: supported_job_types:
deploy: true deploy: true
besteffort: true besteffort: true
max_walltime: 0 max_walltime: 604800
processor: processor:
microarchitecture: Broadwell microarchitecture: Broadwell
clock_speed: 2_200_000_000 clock_speed: 2_200_000_000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment