Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 262cc54e authored by Yao CHI's avatar Yao CHI
Browse files

Merge branch 'fix_bug_16032' into 'master'

[bug16032] standardize max walltime to 7 days on ex igrida nodes

See merge request !812
parents 359267a3 a294434c
Branches
No related tags found
1 merge request!812[bug16032] standardize max walltime to 7 days on ex igrida nodes
Pipeline #1063831 failed
Showing
with 11 additions and 18 deletions
......@@ -323,7 +323,7 @@
"supported_job_types": {
"besteffort": true,
"deploy": true,
"max_walltime": 86400,
"max_walltime": 604800,
"queues": [
"production",
"admin"
......
......@@ -291,7 +291,7 @@
"supported_job_types": {
"besteffort": true,
"deploy": true,
"max_walltime": 345600,
"max_walltime": 604800,
"queues": [
"production",
"admin"
......
......@@ -176,7 +176,7 @@
"supported_job_types": {
"besteffort": true,
"deploy": true,
"max_walltime": 172800,
"max_walltime": 604800,
"queues": [
"admin",
"production"
......
......@@ -176,7 +176,7 @@
"supported_job_types": {
"besteffort": true,
"deploy": true,
"max_walltime": 172800,
"max_walltime": 604800,
"queues": [
"admin",
"production"
......
......@@ -176,7 +176,7 @@
"supported_job_types": {
"besteffort": true,
"deploy": true,
"max_walltime": 172800,
"max_walltime": 604800,
"queues": [
"admin",
"production"
......
......@@ -176,7 +176,7 @@
"supported_job_types": {
"besteffort": true,
"deploy": true,
"max_walltime": 172800,
"max_walltime": 604800,
"queues": [
"admin",
"production"
......
......@@ -271,7 +271,7 @@
"supported_job_types": {
"besteffort": true,
"deploy": true,
"max_walltime": 86400,
"max_walltime": 604800,
"queues": [
"admin",
"production"
......
......@@ -16,7 +16,7 @@ nodes:
supported_job_types:
deploy: true
besteffort: true
max_walltime: 86400
max_walltime: 604800
processor:
microarchitecture: Skylake-SP
clock_speed: 2650000000
......
......@@ -19,6 +19,7 @@ nodes:
supported_job_types:
deploy: true
besteffort: true
max_walltime: 604800
processor:
microarchitecture: Zen 3
clock_speed: 2650000000
......@@ -51,11 +52,3 @@ nodes:
id: disk2
interface: SATA
nodeset: abacus25
abacus25-1:
supported_job_types:
max_walltime: 345600
abacus25-[2-4]:
supported_job_types:
max_walltime: 604800
......@@ -12,7 +12,7 @@ nodes:
supported_job_types:
deploy: true
besteffort: true
max_walltime: 172800
max_walltime: 604800
processor:
microarchitecture: Sandy Bridge
clock_speed: 2200000000
......
......@@ -11,7 +11,7 @@ nodes:
supported_job_types:
deploy: true
besteffort: true
max_walltime: 86400
max_walltime: 604800
processor:
microarchitecture: Skylake-SP
clock_speed: 2600000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment