CentOS / container-pipeline-service

Code, infrastructure and deployment backend for the CentOS Container Pipeline backing up build system for registry.centos.org
https://registry.centos.org
GNU General Public License v3.0
49 stars 27 forks source link

Specify resource requests in pod template #646

Closed dharmit closed 6 years ago

dharmit commented 6 years ago

This PR adds resource requests for Jenkins slave pods which will ensure that a Jenkins slave pod spins up on an OpenShift node if and only if the resources it needs are available.

Long term, we can see how this behaves when a base image with numerous child images is rebuilt and the subsequent child rebuilds are handled. If it works well, we can possibly get away from reliance on batch processing.

dharmit commented 6 years ago

dotests