Skip to content

Provision E2E on the platform VM - #41

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

Provision E2E on the platform VM#41
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 — it left Terraform state behind instead — so every run since has died before a single test ran:

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

DevSpace follows the install to agyn-platform, which it moved to on 2026-08-09. platform is empty, so the patch and sync looked for a deployment that was no longer there — the same fix console-app made in agynio/console-app#140.

The job gains the timeout and concurrency group the already-migrated workflows carry.

Depends on agynio/e2e#255, which boots an image the upgrade can actually reach.

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 on
"AGYN_API_TOKEN is not set; run a provisioning action before this one"
before a single test ran.

DevSpace follows the install to agyn-platform, which it moved to on
2026-08-09. "platform" is empty, so the patch and sync looked for a
deployment that was no longer there.

The job gains the timeout and concurrency group the VM-provisioned
workflows carry: a boot that hangs otherwise runs to the six-hour
default, and pushes queue behind each other on a 60-minute job.
@vitramir
vitramir force-pushed the ci/provision-on-the-vm branch from c556716 to c7a95a6 Compare August 12, 2026 18: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.

1 participant