Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
databus23 committed Aug 31, 2021
1 parent a087ac0 commit 47f443c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ci/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -706,12 +706,13 @@ task_e2e_tests: &task_e2e_tests
args:
- -c
- |
wget -q -O- http://169.254.169.254/latest/meta-data/hostname && echo
set -o pipefail
OUTPUT_DIR=$PWD/test-result
export GOPATH=$PWD/gopath
cd gopath/src/github.com/sapcc/kubernikus
apk add --no-progress --no-cache make git curl
apk add --no-progress --no-cache make git
export RUN_PARALLEL=false
export CGO_ENABLED=0
make test-e2e | tee test.output
Expand Down
3 changes: 2 additions & 1 deletion ci/task_e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ run:
args:
- -c
- |
wget -q -O- http://169.254.169.254/latest/meta-data/hostname && echo
set -o pipefail
OUTPUT_DIR=$PWD/test-result
export GOPATH=$PWD/gopath
cd gopath/src/github.com/sapcc/kubernikus
apk add --no-progress --no-cache make git curl
apk add --no-progress --no-cache make git
export RUN_PARALLEL=false
export CGO_ENABLED=0
make test-e2e | tee test.output
Expand Down

0 comments on commit 47f443c

Please sign in to comment.