-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat!: update compute task workflow #365
Conversation
/e2e --refs substra-backend=feat/update-compute-task-workflow |
End to end tests: ❌ FAILURE “Just Keep Swimming!” ― Dory, Finding Nemo |
95d20bf
to
509bb2f
Compare
/e2e --refs substra-backend=feat/update-compute-task-workflow --tests=mnist |
End to end tests: ✔️ SUCCESS |
/e2e --refs substra-backend=feat/update-compute-task-workflow |
End to end tests: ✔️ SUCCESS Crushed it! |
/e2e --refs substra-backend=feat/update-compute-task-workflow --tests=camelyon |
End to end tests: ✔️ SUCCESS Awesome! 🎉 |
1cc9174
to
b37cc5c
Compare
/e2e --refs substra-backend=feat/update-compute-task-workflow --tests=sdk,mnist |
End to end tests: ✔️ SUCCESS You rock! |
/e2e --refs substra-backend=feat/update-compute-task-workflow --tests=substrafl |
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 a lot for your work.
I feel like a few test cases are still missing (or at least, I'm unclear where the new behaviours are tested).
A few comments to update too :)
7d73d34
to
e4677fb
Compare
/e2e --refs substra-backend=feat/update-compute-task-workflow --tests=sdk,mnist |
End to end tests: ❌ FAILURE It'll stay between us, no one needs to know. |
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.
🚀
/e2e --refs substra-backend=feat/update-compute-task-workflow --tests=sdk,mnist --always-build |
Something happened while processing your message: error: unknown option '--always-build' |
/e2e --refs substra-backend=feat/update-compute-task-workflow --tests=sdk,mnist |
End to end tests: ❌ FAILURE “I’m sorry, Dave. I’m afraid I can’t do that.” ― Hal, 2001: A Space Odyssey |
…Status` Signed-off-by: Guilhem Barthés <[email protected]>
Signed-off-by: Guilhem Barthés <[email protected]>
Signed-off-by: Guilhem Barthés <[email protected]>
Signed-off-by: Guilhem Barthés <[email protected]>
…tatus Signed-off-by: Guilhem Barthés <[email protected]>
Signed-off-by: Guilhem Barthés <[email protected]>
…as status `TODO` Signed-off-by: Guilhem Barthés <[email protected]>
Signed-off-by: Guilhem Barthés <[email protected]>
Signed-off-by: Guilhem Barthés <[email protected]>
Signed-off-by: Guilhem Barthés <[email protected]>
e4677fb
to
68cccf9
Compare
/e2e --refs substra-backend=feat/update-compute-task-workflow --tests=sdk,mnist |
End to end tests: ✔️ SUCCESS “To infinity and beyond!” ― Buzz Lightyear, Toy Story |
Companion PR
wait_for_image_built
substra-backend#819Description
Add function status in the compute task workflow. Now tasks are are going to have status
TODO
after the function is built.Note: The status TODO will be changed and more statuses will be added in another PR.
Fixes FL-1204
How has this been tested?
CI 👇
Checklist