From 398083ac077aa4d4742fe0c60b4e93d76293f54d Mon Sep 17 00:00:00 2001 From: Edwin Lee Date: Fri, 14 Jun 2024 09:56:11 -0500 Subject: [PATCH] Point Decent CI to mod regression branch to fix diffs Note we'll switch back to main once it's merged in. Or maybe just to a specific release tag? --- .decent_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.decent_ci.yaml b/.decent_ci.yaml index 605c96f641b..011ef0a2485 100644 --- a/.decent_ci.yaml +++ b/.decent_ci.yaml @@ -2,7 +2,7 @@ results_repository : Myoldmopar/EnergyPlusBuildResults results_path : _posts results_base_url : https://myoldmopar.github.io/EnergyPlusBuildResults regression_repository : NREL/EnergyPlusRegressionTool -regression_branch : main # this is the branch of NREL/EnergyPlusRegressionTool to use +regression_branch : BumpToBoto3 # this is the branch of NREL/EnergyPlusRegressionTool to use (usually main) regression_baseline_default : develop # this is the NREL/EnergyPlus branch to use as the baseline for regressions regression_baseline_develop : "" regression_baseline_master : ""