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:
Guillaume Raffy 2026-03-06 19:03:54 +01:00
parent a8b477978d
commit ba3d410b3f
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ def is_test_machine(name):
'physix13',
'physix14',
'physix15',
'alambix12',
'alambix13',
'alambix14',
'alambix15',
]