Provision E2E on the platform VM - #57
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 reads AGYN_API_TOKEN from the environment, which only the VM provisioner exports. The PR artifact block goes with it. It built and pushed an image and a chart to GHCR on every pull request, and the only thing that consumed them was the Terraform this job no longer runs -- per-service chart pins do not exist on the VM path. The tests always ran against the source build DevSpace deploys, not the published artifact, so nothing they cover changes. The lint stays, ahead of the boot: release was otherwise the first thing to render the chart. DevSpace follows the install to agyn-platform, which it moved to on 2026-08-09.
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-testsreadsAGYN_API_TOKENfrom the environment; only the VM provisioner exports it. The bootstrap action left Terraform state behind instead, so every run since has died before a single test ran.The PR artifact block goes with it. It built and pushed an image and a chart to GHCR on every pull request, and the only consumer was
TF_VAR_llm_chart_version/TF_VAR_llm_image_tagon the bootstrap provision step — per-service chart pins do not exist on the VM path. The tests always ran against the source build DevSpace deploys, not the published artifact, so nothing they cover changes; the PR no longer publishes to GHCR.The chart lint stays, moved ahead of the VM boot so a chart that does not render fails in ten seconds rather than twenty minutes. Without it,
release.ymlwould be the first thing to render the chart.Namespace. DevSpace follows the install to
agyn-platform, which it moved to on 2026-08-09.Depends on agynio/e2e#255.