Skip to content
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!: add function events #310

Merged
merged 4 commits into from
Oct 25, 2023
Merged

feat!: add function events #310

merged 4 commits into from
Oct 25, 2023

Conversation

thbcmlowk
Copy link
Contributor

@thbcmlowk thbcmlowk commented Oct 11, 2023

Details

Add function events, used now we decoupled the building of the function with the execution of the compute task. For that it add a status field on the Function. It also includes another PR (merged here), to have functions build logs working again.

Fixes FL-1160

As this is going to be merged on a branch that is going to be merged to a POC branch, we use MNIST as a baseline of a working model. We will deal with failing tests on the POC before merging on main.

Companion PR

Misc

  • changelog was updated with notable changes
  • documentation was updated

Description

How has this been tested?

Checklist

  • changelog was updated with notable changes
  • documentation was updated

@linear
Copy link

linear bot commented Oct 11, 2023

FL-1160 Add function event

Context

Statuses:

  • CREATED

  • BUILDING

  • READY

  • + failures

    Tranfer these statuses through the orchestrator.

    Change

Specification

Acceptance criteria

@SdgJlbl SdgJlbl force-pushed the poc-decoupled-builder branch from afd9135 to 4cb71a0 Compare October 20, 2023 08:29
@SdgJlbl SdgJlbl changed the title feat: add function event (#263) feat!: add function event (#263) Oct 20, 2023
@SdgJlbl SdgJlbl marked this pull request as ready for review October 20, 2023 08:29
@SdgJlbl SdgJlbl requested a review from a team as a code owner October 20, 2023 08:29
@SdgJlbl SdgJlbl changed the title feat!: add function event (#263) feat!: add function events Oct 20, 2023
@SdgJlbl SdgJlbl force-pushed the poc-decoupled-builder branch from 4cb71a0 to 04cb078 Compare October 20, 2023 08:33
@SdgJlbl SdgJlbl force-pushed the poc-decoupled-builder branch from 04cb078 to 5ccaa18 Compare October 20, 2023 14:14
@thbcmlowk thbcmlowk force-pushed the poc-decoupled-builder branch from 5ccaa18 to e93a611 Compare October 20, 2023 15:31
guilhem-barthes and others added 2 commits October 24, 2023 11:37
- Substra/substra-backend#714

Add function events, used now we decoupled the building of the function
with the execution of the compute task. For that it add a status field
on the `Function`. It also includes another PR (merged here), to have
functions build logs working again.

Fixes FL-1160

As this is going to be merged on a branch that is going to be merged to
a POC branch, we use MNIST as a baseline of a working model. We will
deal with failing tests on the POC before merging on main.

- [x] [changelog](../CHANGELOG.md) was updated with notable changes
- [ ] documentation was updated

---------

Signed-off-by: Guilhem Barthes <[email protected]>
Signed-off-by: Guilhem Barthés <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: guilhem-barthes <[email protected]>
@thbcmlowk thbcmlowk force-pushed the poc-decoupled-builder branch from e93a611 to 0245a55 Compare October 24, 2023 09:37
guilhem-barthes and others added 2 commits October 25, 2023 13:34
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@SdgJlbl SdgJlbl merged commit 8568574 into main Oct 25, 2023
7 checks passed
@SdgJlbl SdgJlbl deleted the poc-decoupled-builder branch October 25, 2023 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants