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

Support runtime config in the spintainer executor #320

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

calebschoepp
Copy link
Contributor

Closes #319.

I tested locally to make sure that this works both when runtime config is specified and when it isn't.

Signed-off-by: Caleb Schoepp <caleb.schoepp@fermyon.com>
@endocrimes
Copy link
Contributor

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 😅)

@calebschoepp
Copy link
Contributor Author

@endocrimes I've added some tests.

Copy link
Contributor

@endocrimes endocrimes left a 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

e2e/redis_test.go Outdated Show resolved Hide resolved
e2e/redis_test.go Outdated Show resolved Hide resolved
e2e/redis_test.go Outdated Show resolved Hide resolved
e2e/redis_test.go Outdated Show resolved Hide resolved
e2e/redis_test.go Outdated Show resolved Hide resolved
e2e/redis_test.go Outdated Show resolved Hide resolved
e2e/redis_test.go Outdated Show resolved Hide resolved
…edis as a the kv backend

Signed-off-by: Caleb Schoepp <caleb.schoepp@fermyon.com>
@calebschoepp
Copy link
Contributor Author

Nice catch @endocrimes, I made those fixes to the spintainer e2e too and overall this shaved 4 minutes off the e2e tests.

Copy link
Contributor

@endocrimes endocrimes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@calebschoepp calebschoepp merged commit 818521e into spinkube:main Sep 24, 2024
11 checks passed
@calebschoepp calebschoepp deleted the runtime-config branch September 24, 2024 22:01
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.

Ensure runtime config works with spintainer executor
2 participants