-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update burst-buffer plugin for Slurm 23.02.7
In burst_buffer.lua: Change slurm_bb_job_process() to create the real Workflow. The 23.02 burst-buffer API allows this function to create the real thing rather than forcing us to make a temporary throw-away Workflow. Change slurm_bb_setup() to acccept the Workflow created by slurm_bb_job_process(). Minor updates for other API changes. In burst_buffer.lua.example: Update from the Slurm 23.02.7 repo. In burst_buffer/dws-test.lua: Update for changes to slurm_bb_job_process() and slurm_bb_setup(). Some things were dropped form this test; maintenance on the kubectl-mocking code is ridiculously difficult and we need a different approach for this. In testsuite/integration/src/tests: Address some lint warnings. Fix a bug in wait_until_job_has_been_x(). In testsuite/integration/slurm/docker-compose.yml and testsuite/submodules/slurm-docker-cluster: Update to build slurm 23.02.7.1. Signed-off-by: Dean Roehrich <[email protected]>
- Loading branch information
1 parent
11141ce
commit e0e23bd
Showing
16 changed files
with
394 additions
and
408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,4 +121,4 @@ jobs: | |
format: text | ||
indicators: false | ||
output: console | ||
thresholds: '80 85' | ||
thresholds: '70 85' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.