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:
|
||||
- id: build-postgres-operator
|
||||
type: script
|
||||
vm: large
|
||||
vm_config:
|
||||
type: linux
|
||||
size: large
|
||||
cache:
|
||||
paths:
|
||||
- /go/pkg/mod
|
||||
|
|
@ -37,9 +39,6 @@ pipeline:
|
|||
cmd: |
|
||||
export PATH=$PATH:$HOME/go/bin
|
||||
go test ./...
|
||||
- desc: 'Run e2e tests'
|
||||
cmd: |
|
||||
make e2e
|
||||
- desc: 'Push docker image'
|
||||
cmd: |
|
||||
export PATH=$PATH:$HOME/go/bin
|
||||
|
|
@ -55,6 +54,8 @@ pipeline:
|
|||
|
||||
- id: build-operator-ui
|
||||
type: script
|
||||
vm_config:
|
||||
type: linux
|
||||
|
||||
commands:
|
||||
- desc: 'Prepare environment'
|
||||
|
|
@ -83,6 +84,8 @@ pipeline:
|
|||
|
||||
- id: build-logical-backup
|
||||
type: script
|
||||
vm_config:
|
||||
type: linux
|
||||
|
||||
commands:
|
||||
- desc: Build image
|
||||
|
|
|
|||
Loading…
Reference in New Issue