Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 32a1dfc0 authored by RINGOT Patrice's avatar RINGOT Patrice
Browse files

Merge branch 'grostiti-prod' into 'master'

[grostiti] put cluster in production queue

See merge request !656
parents 4fd0a820 6e103f8d
No related branches found
No related tags found
1 merge request!656[grostiti] put cluster in production queue
Pipeline #923751 passed
......@@ -409,7 +409,7 @@
"model": "Dell PowerEdge R930",
"queues": [
"admin",
"testing"
"production"
],
"type": "cluster",
"uid": "grostiti",
......
......@@ -517,10 +517,10 @@
"supported_job_types": {
"besteffort": true,
"deploy": true,
"max_walltime": 0,
"max_walltime": 604800,
"queues": [
"admin",
"testing"
"production"
],
"virtual": "ivt"
},
......
......@@ -5,13 +5,13 @@ boot_type: bios
exotic: false
queues:
- admin
- testing
- production
nodes:
grostiti-1:
supported_job_types:
deploy: true
besteffort: true
max_walltime: 0
max_walltime: 604800
processor:
microarchitecture: Haswell
clock_speed: 2200000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment