Skip to content
This repository was archived by the owner on Mar 22, 2020. It is now read-only.

goern/AI-Stacks-pipeline

Repository files navigation

AI-Stacks-pipeline

This is a CentOS CI based pipeline to product optimized AI Stacks

Creating the pipeline

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

Create the AI-Stacks BuildConfigs

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!

Operations

Cleanup and Garbage Collection

oc adm prune builds --confirm --namespace aicoe

Known Issues

  • location of image in tensorflow test Dockerfile
  • version used for tensorflow is in Jenkinsfile and BC template as a parameter

About

This is a CentOS CI based pipeline to product optimized AI Stacks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published