ceph-csi/deploy/ceph-csi-buildconfig.yaml
Niels de Vos 1c2974d49e ci: the "master" branch got renamed to "devel"
Closes: #1193
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2021-03-01 05:22:06 +00:00

79 lines
1.7 KiB
YAML

---
apiVersion: v1
kind: BuildConfig
metadata:
name: ceph-csi-canary
labels:
app: ceph-csi
spec:
runPolicy: Serial
successfulBuildsHistoryLimit: 1
failedBuildsHistoryLimit: 1
source:
git:
uri: https://github.com/ceph/ceph-csi
ref: devel
contextDir: .
strategy:
dockerStrategy:
dockerfilePath: deploy/cephcsi/image/Dockerfile
imageOptimizationPolicy: SkipLayers
output:
to:
kind: DockerImage
name: registry-ceph-csi.apps.ocp.ci.centos.org/ceph-csi:canary
pushSecret:
name: container-registry-auth
---
apiVersion: v1
kind: BuildConfig
metadata:
name: ceph-csi-test
labels:
app: ceph-csi
spec:
runPolicy: Serial
successfulBuildsHistoryLimit: 1
failedBuildsHistoryLimit: 1
source:
git:
uri: https://github.com/ceph/ceph-csi
ref: devel
contextDir: .
strategy:
dockerStrategy:
dockerfilePath: scripts/Dockerfile.test
imageOptimizationPolicy: SkipLayers
output:
to:
kind: DockerImage
name: registry-ceph-csi.apps.ocp.ci.centos.org/ceph-csi:test
pushSecret:
name: container-registry-auth
---
apiVersion: v1
kind: BuildConfig
metadata:
name: ceph-csi-devel
labels:
app: ceph-csi
spec:
runPolicy: Serial
successfulBuildsHistoryLimit: 1
failedBuildsHistoryLimit: 1
source:
git:
uri: https://github.com/ceph/ceph-csi
ref: devel
contextDir: .
strategy:
dockerStrategy:
dockerfilePath: scripts/Dockerfile.devel
imageOptimizationPolicy: SkipLayers
output:
to:
kind: DockerImage
name: registry-ceph-csi.apps.ocp.ci.centos.org/ceph-csi:devel
pushSecret:
name: container-registry-auth