I need to run full regression test suite using compiled EnergyPlus builds. There used to be EnergyPlusDevSupport repository which had scripts (RunComparison.py etc) needed for running regression tests but that repository doesn't seem to exist anymore. Or maybe its contents moved to some other repository. CMakeLists.txt has BUILD_TESTING and ENABLE_REGRESSION_TESTING set to ON but needs following details which I am struggling to provide.
set( REGRESSION_BASELINE_SHA "" CACHE STRING "SHA of baseline comparison" )``
set( COMMIT_SHA "" CACHE STRING "Commit sha of this build" )
set( REGRESSION_SCRIPT_PATH "" CACHE PATH "Path to regression scripts" )
set( REGRESSION_BASELINE_PATH "" CACHE PATH "Path to energyplus baseline folder to compare against" )
Any help is appreciated. Thanks.