Dmitry Rozhkov
6b2fa0a264
operator: initial version with gpu and qat controllers
2020-06-25 13:48:41 +03:00
Mikko Ylinen
285a01e0a5
ci: update tool versions
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-06-22 13:21:42 +03:00
Dmitry Rozhkov
70f862f2aa
add golangci linter
...
In this initial commit the following checks are disabled due to
excessive amount of changes required:
- dupl (duplicate code)
- funlen (function length)
- goerr113 (errors handling expressions)
- gomnd (magic numbers)
- gosec (security)
- nakedret (naked returns)
- wsl (forces to use empty lines)
- errcheck (checking for unchecked errors)
- staticcheck (static analysis)
2020-06-08 14:01:13 +03:00
Mikko Ylinen
4c64a2dab4
repo: drop .travis.yaml and update CODEOWNERS
...
Also, fix intel-vpu-plugin.Dockerfile build to get CI
passing. Clear Linux changed the license file names and
we had the name 'COPYING' hard coded which made install to fail.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-04-15 14:11:39 +03:00
Alexander Kanevskiy
f4583ae474
Add initial version of CODEOWNERS
2020-03-16 14:25:37 +02:00
Dmitry Rozhkov
862ba004c6
check that github actions build all the images we've got
2020-03-06 10:47:29 +02:00
Dmitry Rozhkov
a01350e502
ci: add github actions
2020-03-05 10:30:18 +02:00