Skip to content

Commit

Permalink
Merge pull request #1220 from grondo/news-0.35
Browse files Browse the repository at this point in the history
Add release notes for v0.35.0
  • Loading branch information
mergify[bot] authored Jun 6, 2024
2 parents 72a3212 + 4152ce0 commit 0fad526
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
flux-sched version 0.35.0 - 2024-06-06
--------------------------------------

### New Features
* Add jobid and schedule iteration count to match stats;
make perf a global variable (#1205)
* make backfill reactive during sched loop (#1211)
### Fixes
* qmanager: always process unblocked jobs (#1211)
* qmanager: search blocked jobs during pending removal (#1209)
* qmanager: reconsider blocked jobs on reprioritize (#1217)
* avoid copying of std::map in `out_edges` (#1206)
### Cleanup
* comment blocks: stop using full-star boxes (#1216)
### Build/Testsuite
* test/match-formats: make jq command valid (#1213)
* cmake: ensure we install libraries to our prefix (#1203)
* Test repair (#1207)


flux-sched version 0.34.0 - 2024-05-08
--------------------------------------

Expand Down
1 change: 1 addition & 0 deletions t/valgrind/valgrind-workload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ exitcode=0
flux module remove -f sched-simple
flux module load sched-fluxion-resource load-allowlist=node,core,gpu
flux module load sched-fluxion-qmanager
flux dmesg -H | grep sched-fluxion.*version

for file in ${SHARNESS_TEST_SRCDIR:-..}/valgrind/workload.d/*; do
echo Running $(basename $file)
Expand Down

0 comments on commit 0fad526

Please sign in to comment.