Skip to content

Commit

Permalink
Fix build-and-test-ubi not using UBI images (#6157)
Browse files Browse the repository at this point in the history
The generated manifest was using the default ubuntu images.

Signed-off-by: Quan Tian <quan.tian@broadcom.com>
  • Loading branch information
tnqn committed Mar 27, 2024
1 parent c2f2459 commit e366d58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/kind/test-e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@ function run_test {
coverage_args=""
flow_visibility_args=""

if $use_non_default_images; then
export AGENT_IMG_NAME=${antrea_agent_image}
export CONTROLLER_IMG_NAME=${antrea_controller_image}
fi
if $coverage; then
$YML_CMD --encap-mode $current_mode $manifest_args | docker exec -i kind-control-plane dd of=/root/antrea-coverage.yml
$YML_CMD --ipsec $manifest_args | docker exec -i kind-control-plane dd of=/root/antrea-ipsec-coverage.yml
Expand Down

0 comments on commit e366d58

Please sign in to comment.