-
Notifications
You must be signed in to change notification settings - Fork 714
[UX] Add git commit hash to queue #5999
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
[UX] Add git commit hash to queue #5999
Conversation
5eed8d3
to
b92c0a8
Compare
/quicktest-core |
/quicktest-core |
/quicktest-core |
/quicktest-core |
/quicktest-core |
/quicktest-core |
/quicktest-core |
/quicktest-core |
/quicktest-core |
/smoke-test |
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.
Thanks for the PR @lucamanolache!
Nit about PR title - the convention for PRs and commit messages is to use imperative tense rather than declarative. E.g. "Add commit hash to queue.
sky/skylet/constants.py
Outdated
SKYLET_LIB_VERSION = 3 | ||
SKYLET_LIB_VERSION = 4 |
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.
I think if we're updating the SKYLET_VERSION
, we don't need to also update this.
/smoke-test |
/smoke-test |
/smoke-test |
/smoke-test |
/quicktest-core |
/smoke-test |
/smoke-test |
/smoke-test -k test_private_docker_registry |
/smoke-test |
/smoke-test |
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.
Thanks for all the fixes, looks good!
Adds the commit hash of the workdir (if it is a git repo) when doing
sky queue
orsky jobs queue
.Tested (run the relevant ones):
bash format.sh
/smoke-test
(CI) orpytest tests/test_smoke.py
(local)/smoke-test -k test_name
(CI) orpytest tests/test_smoke.py::test_name
(local)/quicktest-core
(CI) orpytest tests/smoke_tests/test_backward_compat.py
(local)