4 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50134CITest: Migrate SimulationRun2FullSim and SimulationRun2AF3
This is done already by default for partial `WorkDir` builds so a regular developer does
not need to worry about this.
All tests in this package carry the "CITest" label and therefore they can be included/excluded
in `ctest` runs, via:
```sh
ctest -L CITest # only run CI tests
ctest -LE CITest # run all tests, except CI tests
```
## Internals
- All tests are run in a separate working directory in the build area: `AtlasTest/CITest/CMakeFiles/ciTestRun/<test>/` where `<test>` is the name used in `atlas_add_citest`.