Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-16167 test: update soak test to use internal job scheduler #14775

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
47e9f7c
DAOS-16167 test: update soak test to use internal job scheduler
mjean308 Jul 16, 2024
feac076
missing commit
mjean308 Jul 23, 2024
d72ff7c
fix base dir
mjean308 Jul 24, 2024
392f60e
add env to scripts
mjean308 Jul 24, 2024
66262f2
add env
mjean308 Jul 24, 2024
c42b72b
fix typo in env cmd
mjean308 Jul 24, 2024
649c4b2
Merge branch 'master' into mjean/DAOS-16167
mjean308 Jul 25, 2024
2bc8062
debug - remove daos_client partition
mjean308 Jul 25, 2024
2390496
use general utils get_journalctl
mjean308 Jul 26, 2024
86bfb25
fix liniting issues
mjean308 Jul 30, 2024
063424b
Merge branch 'master' into mjean/DAOS-16167
mjean308 Jul 31, 2024
04665e7
fix linting issues
mjean308 Aug 1, 2024
8acf486
Merge branch 'master' into mjean/DAOS-16167
mjean308 Aug 6, 2024
61e7422
Add jobs_not_done to track completed jobs
mjean308 Aug 7, 2024
e784fa3
debug
mjean308 Aug 7, 2024
cbae14b
Check for all jobs to be done
mjean308 Aug 7, 2024
cef7710
Merge branch 'master' into mjean/DAOS-16167
mjean308 Aug 14, 2024
a0a4aca
Merge branch 'master' into mjean/DAOS-16167
mjean308 Aug 20, 2024
4cd4cb1
update jobscript VIRTUAL_ENV check
mjean308 Aug 22, 2024
2f0eb23
Merge branch 'master' into mjean/DAOS-16167
mjean308 Aug 22, 2024
f4a8e3c
include join
mjean308 Aug 25, 2024
3b91628
Merge branch 'master' into mjean/DAOS-16167
mjean308 Aug 28, 2024
be071c6
include HDF5 vol env vars for container
mjean308 Aug 28, 2024
e0f7950
Merge branch 'master' into mjean/DAOS-16167
mjean308 Sep 9, 2024
c0a0656
Include updates fro feedback
mjean308 Sep 9, 2024
d3d39f1
fix linting
mjean308 Sep 11, 2024
2dc93d9
fix quotes
mjean308 Sep 11, 2024
5fa1404
change check for down nodes
mjean308 Sep 19, 2024
8fde68e
Add pragmas
mjean308 Sep 19, 2024
7e608a6
exit soak if not enough nodes
mjean308 Sep 20, 2024
5927833
Add pragmas
mjean308 Sep 20, 2024
069d32a
Merge branch 'master' into mjean/DAOS-16167
mjean308 Sep 20, 2024
5ae46a6
add logging message when job is cancelled
mjean308 Sep 22, 2024
cb74b98
Merge branch 'master' into mjean/DAOS-16167
mjean308 Sep 22, 2024
0798663
fix logging
mjean308 Sep 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/tests/ftest/util/job_manager_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ def __init__(self, job, subprocess=False, mpi_type="openmpi"):
self.tmpdir_base = FormattedParameter("--mca orte_tmpdir_base {}", None)
self.args = BasicParameter(None, None)
self.mpi_type = mpi_type
self.hostlist = FormattedParameter("-hosts {}", None)
daltonbohning marked this conversation as resolved.
Show resolved Hide resolved

def assign_hosts(self, hosts, path=None, slots=None, hostfile=True):
"""Assign the hosts to use with the command (-f).
Expand Down
Loading
Loading