You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go test -v -timeout=$timeout$RUN_OPT antrea.io/antrea/test/e2e $flow_visibility_args -provider=kind --logs-export-dir=$ANTREA_LOG_DIR$np_evaluation_flag --skip-cases=$skiplist$coverage_args$EXTRA_ARGS
422
+
if$flexible_ipam;then
423
+
export GO111MODULE=on
424
+
go test -v antrea.io/antrea/test/e2e --provider kind -timeout=100m --prometheus --antrea-ipam
425
+
else
426
+
go test -v -timeout=$timeout$RUN_OPT antrea.io/antrea/test/e2e $flow_visibility_args -provider=kind --logs-export-dir=$ANTREA_LOG_DIR$np_evaluation_flag --skip-cases=$skiplist$coverage_args$EXTRA_ARGS
0 commit comments