Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c1b9442f authored by MANDLER Noah's avatar MANDLER Noah
Browse files

[nancy][gres] Set max walltime to a week

parent 914a740d
No related branches found
No related tags found
1 merge request!890[nancy][gres] Set max walltime to a week
Pipeline #1084846 passed
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 0, "max_walltime": 604800,
"queues": [ "queues": [
"admin", "admin",
"production" "production"
......
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 0, "max_walltime": 604800,
"queues": [ "queues": [
"admin", "admin",
"production" "production"
......
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 0, "max_walltime": 604800,
"queues": [ "queues": [
"admin", "admin",
"production" "production"
......
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 0, "max_walltime": 604800,
"queues": [ "queues": [
"admin", "admin",
"production" "production"
......
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 0, "max_walltime": 604800,
"queues": [ "queues": [
"admin", "admin",
"production" "production"
......
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 0, "max_walltime": 604800,
"queues": [ "queues": [
"admin", "admin",
"production" "production"
......
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
"supported_job_types": { "supported_job_types": {
"besteffort": true, "besteffort": true,
"deploy": true, "deploy": true,
"max_walltime": 0, "max_walltime": 604800,
"queues": [ "queues": [
"admin", "admin",
"production" "production"
......
...@@ -18,7 +18,7 @@ nodes: ...@@ -18,7 +18,7 @@ nodes:
supported_job_types: supported_job_types:
deploy: true deploy: true
besteffort: true besteffort: true
max_walltime: 0 max_walltime: 604800
processor: processor:
microarchitecture: Zen 4 microarchitecture: Zen 4
clock_speed: 2900000000 clock_speed: 2900000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment