From 62f04d6b6df043f93cf0e9e74f1c69c7e0b6832d Mon Sep 17 00:00:00 2001 From: Ida Novindasari Date: Mon, 16 Oct 2023 10:40:34 +0200 Subject: [PATCH] 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 --- delivery.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/delivery.yaml b/delivery.yaml index 3096c4b47..e7cceae3e 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -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