Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2c31ddee authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

Move regeneration of input data to separate script

parent e11fb521
No related branches found
No related tags found
1 merge request!643Add gpu_compute_capability properties
......@@ -20,7 +20,10 @@ How to update input files:
data_* files:
-------------
Uncomment the corresponding `gen_stub()` line in ../oar_properties2_spec.rb and re-run rspec.
Execute spec/regen_input_data.rb
Some files are directly copied from the current state of the ref-repo. Others were forged manually, which means that it is painful when
new fields are added.
oar_* files:
------------
......
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)))
require 'spec_helper'
=begin
gen_stub('data_graffiti', 'nancy', 'graffiti')
gen_stub('data_grimoire', 'nancy', 'grimoire')
gen_stub('data_graphite', 'nancy', 'graphite')
gen_stub('data_yeti', 'grenoble', 'yeti')
gen_stub('data_dahu', 'grenoble', 'dahu', 8)
gen_stub('data_grue', 'nancy', 'grue')
gen_stub('data_abacus22_2cpu1gpu', 'rennes', 'abacus22')
=end
describe 'OarProperties2' do
it 'works on a cluster with GPUs, on an empty OAR server' do
check_oar_properties({ :oar => 'oar_empty', :data => 'data_graffiti', :case => 'graffiti_empty' })
......
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)))
require 'spec_helper'
gen_stub('data_graffiti', 'nancy', 'graffiti')
gen_stub('data_grimoire', 'nancy', 'grimoire')
gen_stub('data_graphite', 'nancy', 'graphite')
gen_stub('data_yeti', 'grenoble', 'yeti')
gen_stub('data_dahu', 'grenoble', 'dahu', 8)
gen_stub('data_grue', 'nancy', 'grue')
gen_stub('data_abacus22_2cpu1gpu', 'rennes', 'abacus22')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment