9 Commits

Author SHA1 Message Date
Eric
e8b2ad014b
feat: remove usage of PVC disks (#128)
* fix: delete PVCs after stopping containers

* Didn't work, instead try to delete all PVCs just before the namespace is deleted, after all pods destroyed.

* Didn't work, force kill pods, then delete pvcs

Force kill pods, wait for them to be killed. Then remove the pvc finaliser that protects the pvc from deletion. Finally, delete the pvc. The finaliser deletion step is there in case the force kill pod times out.

* try without waiting for pods to be killed

* prevent double delete race

* remove unneeded method, improve log output in pvc deletion

* Use emptyDir ephemeral volumes instead of PVCs

* fix dist tests workflow summary

After kubeconfig was replaced with an in-cluster service account, k8sClient was returning null and thus no test summaries were being written to ConfigMaps. This change returns a default Kubeconfig for the k8sClient when one is not passed in an environment variable.

* remove PVC volume deletion since PVCs are no longer created
2026-06-15 15:50:16 +10:00
E M
f3066ad504 fix compilation error 2026-05-28 11:46:36 -03:00
E M
4347711025 Write test result to K8s ConfigMap
Write test result for each test to a K8s ConfigMap so it can be read by the workflow after the tests have completed. This replaces attempts to capture stdout/stderr which for some reason fails to show all test status.
2026-05-28 11:46:36 -03:00
E M
c8f3421ee3 oops, amend to previous commit 2026-05-28 11:46:36 -03:00
E M
3fd6aec18a log errors when there are test setup failures 2026-05-28 11:46:36 -03:00
E M
600148b8d5 Auto-flush stdout in an attempt to get NUnit's output in the logs 2026-05-28 11:46:36 -03:00
Eric
df99e5e681
chore: remove cdx namespace and update documentation (#125)
* Replace cdx with storage in namespaces

* Update k8s documentation for move from DO to GKE
2026-04-24 12:24:32 +10:00
Ben
18b1f73025
Enables console output for test logs 2025-05-14 15:01:21 +02:00
ThatBen
dd888f30e3
excellent cleanup 2025-04-25 15:42:13 +02:00