Skip to content

Commit 62f04d6

Browse files
idanovindaFxKu
andauthored
Migrate cdp overlay to use cdp runtime (#2416)
* update cdp overlay to use cdp runtime * remove e2e tests from cdp pipeline because of a docker in docker problem --------- Co-authored-by: Felix Kunde <[email protected]>
1 parent dc872ab commit 62f04d6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

delivery.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ version: "2017-09-20"
22
pipeline:
33
- id: build-postgres-operator
44
type: script
5-
vm: large
5+
vm_config:
6+
type: linux
7+
size: large
68
cache:
79
paths:
810
- /go/pkg/mod
@@ -37,9 +39,6 @@ pipeline:
3739
cmd: |
3840
export PATH=$PATH:$HOME/go/bin
3941
go test ./...
40-
- desc: 'Run e2e tests'
41-
cmd: |
42-
make e2e
4342
- desc: 'Push docker image'
4443
cmd: |
4544
export PATH=$PATH:$HOME/go/bin
@@ -55,6 +54,8 @@ pipeline:
5554
5655
- id: build-operator-ui
5756
type: script
57+
vm_config:
58+
type: linux
5859

5960
commands:
6061
- desc: 'Prepare environment'
@@ -83,6 +84,8 @@ pipeline:
8384
8485
- id: build-logical-backup
8586
type: script
87+
vm_config:
88+
type: linux
8689

8790
commands:
8891
- desc: Build image

0 commit comments

Comments
 (0)