-
Notifications
You must be signed in to change notification settings - Fork 306
teuthology/suite/run.py: Improve ScheduleFail exception #1924
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
base: main
Are you sure you want to change the base?
Conversation
9ca70bd to
5fe4921
Compare
5fe4921 to
3f548c6
Compare
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()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zmc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
|
integration test failed: |
|
jenkins retest this please |
47ddc26 to
27db304
Compare
fc1bcd3 to
d4df210
Compare
d4df210 to
a2bc796
Compare
a2bc796 to
340e02b
Compare
do it for /teuthology/teuthlogy.sh && /start.sh Signed-off-by: Kamoltat Sirivadhna <[email protected]>
Added more loggings and utilizes exceptions e.g., ScheduleFail, GitError Signed-off-by: Kamoltat Sirivadhna <[email protected]>
Signed-off-by: Kamoltat Sirivadhna <[email protected]>
340e02b to
13d1c6d
Compare
(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