Skip to content

Commit

Permalink
remove E2E pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rlankfo committed Jan 13, 2022
1 parent 18cb178 commit f4ffe40
Showing 1 changed file with 1 addition and 44 deletions.
45 changes: 1 addition & 44 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,48 +54,6 @@ steps:
depends_on:
- Lint

---
kind: pipeline
type: docker
name: E2E
platform:
os: linux
arch: amd64
trigger:
event:
- push
- pull_request
- tag
ref:
- refs/heads/main
- refs/pull/*/head
- refs/tags/**
steps:
- name: lint
image: golangci/golangci-lint:v1.43.0
commands:
- make DRONE=true e2e/lint
- name: test
image: docker
volumes:
- name: docker
path: /var/run/docker.sock
commands:
- apk update && apk add make gcc libc-dev bash wget git
- mkdir -p /usr/local/go/bin
- wget -q https://golang.org/dl/go1.17.5.linux-amd64.tar.gz
- tar -C /usr/local -xzf go1.17.5.linux-amd64.tar.gz
- rm go1.17.5.linux-amd64.tar.gz
- export PATH=$PATH:/usr/local/go/bin
- make E2E_K8S_USE_DOCKER_NETWORK=1 DRONE=true e2e/test

depends_on:
- Test

volumes:
- name: docker
host:
path: /var/run/docker.sock

---
kind: pipeline
Expand All @@ -122,7 +80,6 @@ steps:
- make DRONE=true BUILD_IN_CONTAINER=false dist
depends_on:
- Test
- E2E
---
kind: pipeline
type: docker
Expand Down Expand Up @@ -285,6 +242,6 @@ get:
name: pat
---
kind: signature
hmac: 8ad4ba391594eb265cb8737d77509da2633e5a19f889b126f01fa78f51358715
hmac: 11038ae4592a13955388dff643b35bb1f07e53a659cdca946e863c9f2ac77066

...

0 comments on commit f4ffe40

Please sign in to comment.