Provision E2E on the platform VM - #114
Open
vitramir wants to merge 1 commit into
Open
Conversation
The bootstrap action built a k3d cluster and left its state for the test runner to read. run-tests moved to the VM's contract and reads AGYN_API_TOKEN from the environment, so every run since has died before a single test ran. Both the nginx-html patch and DevSpace follow the install to agyn-platform, which it moved to on 2026-08-09. "platform" is empty, so the patch looked for a deployment that was no longer there -- and under set -e that ends the job rather than the step.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
run-testsmoved to the VM's contract and readsAGYN_API_TOKENfrom the environment. The bootstrap action never exported it, so every run since has died before a single test ran:Both the nginx-html patch step and DevSpace follow the install to
agyn-platform, which it moved to on 2026-08-09.platformis empty, sokubectl get deployment chat-app -n platformlooked for a deployment that was no longer there — and underset -ethat ends the job rather than the step.Depends on agynio/e2e#255, which boots an image the upgrade can actually reach.
This gets the suite running again; it does not claim it all passes. The VM path last sat at 17/21, with the agent-reply specs failing on their own account.