Bulk disable node==qa-test-vm offline + makefile edits
jjb/voltha-test/voltha-release-jobs/voltha-2.11.yaml
jjb/voltha-test/voltha-release-jobs/voltha-2.12.yaml
----------------------------------------------------
o Disable 4 jobs hanging on node==qa-test-vm.
config.mk
makefiles/lint/include.mk
-------------------------
o Refresh from repo:onf-make
o Pull in more lint targets (~doc8).
o Pull in per-repository configs to sync with config makefile v1.5
o See comment at [EOF] for details.
makefiles/virtualenv.mk
-----------------------
o Refresh target logic for pip install -r requirements.txt
o if exists install as a single block not as reliable as multiple statements.
Change-Id: I6199498f672abd8fdc59c20a757190cc897e7a5c
diff --git a/makefiles/include.mk b/makefiles/include.mk
index 778d730..97ea39a 100644
--- a/makefiles/include.mk
+++ b/makefiles/include.mk
@@ -42,6 +42,7 @@
include $(ONF_MAKEDIR)/commands/include.mk # Tools and local installers
include $(ONF_MAKEDIR)/virtualenv.mk# # lint-{jjb,python} depends on venv
+# include $(ONF_MAKEDIR)/patches/include.mk# # Patch when python 3.10+ in use
include $(ONF_MAKEDIR)/lint/include.mk
include $(ONF_MAKEDIR)/gerrit/include.mk