This is a CentOS CI based pipeline to product optimized AI Stacks
oc login ...
oc new-project aicoe
oc process -f pipeline-images/jenkins/jenkins-persistent-buildconfig-template.yaml | oc create -f -
oc process -f pipeline-images/jenkins/jenkins-aicoe-slave-buildconfig-template.yaml | oc create -f -
oc create -f ai-stacks-pipeline.yaml
cd stack-images/ ; for d in `ls -1` ; do oc process -f ${d}/buildConfigAndImageStream.yaml | oc create -f - ; done ; cd ..
FIXME radanalytics will fail with this for-loop!
oc adm prune builds --confirm --namespace aicoe
- location of image in tensorflow test Dockerfile
- version used for tensorflow is in Jenkinsfile and BC template as a parameter