Skip to content
  • U. Artie Eoff's avatar
    Move asmparsertests to a separate ThreadPool group. · ccdef312
    U. Artie Eoff authored
    Move asmparsertests to a separate ThreadPool group named
    'gpu-not-used'.  This ThreadPool is created with 2 worker threads
    by default.
    This change makes the asmparsertests execute concurrently with all
    other tests that are allocated in another ThreadPool (currently
    everything else).
    ccdef312