JIRA: VAL-10
The Jenkins verify jobs report success even when there are failures,
because it doens't find the coala bears to run.
Ported https://gerrit.akraino.org/r/#/c/607/ to fix the issue
Also fixed the tox issues introduced by 537 as they are casuing the
verify job to fail:
- conformance/sonobuoy.yaml is whitelisted as per Miguel's request
Change-Id: I497121b8bbd08cf43e7d7b25470f9814ca1d9227
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
files = **.yaml, **.yml
use_spaces = true
max_line_length = 120
+ignore = conformance/sonobuoy.yaml
[all.Python]
bears = PyLintBear
#!/bin/bash
#
echo "`date +%H:%M:%S` : Starting Kubetest build"
-cd /root/go/src/k8s.io/kubernetes
+cd /root/go/src/k8s.io/kubernetes || exit
pwd
kubetest --build
echo "Build completed"
[testenv:coala]
basepython = python3
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
+install_command = python -m pip install --no-cache-dir {opts} {packages}
deps =
coala
coala-bears