Skip to content

KAR-525 Improve k8s-test robustness

Samuel Twum requested to merge kar-525-implement-connection-retry into master

Previous test runs in the k8s-test job failed while trying to connect to tango device servers (e.g. pipeline). This change ensures that the test doesn't fall over at the first attempt to create a device proxy. The connection is retried 3x spaced at 0.5s interval before the test fails.

Additional changes include adding a release job in the pipeline.

Merge request reports