Update CI to use 2018-patches of Rec and Phys to get needed updates updates.
Necessary information lives in Phys and Rec 2018-patches
. Change the CI to look for these things.
Merge request reports
Activity
changed milestone to %2023 Re-Strip Campaign -- Development and Testing
requested review from @hjage
assigned to @ngrieser
@hjage Can you confirm this block is similar to what you run locally for your tests (modulus changing the
2018-patches
names for Rec/Phys to the dev branches)?- lb-dev DaVinci/v44r11p4 - cd DaVinciDev_v44r11p4 - mkdir Phys - cp -rp $PWD/../Phys/StrippingSelections Phys/StrippingSelections - cp -rp $PWD/../Phys/StrippingSettings Phys/StrippingSettings - make configure && make - git lb-use Phys - git lb-checkout Phys/2018-patches Phys - git lb-use Rec - git lb-checkout Rec/2018-patches Rec - make purge - make configure && make
added 1 commit
- 33746580 - Change all CI tests to run from 2018-patches Phys and Rec.
added testing label
@avenkate @fredi This change makes all the CI tests run from
2018-patches
ofRec
andPhys
. This will pick up changes analysers make, and get merged into those respective branches. I'm going to slowly merge it into each WG dev branch to make sure that it doesn't break anything in the tests, but because DaVinci release will be built from these branches, it should be the intended change.mentioned in commit f8b7dd7c