Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 32c0f703 authored by Teddy Valette's avatar Teddy Valette
Browse files

[gen/wiki/oar] add internal properties that aren't documented in the ignored list

parent 1cd3b634
No related branches found
No related tags found
1 merge request!105[gen/wiki/oar] use get_api helper and raise an error when undocumented properties
Pipeline #150015 passed
...@@ -222,7 +222,11 @@ class OarPropertiesGenerator < WikiGenerator ...@@ -222,7 +222,11 @@ class OarPropertiesGenerator < WikiGenerator
} }
#Existing properties that won't be documented #Existing properties that won't be documented
@@ignored_properties = ["maintenance", "state", "ip_virtual"] @@ignored_properties = [
"maintenance", "state", "ip_virtual", "api_timestamp", "available_upto", "chunks", "desktop_computing",
"drain", "finaud_decision", "grub", "id", "last_available_upto", "last_job_date", "links", "next_finaud_decision",
"next_state", "rconsole", "scheduler_priority", "state_num", "suspended_jobs"
]
def get_value_type(prop, values) def get_value_type(prop, values)
if (@@properties[prop]["value_type"]) if (@@properties[prop]["value_type"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment