Skip to content

Commit

Permalink
remove e2e tests from cdp pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
FxKu committed Oct 13, 2023
1 parent c35822f commit aeff6e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit aeff6e6

Please sign in to comment.