Programmers, have you encountered situations where a CI task needs to access some limited resource? For example, maybe some tests run against hardware which only one process can use at a time. How have you managed that resource contention? Are you satisfied with the approach you used?
#software #programming #cicd #development #developer