diff --git a/.aicoe-ci.yaml b/.aicoe-ci.yaml new file mode 100644 index 0000000..69de83d --- /dev/null +++ b/.aicoe-ci.yaml @@ -0,0 +1,14 @@ +# Setup and configuring aicoe-ci with configuration file `.aicoe-ci.yaml` +# Example `.aicoe-ci.yaml` with a full list of config options is available here: https://github.com/AICoE/aicoe-ci/blob/master/docs/.aicoe-ci.yaml +check: + - thoth-precommit + - thoth-build +build: + build-stratergy: Source + build-source-script: "image:///opt/app-root/builder" + base-image: quay.io/thoth-station/s2i-custom-notebook:latest + custom-tag: latest + registry: quay.io + registry-org: aicoe + registry-project: ceph-drive-failure + registry-secret: aicoe-pusher-secret