Conversation
- Add check_exp_rocm_sub_versions method that returns bool - Track validation results using boolean flags before setting final status - Update result.message to include all validation outcomes - Prevent result override by collecting all check results first - Follow pattern similar to package_analyzer and dkms_analyzer Co-authored-by: Cursor <cursoragent@cursor.com>
|
I think we are adding too many error messages somewhere, the count for errors is 2 but its only displaying one. Either we are not displaying both errors or we there should just be 1 error count: Im using the plugin config from the functional test: |
here exp_rocm and exp_rocm_sub_versions both are mismatched hence 2 errors. +-------------------------+--------+-----------------------------+ +------------+--------+----------------------------------------------------------------------------------+ |
Run:
node-scraper run-plugins RocmPlugin --exp-rocm 7.0.1-42 --exp-rocm-sub-versions '{"version-lrt":"7.0.1-42", "version-rocm-developer-tools": "7.0.1-42"}'