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

Move build state away from api - integration tests #454

Closed
wants to merge 78 commits into from

Conversation

jakubno
Copy link
Member

@jakubno jakubno commented Mar 14, 2025

[ ] - Revert changes in test trigger

sitole added 30 commits March 14, 2025 14:28
- build cache holding latest builds logs before ttl expires
- template creation grcp endpoint no longer streams logs
- build logic and async execution separated to own service
@jakubno jakubno added the improvement Improvement for current functionality label Mar 14, 2025
Copy link

linear bot commented Mar 14, 2025

@jakubno jakubno changed the title Move build state away from api e2b 1661 test Move build state away from api - integration tests Mar 14, 2025
@@ -14,10 +14,13 @@ const (
var (
APIServerURL = utils.RequiredEnv("TESTS_API_SERVER_URL", "e.g. https://api.great-innovations.dev")
SandboxTemplateID = utils.RequiredEnv("TESTS_SANDBOX_TEMPLATE_ID", "e.g. base")
BuildIDToBeBuild = utils.RequiredEnv("TESTS_SANDBOX_BUILD_ID_TO_BE_BUILD", "e.g. base")
Copy link
Member Author

Choose a reason for hiding this comment

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

Suggested change
BuildIDToBeBuild = utils.RequiredEnv("TESTS_SANDBOX_BUILD_ID_TO_BE_BUILD", "e.g. base")
BuildIDToBeBuild = utils.RequiredEnv("TESTS_SANDBOX_BUILD_ID_TO_BE_BUILD", "prepared env build in status waiting")

@jakubno jakubno force-pushed the move-build-state-away-from-api-e2b-1661-test branch from f826a0e to 82d2b0b Compare March 14, 2025 17:19
@jakubno jakubno marked this pull request as draft March 15, 2025 21:15
@sitole sitole force-pushed the move-build-state-away-from-api-e2b-1661 branch from 2afda5b to f0232d1 Compare March 17, 2025 10:24
Base automatically changed from move-build-state-away-from-api-e2b-1661 to main March 17, 2025 13:55
@jakubno jakubno closed this Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement for current functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants