[suite]: Modify how we handle Error and Success runs - #51
Open
kamoltat wants to merge 3 commits into
Open
Conversation
kamoltat
force-pushed
the
wip-ksirivad-suite-change
branch
from
March 13, 2024 22:00
b26134e to
79f5529
Compare
kamoltat
force-pushed
the
wip-ksirivad-suite-change
branch
2 times, most recently
from
May 9, 2024 05:37
bd56531 to
9f0b855
Compare
kamoltat
force-pushed
the
wip-ksirivad-suite-change
branch
from
May 10, 2024 18:18
9f0b855 to
4cb256a
Compare
Member
Author
|
VallariAg
previously approved these changes
Jun 13, 2024
| .python-version | ||
| venv | ||
|
|
||
| #.env |
Member
There was a problem hiding this comment.
we can maybe remove this comment
Member
Author
There was a problem hiding this comment.
addressed with the new commit!
kamoltat
force-pushed
the
wip-ksirivad-suite-change
branch
from
June 17, 2024 14:04
8d07315 to
8df1c86
Compare
Member
Author
|
Integration test failed because of the python version issue, awaiting for |
The changes includes:
1. make suite route return
{"run": run_details, "logs": logs, "job_count": job_count}
2. Improve how we handle Exception by utilizing Queue from
python multiprocessing library.
3. Set the timeout for the process to be 180 seconds, if teuthology
doesn't respond back within that time, then we return a Process Timeout
Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
Added job counts to unittest. Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
kamoltat
force-pushed
the
wip-ksirivad-suite-change
branch
from
February 12, 2025 15:23
8df1c86 to
0bfa16d
Compare
kamoltat
force-pushed
the
wip-ksirivad-suite-change
branch
from
October 15, 2025 13:21
c882884 to
0bfa16d
Compare
4 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge ceph/teuthology#1924 first before this PR
As per As per: ceph/pulpito-ng#23
The changes includes:
make suite route return
{"run": run_details, "logs": logs, "job_count": job_count}
Improve how we handle Exception by utilizing Queue from
python multiprocessing library.
Set the timeout for the process to be 180 seconds, if teuthology
doesn't respond back within that time, then we return a Process Timeout
Add .env to gitignore
Contribution Guidelines
To sign and test your commits, please refer to Contibution guidelines.
Checklist