Skip to content
Snippets Groups Projects
Commit 076de3df authored by Marco Clemencic's avatar Marco Clemencic
Browse files

make GaudiHive.avalanche_scheduler.cf_bug_test more reliable

parent 4e3203e1
No related branches found
No related tags found
1 merge request!1396Fixes to support builds on ARM processors
Pipeline #4769885 passed
......@@ -26,6 +26,9 @@ AvalancheSchedu... DEBUG RootDecisionHub (0), w/ decision: TRUE(1)
emptySeq (3), w/ decision: FALSE(0)
A2 (4), w/ decision: UNDEFINED(-1), in state: INITIAL
"""
findReferenceBlock(ref1, id="ref1")
# remove noise from stdout
stdout = '\n'.join(l for l in stdout.splitlines() if "Popped slot 0" not in l)
findReferenceBlock(ref1, stdout, id="ref1")
</text></argument>
</extension>
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