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>
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.
- 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>
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>
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>