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 <felix-kunde@gmx.de>
This commit is contained in:
parent
dc872abb51
commit
62f04d6b6d
|
|
@ -2,7 +2,9 @@ version: "2017-09-20"
|
||||||
pipeline:
|
pipeline:
|
||||||
- id: build-postgres-operator
|
- id: build-postgres-operator
|
||||||
type: script
|
type: script
|
||||||
vm: large
|
vm_config:
|
||||||
|
type: linux
|
||||||
|
size: large
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- /go/pkg/mod
|
- /go/pkg/mod
|
||||||
|
|
@ -37,9 +39,6 @@ pipeline:
|
||||||
cmd: |
|
cmd: |
|
||||||
export PATH=$PATH:$HOME/go/bin
|
export PATH=$PATH:$HOME/go/bin
|
||||||
go test ./...
|
go test ./...
|
||||||
- desc: 'Run e2e tests'
|
|
||||||
cmd: |
|
|
||||||
make e2e
|
|
||||||
- desc: 'Push docker image'
|
- desc: 'Push docker image'
|
||||||
cmd: |
|
cmd: |
|
||||||
export PATH=$PATH:$HOME/go/bin
|
export PATH=$PATH:$HOME/go/bin
|
||||||
|
|
@ -55,6 +54,8 @@ pipeline:
|
||||||
|
|
||||||
- id: build-operator-ui
|
- id: build-operator-ui
|
||||||
type: script
|
type: script
|
||||||
|
vm_config:
|
||||||
|
type: linux
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
- desc: 'Prepare environment'
|
- desc: 'Prepare environment'
|
||||||
|
|
@ -83,6 +84,8 @@ pipeline:
|
||||||
|
|
||||||
- id: build-logical-backup
|
- id: build-logical-backup
|
||||||
type: script
|
type: script
|
||||||
|
vm_config:
|
||||||
|
type: linux
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
- desc: Build image
|
- desc: Build image
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue