Commit Graph

13 Commits

Author SHA1 Message Date
Alek Du
887e56e780 VPU: Add Intel Movidius MyriadX VPU plugin support
This patch is to support Intel VCAC-A card (with MyriadX 2485 VPUs), for other
later on VPUs, we will reuse this plugin and add support.

VCAC-A board info is at:
https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/media-analytics-vcac-a-accelerator-card-by-celestica-datasheet.pdf

Also add openvino HDDL VPU demo for Intel VCAC-A card.

Signed-off-by: Alek Du <alek.du@intel.com>
2020-01-28 23:17:50 +08:00
Dmitry Rozhkov
814e2e1a50 bump k8s dependencies up to v1.17.0 2020-01-09 11:19:58 +02:00
Rivera Gonzalez, Julio C
a0ba1b38fe Add CI Jenkins stage with test case for intel-device-plugin: QAT
This commit adds bash scripts with the proper granularity for each sub-stage,
needed for QAT device main stage validation.

Signed-off-by: Rivera Gonzalez, Julio C <julio.c.rivera.gonzalez@intel.com>
2019-12-03 11:59:15 -06:00
Mikko Ylinen
d3354d0522 travis: Use vendored code for container builds
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2019-11-01 14:32:26 +02:00
Mikko Ylinen
79f991784b Jenkinsfile: change credentialsId
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2019-08-30 08:26:11 +03:00
Dmitry Rozhkov
aadcc62dde simplify image push 2019-08-29 16:30:13 +03:00
Rivera Gonzalez, Julio C
b6a740805e Push images to be published
This change, adds a conditional step on Jenkins in order to push images,
built and be published.

Signed-off-by: Rivera Gonzalez, Julio C <julio.c.rivera.gonzalez@intel.com>
2019-08-29 13:21:42 +03:00
Dmitry Rozhkov
91c890b1e1 ci: adapt to go mod
switch go mod on explicitly in CI

travisci: enable caching of Go modules

travisci: drop obsolete hack
2019-08-27 11:40:33 +03:00
Alexander Kanevskiy
186ec6613c FPGA: migrate to ClearLinux environment
- Migrate to OPAE 1.3.2
- Build all the tools from the source
- ignore files in workspace
- minimal fpga_tool utility to check gbs/aocx file parsing and flashing
- implemented kernel IOCTL based flashing of bitstreams
- add PCI and sysfs functions
2019-08-24 02:55:19 +03:00
Mikko Ylinen
959f7e602b CI: move to Golang 1.12.x
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2019-08-19 15:19:49 +03:00
Mikko Ylinen
9905c50302 CI: update container tooling versions
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2019-08-19 15:19:49 +03:00
Dmitry Rozhkov
cda77f57e7 use BUILDTAGS=kerneldrv in CI 2019-08-19 09:56:57 +03:00
Jesus Ornelas Aguayo
836501b257 jenkins: Add initial jenkinsfile
This Jenkinsfile provides basic CI based on the .travis.yml
which ports the travis behaviour to Jenkins by checking the
following make targets functionallity:

  - make format
  - make lint
  - make vet
  - make cyclomatic-check
  - make test
  - make images
  - make images BUILDER=buildah
  - make demos
  - make demos BUILDER=buildah

The main intention of this commit is to provide an starting point
where anybody can improve the coverage at anytime and get PR cheks
on Jenkins.
2019-06-20 19:46:44 +00:00