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:
Ida Novindasari 2023-10-16 10:40:34 +02:00 committed by GitHub
parent dc872abb51
commit 62f04d6b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -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