teuthology/suite/run.py: Improve ScheduleFail exception#1924
Open
teuthology/suite/run.py: Improve ScheduleFail exception#1924
Conversation
9ca70bd to
5fe4921
Compare
5fe4921 to
3f548c6
Compare
kamoltat
commented
Mar 13, 2024
teuthology/suite/util.py
Outdated
| log.debug('got response: %s', resp.json()) | ||
| log.error('can''t find %d parents of %s in %s: %s', | ||
| int(count), sha1, project, resp.json()['error']) | ||
| int(count), sha1, project, resp.json()) |
Member
Author
There was a problem hiding this comment.
zmc
requested changes
Mar 22, 2024
Member
zmc
left a comment
There was a problem hiding this comment.
Just a couple minor changes suggested; have you scheduled a run with this branch? I'd be curious to see it if so
3f548c6 to
27db304
Compare
Member
Author
|
integration test failed: |
Closed
Member
Author
|
jenkins retest this please |
47ddc26 to
27db304
Compare
fc1bcd3 to
d4df210
Compare
VallariAg
reviewed
Jun 19, 2024
d4df210 to
a2bc796
Compare
a2bc796 to
340e02b
Compare
do it for /teuthology/teuthlogy.sh && /start.sh Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
Added more loggings and utilizes exceptions e.g., ScheduleFail, GitError Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
340e02b to
13d1c6d
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 this first before ceph/teuthology-api#51 and ceph/pulpito-ng#23)
As per: ceph/pulpito-ng#23
Fixes: https://tracker.ceph.com/issues/64820