diff --git a/vars/getFunctionalArgs.groovy b/vars/getFunctionalArgs.groovy index 2c688be52..787d44896 100644 --- a/vars/getFunctionalArgs.groovy +++ b/vars/getFunctionalArgs.groovy @@ -23,6 +23,8 @@ Map call(Map kwargs = [:]) { // Include any additional rpms required for the provider if (launch_provider.contains('ucx')) { result['stage_rpms'] = 'mercury-ucx' + } else { + result['stage_rpms'] = 'mercury-libfabric' } result['ftest_arg'] = [launch_nvme, launch_provider, launch_repeat].join(' ').trim()