mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
8135680065
Signed-off-by: Niels de Vos <ndevos@ibm.com>
79 lines
1.7 KiB
YAML
79 lines
1.7 KiB
YAML
---
|
|
apiVersion: build.openshift.io/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.cloud.ci.centos.org/ceph-csi:canary
|
|
pushSecret:
|
|
name: container-registry-auth
|
|
---
|
|
apiVersion: build.openshift.io/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.cloud.ci.centos.org/ceph-csi:test
|
|
pushSecret:
|
|
name: container-registry-auth
|
|
---
|
|
apiVersion: build.openshift.io/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.cloud.ci.centos.org/ceph-csi:devel
|
|
pushSecret:
|
|
name: container-registry-auth
|