From aeff6e68a92dd31944f1d2e99faa0179e05158c6 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Fri, 13 Oct 2023 15:23:58 +0200 Subject: [PATCH] remove e2e tests from cdp pipeline --- delivery.yaml | 3 --- e2e/run.sh | 1 - 2 files changed, 4 deletions(-) diff --git a/delivery.yaml b/delivery.yaml index e89b7ac5c..e7cceae3e 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -39,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 diff --git a/e2e/run.sh b/e2e/run.sh index dc715017f..ecef56d08 100755 --- a/e2e/run.sh +++ b/e2e/run.sh @@ -63,7 +63,6 @@ function run_tests(){ echo "Running tests... image: ${e2e_test_runner_image}" # tests modify files in ./manifests, so we mount a copy of this directory done by the e2e Makefile - export KUBECONFIG="${kubeconfig_path}" docker run --rm --network=host -e "TERM=xterm-256color" \ --mount type=bind,source="$(readlink -f ${kubeconfig_path})",target=/root/.kube/config \ --mount type=bind,source="$(readlink -f manifests)",target=/manifests \