-
Notifications
You must be signed in to change notification settings - Fork 1
CI CD integration
Thomas Bird edited this page Apr 27, 2020
·
3 revisions
To integrate catwalk into a CI/CD pipeline, first install the catwalk
package on your build machine, then configure the following steps in the pipeline:
- Test model (
catwalk test-model --model-path /path/to/model
) - Test server (
catwalk test-server --model-path /path/to/model
) - Build prep (
catwalk build-prep --model-path /path/to/model
) - Build (
catwalk build --model-path /path/to/model
) - (optional) Test image (
catwalk test-image --model-path /path/to/model
)
In order for the CI/CD pipeline to function correctly, the build machine will need:
- python 3.7 and pip;
- internet access;
- docker build access;
- docker push credentials for the registry.
Copyright 2020 Leap Beyond Emerging Technologies B.V. (CC BY 4.0 )