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 92226ea
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 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 Down Expand Up @@ -285,6 +243,6 @@ get:
name: pat
---
kind: signature
hmac: 8ad4ba391594eb265cb8737d77509da2633e5a19f889b126f01fa78f51358715
hmac: 3d8df665558d2a55acb1afacb5d17e9d6b1e7c8fa794e86897778074d188ec01

...

0 comments on commit 92226ea

Please sign in to comment.