Use port-forward in e2e tests to communicate with Jenkins API

- install socat required by the port-forward in k8s
This commit is contained in:
Tomasz Sęk 2020-01-23 16:25:24 +01:00
parent 12fa083e71
commit f74ccbc3e7
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@ env:
go:
- 1.13.x
sudo: required
before_install:
- make go-dependencies
@ -28,6 +30,8 @@ jobs:
- stage: e2e
name: "Jenkins Operator - e2e"
script:
- sudo apt-get update
- sudo apt-get install socat
- travis_wait 10 make travis-prepare
- travis_wait 45 make build e2e