update/patch-scripts/kube-upgrade
albailey e3be9a2776 Update flake8 to verify patch scripts
To prevent the warning about a newer version of pip
available, the following env setting was added

  PIP_DISABLE_PIP_VERSION_CHECK=1

To prevent sub-calls to tox from using the default pip
cache location, rather than whatever a user may override
using xdg env variables, the following has been added:

  passenv =
      XDG_CACHE_HOME

The python patch scripts are now validated by flake8.
All flake8 tox targets are triggered from a single zuul job.

Story: 2004515
Task: 38581
Change-Id: I105512edbd3da15480355e30c0dd14933584a47b
Signed-off-by: albailey <Al.Bailey@windriver.com>
2020-01-31 09:40:27 -06:00
..
KUBE.1.preapply Update flake8 to verify patch scripts 2020-01-31 09:40:27 -06:00
KUBE.1.preremove Update flake8 to verify patch scripts 2020-01-31 09:40:27 -06:00
KUBE.2.preapply Update flake8 to verify patch scripts 2020-01-31 09:40:27 -06:00
KUBE.2.preremove Update flake8 to verify patch scripts 2020-01-31 09:40:27 -06:00
make_kube_patch.sh Create sample scripts for generating k8s upgrade patches 2020-01-29 10:23:47 -06:00