Commit Graph

16 Commits

Author SHA1 Message Date
Hyeongju Johannes Lee
03fd3ebaa8 e2e,sgx: use sgx-sdk-demo app instead of busybox
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
2023-07-26 17:22:44 +03:00
Ed Bartosh
4a445a1df6 set-version: remove forgotten charts directory
This should fix the following set-version issue:

./scripts/set-version.sh bla
fatal: charts: no such path in the working tree.
Use 'git <command> -- <path>...' to specify paths that do not exist locally.

Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2022-10-06 14:15:32 +03:00
Ed Bartosh
a3cc2e3c50 set-version: fix exit code issue
set-version exits with 0 even if there are errors in the script.
This makes CI to ignore set-version failures.

Doing some weird sh magic + adding -eu option should fix the issue.
2022-10-06 14:15:32 +03:00
Oleg Zhurakivskyy
c142f6864f qat: Add e2e tests
Closes #950

Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-09-02 13:11:45 +03:00
Ed Bartosh
7f415f54a1 e2e-dlb: make tests working in Simics
- used different pods for PF and VF workloads
- increased waiting timeout to 200s
- used 'epoll' waiting mode for test apps
- decreased amount of packets from 128 to 8 for test apps
- output pod logs
- done small code optimisations

Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2022-06-17 14:22:33 +03:00
Oleg Zhurakivskyy
f1ec14d106 iaa: Add e2e tests
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2022-06-09 15:00:25 +03:00
Ed Bartosh
3df93cf04f rename image dsa-accel-config-demo -> accel-config-demo 2022-06-08 21:00:54 +03:00
Oleg Zhurakivskyy
710aaaee23 dsa: Add e2e tests
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2022-06-01 11:25:12 +03:00
Ed Bartosh
7cc399ddfd set-version: update list of images and target files 2022-04-25 00:17:51 +03:00
Ruslan Mstoi
7b94fefcc9 scripts: set-version: update values tag of charts
Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
2022-04-11 14:39:45 +03:00
Ruslan Mstoi
22507602ee Add helm charts
Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
2022-04-11 14:39:13 +03:00
Chaitanya Kulkarni
8c078f58e1
Images/Script - Added LABELs to all plugins (#894)
Added LABELs (name, vendor, version, release, summary, description) to all plugins and updated
scripts/set-version.sh script to include the LABEL version='<image-tag>' by passing TAG parameter
to make set-version TAG=<image-tag>

Signed-off-by: chaitanya1731 <chaitanya.kulkarni@intel.com>
2022-02-18 10:18:33 +02:00
Mikko Ylinen
7de376d539 scripts: fix shellcheck errors
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-01-12 15:49:04 +02:00
Mikko Ylinen
b5b1f4f113 add release 0.18 to the supported releases table
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-07-02 11:04:28 +03:00
Mikko Ylinen
f596fc593f demo: rename clearlinux-demo-opae to opae-nlb-demo
opae-nlb-demo name is more descriptive about the content and becomes
base image agnostic.

Also, set ENTRYPOINT similar to what we did with other images
and deployment files.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2019-09-06 21:28:59 +03:00
Mikko Ylinen
ce6b47b1fd scripts: add a helper script to set image version tag
This is useful in release branches and CI where custom image
for test deployments must be set.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2019-08-29 13:21:42 +03:00