-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add data
Option for Matrix
#130
Conversation
@ggonzr let me know if this works for you. |
Thanks for the contribution. This patch is available in the development environment. I tried to submit this ticket but there is an underlying issue about how the RelVal/core/utils/run_the_matrix_pdmv.py Lines 90 to 100 in eed3e7e
The File "<X>/run_the_matrix_pdmv.py", line 300, in <module>
main()
File "<X>/run_the_matrix_pdmv.py", line 239, in main
workflows_module = get_workflows_module(opt.matrix_name)
File "<X>/run_the_matrix_pdmv.py", line 96, in get_workflows_module
workflows_module = importlib.import_module(workflows_module_name)
File "/cvmfs/cms.cern.ch/el8_amd64_gcc12/external/python3/3.9.14-c10287ae9cadff55334e60003302c349/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'Configuration.PyReleaseValidation.relval_data' Is there any other |
Hi @ggonzr, this is because I had forgotten |
The module import issue is now solved but there's an issue related to the |
Perfect, that's the expected behavior. |
This PR proposes to add the
data
option for the matrix to the frontend (and the backend checks). This is needed since we have a new matrix with new data workflow to submit from14_1_0_pre7
.