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

Provisions having separate instance of state object #588

Closed mohammedzee1000 closed 6 years ago

mohammedzee1000 commented 6 years ago

State was moved to callee level, instead of global. This allows for much more independent runs of index ci code and also easier CI for index ci implementation

mohammedzee1000 commented 6 years ago

Merge after https://github.com/CentOS/container-pipeline-service/pull/586

mohammedzee1000 commented 6 years ago

Part of https://github.com/CentOS/container-pipeline-service/issues/583