Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7264b48e authored by Alexandre MERLIN's avatar Alexandre MERLIN
Browse files

Merge branch 'change_musa6_walltime' into 'master'

[sophia/musa-6] move maxwalltime to 7 days (cf bug #17085)

See merge request !1252
parents 77459658 046c76cb
Branches
No related tags found
1 merge request!1252[sophia/musa-6] move maxwalltime to 7 days (cf bug #17085)
Pipeline #1170679 passed with warnings
Pipeline: Resources Explorer

#1170681

    ......@@ -296,7 +296,7 @@
    "supported_job_types": {
    "besteffort": true,
    "deploy": true,
    "max_walltime": 172800,
    "max_walltime": 604800,
    "queues": [
    "admin",
    "production"
    ......
    ......@@ -14,9 +14,12 @@ nodes:
    musa-[3-4]:
    supported_job_types:
    max_walltime: 86400
    musa-[5-6]:
    musa-5:
    supported_job_types:
    max_walltime: 172800
    musa-6:
    supported_job_types:
    max_walltime: 604800
    musa-[1-6]:
    chassis:
    manufactured_at: 2024-12-09
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment