Skip to content

Provision E2E on the platform VM - #114

Open
vitramir wants to merge 1 commit into
mainfrom
ci/provision-on-the-vm
Open

Provision E2E on the platform VM#114
vitramir wants to merge 1 commit into
mainfrom
ci/provision-on-the-vm

Conversation

@vitramir

Copy link
Copy Markdown
Contributor

run-tests moved to the VM's contract and reads AGYN_API_TOKEN from the environment. The bootstrap action never exported it, so every run since has died before a single test ran:

AGYN_API_TOKEN is not set; run a provisioning action before this one.

Both the nginx-html patch step and DevSpace follow the install to agyn-platform, which it moved to on 2026-08-09. platform is empty, so kubectl get deployment chat-app -n platform looked for a deployment that was no longer there — and under set -e that 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.

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.
@vitramir
vitramir requested a review from a team as a code owner August 12, 2026 18:02
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.

1 participant