Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 462b6e4b authored by DOAN Lancelot's avatar DOAN Lancelot
Browse files

Merge branch 'chartreuse3_prod' into 'master'

[Grenoble][Chartreuse3] chartreuse3 from testing to production

See merge request !1216
parents 27f4455d 307ee443
Branches
No related tags found
1 merge request!1216[Grenoble][Chartreuse3] chartreuse3 from testing to production
Pipeline #1160696 passed
Pipeline: Resources Explorer

#1160699

    ...@@ -1498,6 +1498,61 @@ ...@@ -1498,6 +1498,61 @@
    ] ]
    } }
    }, },
    "chartreuse3": {
    "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": [
    "beagle"
    ],
    "sites": [
    "mc-staff-site",
    "g5k-staff-site"
    ]
    }
    },
    "esterel1": { "esterel1": {
    "besteffort": { "besteffort": {
    "ggas": [ "ggas": [
    ......
    ...@@ -394,7 +394,7 @@ ...@@ -394,7 +394,7 @@
    "priority": 201603, "priority": 201603,
    "queues": [ "queues": [
    "admin", "admin",
    "testing" "production"
    ], ],
    "redfish": true, "redfish": true,
    "type": "cluster", "type": "cluster",
    ......
    ...@@ -200,10 +200,10 @@ ...@@ -200,10 +200,10 @@
    "supported_job_types": { "supported_job_types": {
    "besteffort": true, "besteffort": true,
    "deploy": true, "deploy": true,
    "max_walltime": 0, "max_walltime": 86400,
    "queues": [ "queues": [
    "admin", "admin",
    "testing" "production"
    ], ],
    "virtual": "ivt" "virtual": "ivt"
    }, },
    ......
    ...@@ -200,10 +200,10 @@ ...@@ -200,10 +200,10 @@
    "supported_job_types": { "supported_job_types": {
    "besteffort": true, "besteffort": true,
    "deploy": true, "deploy": true,
    "max_walltime": 0, "max_walltime": 172800,
    "queues": [ "queues": [
    "admin", "admin",
    "testing" "production"
    ], ],
    "virtual": "ivt" "virtual": "ivt"
    }, },
    ......
    ...@@ -200,10 +200,10 @@ ...@@ -200,10 +200,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"
    }, },
    ......
    ...@@ -200,10 +200,10 @@ ...@@ -200,10 +200,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"
    }, },
    ......
    ...@@ -6,6 +6,10 @@ chartreuse2: &inria-grenoble ...@@ -6,6 +6,10 @@ chartreuse2: &inria-grenoble
    p3: ['@inria_group'] p3: ['@inria_group']
    p4: ['@other_groups_with_access'] p4: ['@other_groups_with_access']
    chartreuse3:
    p1: [beagle, '@admin']
    besteffort: ['@inria_group', '@other_groups_with_access']
    vercors2: &robotlearn-exclusive # ROBOTLEARN was formerly named PERCEPTION vercors2: &robotlearn-exclusive # ROBOTLEARN was formerly named PERCEPTION
    p1: [robotlearn, '@admin'] p1: [robotlearn, '@admin']
    besteffort: ['@inria_group', '@other_groups_with_access'] besteffort: ['@inria_group', '@other_groups_with_access']
    ......
    ...@@ -6,13 +6,21 @@ boot_type: bios ...@@ -6,13 +6,21 @@ boot_type: bios
    exotic: false exotic: false
    queues: queues:
    - admin - admin
    - testing - production
    nodes: nodes:
    chartreuse3-1:
    supported_job_types:
    max_walltime: 86400
    chartreuse3-2:
    supported_job_types:
    max_walltime: 172800
    chartreuse3-[3-4]:
    supported_job_types:
    max_walltime: 604800
    chartreuse3-[1-4]: chartreuse3-[1-4]:
    supported_job_types: supported_job_types:
    deploy: true deploy: true
    besteffort: true besteffort: true
    max_walltime: 0
    processor: processor:
    microarchitecture: Haswell microarchitecture: Haswell
    clock_speed: 2_600_000_000 clock_speed: 2_600_000_000
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment