From: Gaurav Agrawal Date: Tue, 12 May 2020 04:30:12 +0000 (+0000) Subject: Merge "K8s helm plugin code" X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=e0237ae53c473ceb84d9f84d85d4631714cdc292;hp=3d0bdd58bee828ab7488a18dccf0ebd0031c571e;p=ealt-edge.git Merge "K8s helm plugin code" --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b8c49e --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +#####standard .git ignore entries##### + +## IDE Specific Files ## +org.eclipse.core.resources.prefs +.classpath +.project +.settings +.idea +.externalToolBuilders +maven-eclipse.xml +workspace +.checkstyle + +## Compilation Files ## +*.class +**/target +target +target-ide +MANIFEST.MF \ No newline at end of file diff --git a/requirements/verify.txt b/requirements/verify.txt index 9b07af7..510b8d7 100644 --- a/requirements/verify.txt +++ b/requirements/verify.txt @@ -6,8 +6,6 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -# This file is for verify job excuted by Akraino CI modified from OPNFV -# Bottlenecks Project flake8==3.7.7 nose==1.3.7