Skip to content

Commit

Permalink
Merge pull request loxilb-io#554 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
PR - Fix for ubuntu-22 cicd fails in latest
  • Loading branch information
UltraInstinct14 authored Feb 29, 2024
2 parents 614c23d + 9e34015 commit bac0ae0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/k3s-sctpmh-ubuntu-22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- run: sudo apt-get -y install bridge-utils iproute2 lksctp-tools iputils-ping
- run: sudo apt-get -y install bridge-utils iproute2 lksctp-tools iputils-ping net-tools
- run: |
echo "KUBECONFIG=--kubeconfig=/etc/rancher/k3s/k3s.yaml" >> $GITHUB_ENV
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion loxilb-ebpf
1 change: 1 addition & 0 deletions loxinet/loxinettest.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func TestLoxinet(t *testing.T) {
opts.Opts.CPUProfile = "none"
opts.Opts.Prometheus = false
opts.Opts.K8sApi = "none"
opts.Opts.ClusterNodes = "none"

fmt.Printf("LoxiLB Net Unit-Test \n")
loxiNetInit()
Expand Down

0 comments on commit bac0ae0

Please sign in to comment.