2
0
mirror of synced 2025-01-12 17:44:08 +00:00

5 Commits

Author SHA1 Message Date
gmega
e3b16fd742
add ability to stop single containers 2024-04-13 17:12:14 +03:00
Giuliano Mega
ec0f7a6790
Remove run ID and introduce deploy ID (#93)
This PR removes the notion of a run id and replaces it with a deploy id in continuous tests. Deploy ids can be set at deploy time only (duh), and will be picked up by the test runner from the deploy file on subsequent runs of the continuous test runner. As a consequence, the deploy id becomes a deployer parameter, and can no longer be overridden at the runner. For non-continuous tests, the deploy ID is created on-the-fly.
2024-02-22 10:41:07 -03:00
benbierens
ed56d9edcc
Cleanup of kubernetesWorkflow assembly. 2023-11-12 10:07:23 +01:00
benbierens
0a2bca9f52
Restores pod labels in deployer. Adds metrics assert for twoclient continuous test. 2023-09-26 14:32:28 +02:00
benbierens
e78659690b
Pod labels hook for containers deployed with CodexNetDeployer. 2023-09-22 11:10:22 +02:00