-
Notifications
You must be signed in to change notification settings - Fork 23
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
Support runtime config in the spintainer executor #320
Conversation
Signed-off-by: Caleb Schoepp <caleb.schoepp@fermyon.com>
Could you make sure this is covered by tests at the same time? (I'm a bit worried about spintainer feature drift because I assume it'll be used much less frequently, covering in tests for the big things should help us there 😅) |
fccfbd2
to
c3b4003
Compare
@endocrimes I've added some tests. |
c3b4003
to
d7aa259
Compare
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.
Some blocking changes in the tests (timeouts and validity of a couple of the checks) otherwise LGTM
…edis as a the kv backend Signed-off-by: Caleb Schoepp <caleb.schoepp@fermyon.com>
d7aa259
to
8c4c9da
Compare
Nice catch @endocrimes, I made those fixes to the spintainer e2e too and overall this shaved 4 minutes off the e2e tests. |
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.
✨
Closes #319.
I tested locally to make sure that this works both when runtime config is specified and when it isn't.