OpenShift templates for WaiverDB pipelines are almost ready.
Let's put all pieces togerther by creating a script for batch updating the manifests installed on OpenShift.
This Makefile is used to update the OpenShift manifests for all pipeline jobs with a single run.
Parameters of the templates are configured by the script for the upstream WaiverDB
CI/CD workflow and service locations.
NOTE: Secrets and images in your OpenShift project are not touched by this script. You have to manually
manage them.
Log into your OpenShift project that is dedicated for CI/CD workloads.
You must have the admin access to the OpenShift project.
oclogin<your-cluster>
ocproject<your-project>
To install or update all CI/CD pipelines, just run
makeinstall
To delete all manifests created by this script, run
OpenShift templates for WaiverDB pipelines are almost ready.
Let's put all pieces togerther by creating a script for batch updating the manifests installed on OpenShift.
This Makefile is used to update the OpenShift manifests for all pipeline jobs with a single run.
Parameters of the templates are configured by the script for the upstream WaiverDB
CI/CD workflow and service locations.
NOTE: Secrets and images in your OpenShift project are not touched by this script. You have to manually
manage them.
Log into your OpenShift project that is dedicated for CI/CD workloads.
You must have the admin access to the OpenShift project.
To install or update all CI/CD pipelines, just run
To delete all manifests created by this script, run