now that non ipr (ietr) machines have been migrated from physix to alambix, updated the graphs generator accordingly to exclude these machines from the graphs.
work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3560] fixes [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=4335]
This commit is contained in:
parent
a8b477978d
commit
ba3d410b3f
|
|
@ -40,6 +40,10 @@ def is_test_machine(name):
|
||||||
'physix13',
|
'physix13',
|
||||||
'physix14',
|
'physix14',
|
||||||
'physix15',
|
'physix15',
|
||||||
|
'alambix12',
|
||||||
|
'alambix13',
|
||||||
|
'alambix14',
|
||||||
|
'alambix15',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue