Skip to content

Commit

Permalink
Fix failing integration test on debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Aug 29, 2024
1 parent 696d8f1 commit 58155de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_debug_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ jobs:
# integration.ASHRAE901_OutPatientHealthCare_STD2019_Denver # 373 seconds
# after this, there is a big drop and everything is less than 5 minutes.
# by skipping these 10 tests, we remove over 6000 test seconds, and on a 4 core machine, that's almost a half hour
# I'm also skipping the SolarShadingTest_ImportedShading file because we force CI to a 30 minute timestep, but this causes a mismatch on importing that solar data
run: >
ctest
-R "integration.*"
-E "UnitaryHybridAC_DedicatedOutsideAir|DirectIndirectEvapCoolersVSAS|HospitalBaselineReheatReportEMS|ASHRAE901_ApartmentHighRise_STD2019_Denver|HospitalBaseline|RefBldgOutPatientNew2004_Chicago|UnitarySystem_MultiSpeedDX_EconoStaging|RefrigeratedWarehouse|RefBldgSecondarySchoolNew2004_Chicago|ASHRAE901_OutPatientHealthCare_STD2019_Denver"
-E "UnitaryHybridAC_DedicatedOutsideAir|DirectIndirectEvapCoolersVSAS|HospitalBaselineReheatReportEMS|ASHRAE901_ApartmentHighRise_STD2019_Denver|HospitalBaseline|RefBldgOutPatientNew2004_Chicago|UnitarySystem_MultiSpeedDX_EconoStaging|RefrigeratedWarehouse|RefBldgSecondarySchoolNew2004_Chicago|ASHRAE901_OutPatientHealthCare_STD2019_Denver|SolarShadingTest_ImportedShading"
-j 4
2 changes: 1 addition & 1 deletion .github/workflows/test_pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
build_and_test:
name: Unit and Regression Testing
name: Unit/Regression Testing
runs-on: ${{ matrix.os }}
permissions:
pull-requests: write
Expand Down

0 comments on commit 58155de

Please sign in to comment.