Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b1b28067 authored by Pierre Neyron's avatar Pierre Neyron :bicyclist:
Browse files

fixup for #10143: the gpu OAR property does not exist anymore (yet)

parent e09cc623
No related branches found
No related tags found
No related merge requests found
Pipeline #82605 passed
...@@ -129,10 +129,6 @@ class OarPropertiesGenerator < WikiGenerator ...@@ -129,10 +129,6 @@ class OarPropertiesGenerator < WikiGenerator
"gpu_count" => { "gpu_count" => {
"description" => "The number of GPU cards available" "description" => "The number of GPU cards available"
}, },
"gpu" => {
"description" => "The ID of the GPU the resource is part of. The unique scope is the OAR server. ",
"possible_values" => "1, 2, 3, ..."
},
"wattmeter" => { "wattmeter" => {
"description" => "The type of wattmeter available" "description" => "The type of wattmeter available"
}, },
......
...@@ -7,7 +7,7 @@ require 'hashdiff' ...@@ -7,7 +7,7 @@ require 'hashdiff'
IGNORED_PROPERTIES=%w{} IGNORED_PROPERTIES=%w{}
# Propriétés qui devraient être présentes # Propriétés qui devraient être présentes
G5K_PROPERTIES=%w{api_timestamp available_upto besteffort chassis chunks cluster cluster_priority comment core cpu cpuarch cpucore cpufreq cpuset cputype deploy desktop_computing disk disk_reservation_count diskpath disktype drain eth_count eth_rate expiry_date finaud_decision gpu_model gpu_count gpu grub host ib ib_count ib_rate id ip last_available_upto last_job_date links maintenance max_walltime memcore memcpu memnode mic myri myri_count myri_rate network_address next_finaud_decision next_state nodemodel production rconsole scheduler_priority slash_16 slash_17 slash_18 slash_19 slash_20 slash_21 slash_22 state state_num subnet_address subnet_prefix suspended_jobs switch type virtual vlan wattmeter opa opa_count opa_rate}.sort - IGNORED_PROPERTIES G5K_PROPERTIES=%w{api_timestamp available_upto besteffort chassis chunks cluster cluster_priority comment core cpu cpuarch cpucore cpufreq cpuset cputype deploy desktop_computing disk disk_reservation_count diskpath disktype drain eth_count eth_rate expiry_date finaud_decision gpu_model gpu_count grub host ib ib_count ib_rate id ip last_available_upto last_job_date links maintenance max_walltime memcore memcpu memnode mic myri myri_count myri_rate network_address next_finaud_decision next_state nodemodel production rconsole scheduler_priority slash_16 slash_17 slash_18 slash_19 slash_20 slash_21 slash_22 state state_num subnet_address subnet_prefix suspended_jobs switch type virtual vlan wattmeter opa opa_count opa_rate}.sort - IGNORED_PROPERTIES
module RefRepo::Valid::OarProperties module RefRepo::Valid::OarProperties
......
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