Skip to content

Commit

Permalink
conformance-k8s-kind: disable kindnet, enable log dumping
Browse files Browse the repository at this point in the history
While debugging a test failure, I noticed that this workflow missed
disabling the kindnet CNI (every other workflow already does this).

Separately, enable log dumping on failure, otherwise there isn't enough
to go on when tests fail.

Signed-off-by: Casey Callendrello <cdc@isovalent.com>
  • Loading branch information
squeed authored and ldelossa committed Apr 20, 2023
1 parent 106d098 commit a9291f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conformance-k8s-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
networking:
ipFamily: ${IP_FAMILY}
kubeProxyMode: "none"
disableDefaultCNI: true
nodes:
- role: control-plane
- role: worker
Expand Down Expand Up @@ -216,7 +217,7 @@ jobs:
-- \
--kubeconfig=${PWD}/_artifacts/kubeconfig.conf \
--provider=local \
--dump-logs-on-failure=false \
--dump-logs-on-failure=true \
--report-dir=${E2E_REPORT_DIR} \
--disable-log-dump=true
Expand Down

0 comments on commit a9291f6

Please sign in to comment.