-
-
Notifications
You must be signed in to change notification settings - Fork 379
GSK-2887 Upload tests with project when uploading a suite #1837
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
Inokinoki
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.
LGTM
Just some comments to be removed or polished.
Not related to this PR:
We will neither have global resources anymore, nor "internal worker". So we can also cleanup the Optional[GiskardClient], can we create a card for this?
| return df.head(1) | ||
|
|
||
|
|
||
| # FIXME: Internal worker cannot yet load callable due to yaml deserialization issue |
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.
We can remove this line
| return row | ||
|
|
||
|
|
||
| # FIXME: Internal worker cannot yet load callable due to yaml deserialization issue |
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.
idem.
tests/test_artifact_download.py
Outdated
| cache_dir = get_local_cache_callable_artifact(artifact=cf) | ||
|
|
||
| requested_urls = [] | ||
| # Prepare global URL |
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.
Can be changed to prepare URLs, cuz we have no more global artefacts
I've updated th PR and remove the optional client |
|
Inokinoki
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.
LGTM! Thanks!



Always send the
project_keywhen uploading/downloading tests