-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: remove init migrate #1009
base: main
Are you sure you want to change the base?
fix: remove init migrate #1009
Conversation
/e2e --tests sdk,substrafl,doc,mnist,camelyon,frontend --refs substra-backend=feat/align-task-profiling-function-profiling,substra-frontend=feat/align-task-profiling-function-profiling |
21ffe95
to
2f0ac3c
Compare
/e2e --tests sdk,substrafl,doc,mnist,camelyon,frontend --refs substra-backend=feat/align-task-profiling-function-profiling,substra-frontend=feat/align-task-profiling-function-profiling |
End to end tests: ❌ FAILURE “You shall not pass!” ― Gandalf, The Lord of the Rings, The Fellowship of the Ring |
/e2e --tests sdk,substrafl,doc,mnist,camelyon,frontend |
/e2e --tests sdk,substrafl,doc,mnist,camelyon,frontend |
End to end tests: ❌ FAILURE That's a shame. |
/e2e --tests sdk,substrafl,doc,mnist,camelyon,frontend |
/e2e --tests sdk,substrafl,doc,mnist,camelyon,frontend |
End to end tests: ✔️ SUCCESS “To infinity and beyond!” ― Buzz Lightyear, Toy Story |
@@ -6,7 +6,6 @@ metadata: | |||
{{ include "substra.labels" . | nindent 4 }} | |||
app.kubernetes.io/name: {{ template "substra.fullname" . }}-migrations | |||
annotations: | |||
"helm.sh/hook": post-install,post-upgrade |
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'm not very familiar with helm hook, but are we changing the triggers for the migration job?
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.
Before, we had this job (which did migrations) +this job applied after the deployment stabilised which did migration + user/organization management. This PR remove the init container doing migration in the server, and trigger the job when the deployment is started
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.
Sorry I'm not sure I follow which jobs are which when you say "this job" and "this job". Afaik the migration job is the only one job we have.
/e2e |
1 similar comment
/e2e |
End to end tests: ✔️ SUCCESS Awesome! 🎉 |
…InitContainer` Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
…of `init-migrate` Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
c251c41
to
ce98eab
Compare
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Description
How has this been tested?
Checklist