Skip to content

Commit 347d964

Browse files
authored
Merge pull request #498 from NREL/test-runners
Reduce memory growth on runtests.jl
2 parents eed9ec3 + 3500890 commit 347d964

3 files changed

Lines changed: 387 additions & 12 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
julia-version: ['1.10']
1515
julia-arch: [x64]
16-
os: [windows-latest]
16+
os: [windows-latest, ubuntu-latest]
1717

1818
steps:
1919
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Classify the change according to the following categories:
2525
### Deprecated
2626
### Removed
2727

28+
## test-runners
29+
### Added
30+
- Memory-clearing commands after each JuMP model instance in `runtests.jl` to avoid memory buildup which were slowing down Actions test job
31+
- Added back `ubuntu` OS as an additional runner OS for the tests Action job, now that memory buildup is reduced (removed a year ago due to memory crashing the runner)
32+
2833
## v0.52.0
2934
### Added
3035
- Add **Financial** inputs `min_initial_capital_costs_before_incentives` and `max_initial_capital_costs_before_incentives` which, when provided, provide upper and lower bounds on initial capital costs for all technologies.

0 commit comments

Comments
 (0)