[suite]: Modify how we handle Error and Success runs#51
Open
[suite]: Modify how we handle Error and Success runs#51
Conversation
b26134e to
79f5529
Compare
bd56531 to
9f0b855
Compare
9f0b855 to
4cb256a
Compare
Member
Author
|
VallariAg
previously approved these changes
Jun 13, 2024
.gitignore
Outdated
| .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!
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>
8df1c86 to
0bfa16d
Compare
c882884 to
0bfa16d
Compare
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