Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Fix dpdk build cache key generation.
When new drivers are introduced, the cache key is not accurately computed. Before the commit 1a1b310 ("ci: Separate DPDK from OVS build."), the DPDK build process was integrated in .ci/linux-{setup,build}.sh scripts, where specific lines were employed to generate the key. Since it is now separated in .ci/dpdk-{setup,build}.sh, this patch computes the key based on the content of those dedicated scripts. Fixes: 4e90bac ("system-dpdk: Run traffic tests.") Signed-off-by: Eelco Chaudron <[email protected]> Acked-by: Simon Horman <[email protected]> Reviewed-by: David Marchand <[email protected]>
- Loading branch information