Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyp1ckles committed Feb 23, 2024
1 parent a742a7f commit e55b78e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
run: |
cd test/conformance
./create-ci-env.sh \
--kube-proxy ${{ matrix.kube-proxy}} \
--kube-proxy ${{ matrix.kube-proxy}} \ # If true, deploys Talos w/ kube-proxy.
--talos-version ${{ matrix.talos-version }} \
--owner "isovalent/terraform-aws-talos"
make apply
Expand All @@ -242,7 +242,7 @@ jobs:
--set ipv4.enabled=${{ matrix.ipv4 }} \
--set ipv6.enabled=${{ matrix.ipv6 }} \
--set bpf.masquerade=${{ matrix.bpf-masquerade }} \
--set kubeProxyReplacement=${{ matrix.kube-proxy }} \
--set kubeProxyReplacement=${{ matrix.kube-proxy-replacement }} \
--set socketLB.enabled=${{ matrix.socketlb }} \
--set ipam.mode=${{ matrix.ipam-mode }} \
--set ingressController.enabled=true \
Expand All @@ -260,7 +260,7 @@ jobs:
kubectl create ns cilium-test
kubectl label ns cilium-test pod-security.kubernetes.io/enforce=privileged
kubectl label ns cilium-test pod-security.kubernetes.io/warn=privileged
cilium-cli connectivity test --debug
cilium-cli connectivity test
- name: Fetch artifacts
if: ${{ !success() && steps.run-tests.outcome != 'skipped' }}
Expand Down

0 comments on commit e55b78e

Please sign in to comment.