Darko Brdareski

Results 11 issues of Darko Brdareski

## Description While running benchmarks on the EKS trial cluster, we have discovered that the `ping-pong` test cannot pass. It turns out that the test attempts to reach one pod...

Bloxico
Sprint 13

This review contains all the required changes for the new EKS cluster. Most of the changes relate to the network annotations, IP ranges, configuration options, etc. I have left comments...

## Description The command to remove (terminate) tasks (ie. `testground terminate`) does not remove scheduled jobs. If the daemon is overloaded, or we wish to remove scheduled tasks, we have...

## Description While running benchmarks on the EKS trial cluster, we have discovered that the sync-service and redis can get "clogged up", and will block the daemon from executing scheduled...

Fixes #1293 . The engine will clean up tasks in the `Processing` state on startup. I've been trying to come up with the best way to limit the use of...

## Description We should include a load balancer (ALB) in front of the EKS cluster, and all associated resources: security group rules, etc. This will allow us to also tackle...

## Description We need a script that will allow developers to delete all cluster resources created by #1389 when deploying a new cluster. ## What defines this endeavour to be...

Bloxico
Sprint 13

## Description The pingpong test is now functional on the new EKS cluster: instances can see and talk to each other. However, the network configuration does not seem to have...

## Description The `RUNTIME_IMAGE` used to build docker containers was published on June 3rd, 2020. This is outdated by over two years, and can cause problems during the test execution,...

area/builders

## Description Tasks that have reached the timeout should be killed, removed from the queue, and updated in the database. Quote from @laurentsenta : ``` There is a task timeout...