-
Notifications
You must be signed in to change notification settings - Fork 290
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
teuthology/suite/run.py: Improve ScheduleFail exception #1924
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
@@ -356,7 +356,7 @@ def get_sha1s(project, committish, count): | |||
if len(sha1s) != count: | |||
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.
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
do it for /teuthology/teuthlogy.sh && /start.sh Signed-off-by: Kamoltat Sirivadhna <[email protected]>
d4df210
to
a2bc796
Compare
Added more loggings and utilizes exceptions e.g., ScheduleFail, GitError Signed-off-by: Kamoltat Sirivadhna <[email protected]>
Signed-off-by: Kamoltat Sirivadhna <[email protected]>
a2bc796
to
340e02b
Compare
As per: ceph/pulpito-ng#23
Fixes: https://tracker.ceph.com/issues/64820