-
Notifications
You must be signed in to change notification settings - Fork 262
Show which packages triggered addition of new categories #2601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
A new Pull Request was created by @iarspider for branch master. @akritkbehera, @cmsbuild, @iarspider, @smuzaffar can you please review it and eventually sign? Thanks. |
|
cms-bot internal usage |
|
Pull request #2601 was updated. |
1fa2355 to
2b489d6
Compare
|
Pull request #2601 was updated. |
| old_packages.update(cmssw_file2Package(repo_config, f) for f in commit["files"]) | ||
| else: | ||
| old_packages = {"externals/" + repository} | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iarspider , looks like it is still not getting all the files e.g. for cms-sw/cmssw#48861 github tells that there are 21 files but if I printout the unique files names here then I get this
Unique files: 20
list of files:
Calibration/LumiAlCaRecoProducers/plugins/BuildFile.xml
Calibration/LumiAlCaRecoProducers/plugins/DynamicVetoProducer.cc
Calibration/LumiAlCaRecoProducers/plugins/RawPCCProducerDynVeto.cc
Calibration/LumiAlCaRecoProducers/python/test_hlt.py
Calibration/LumiAlCaRecoProducers/python/test_hlt_2.py
Calibration/LumiAlCaRecoProducers/python/test_hlt_2_old.py
Calibration/LumiAlCaRecoProducers/python/test_hlt_3.py
CondFormats/DataRecord/interface/PccVetoListRcd.h
CondFormats/DataRecord/src/PccVetoListRcd.cc
CondFormats/Luminosity/interface/PccVetoList.h
CondFormats/Luminosity/src/T_EventSetup_PccVetoList.cc
CondFormats/Luminosity/src/classes_def.xml
CondFormats/Luminosity/src/headers.h
Configuration/Geometry/README.md
Configuration/Geometry/python/dict2021Geometry.py
Configuration/StandardSequences/python/GeometryConf.py
GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs.sh
Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025.xml
Geometry/CMSCommonData/python/cmsExtendedGeometry2025XML_cfi.py
L1Trigger/L1TGlobal/plugins/L1TGlobalProducer.cc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checking...
|
-externals looks like it is missing to process all the files e.g see the comment #2601 (comment) |
|
ping |
Resolves #2481. Also did some minor improvements to code readability.
Redo of #2599 without changing bot cache