-
Notifications
You must be signed in to change notification settings - Fork 6
COD-2032: Allow multiple uploads in a single job #199
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
Conversation
3f9ac0a to
69dcc00
Compare
69dcc00 to
f3fcd31
Compare
GuillaumeLagrange
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.
olgtm
| } | ||
| } | ||
| } | ||
| None => None, |
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.
You could use .map on self.get_run_provider_run_part() to avoid the match arm None => None
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.
| .join(".codspeed") | ||
| .join("run-state") | ||
| .join(run_id) | ||
| .join(format!("{}.json", &run_part_id_hash[..16])); |
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.
is there a particular reason we truncate this hash ?
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.
ff7f46d to
f3fcd31
Compare
No description provided.