From 4152ce03a885544ac4abf31e799ce1eaeacbc648 Mon Sep 17 00:00:00 2001 From: "Mark A. Grondona" Date: Thu, 6 Jun 2024 13:57:45 +0000 Subject: [PATCH] NEWS.md: add release notes for v0.35.0 Problem: There are no release notes for flux-sched v0.35.0. Add them. --- NEWS.md | 20 ++++++++++++++++++++ t/valgrind/valgrind-workload.sh | 1 + 2 files changed, 21 insertions(+) diff --git a/NEWS.md b/NEWS.md index 33df854ef..af6ba7ccf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 -------------------------------------- diff --git a/t/valgrind/valgrind-workload.sh b/t/valgrind/valgrind-workload.sh index b00b45a81..b7b55831c 100755 --- a/t/valgrind/valgrind-workload.sh +++ b/t/valgrind/valgrind-workload.sh @@ -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)