Skip to content

Commit

Permalink
disable rx gro on worker 1 bond-10 interface
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchg committed Mar 12, 2024
1 parent d56801c commit f5243f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ztp-compact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
needs: [stage0]
if: needs.stage0.result == 'success'
steps:
- name: Deploy SNO using agent-based - OCP 4.14.6 / gitops 1.9
- name: Deploy SNO using agent-based - OCP 4.14.10 / gitops 1.9
timeout-minutes: 40
run: |
podman exec workstation bash -ce '
curl https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.6/openshift-install-linux-4.14.6.tar.gz -o openshift-install-linux.tar.gz
curl https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.14.10/openshift-install-linux-4.14.10.tar.gz -o openshift-install-linux.tar.gz
tar xvfz openshift-install-linux.tar.gz
mv openshift-install /usr/bin/
chmod +x /usr/bin/openshift-install
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
# podman exec workstation bash -ce '
# GITHUB_TOKEN='${{ secrets.GH_TOKEN }}' ./bin/label-runner.sh ${{ runner.name }} +ready -taken +green
# pkill ping || true
'
# '
on-fail:
name: Release Runner
runs-on: ${{needs.stage0.outputs.RUNNER}}
Expand Down
4 changes: 2 additions & 2 deletions ztp-spokes/sites/5gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
cpuPartitioningMode: AllNodes
pullSecretRef:
name: "assisted-deployment-pull-secret"
clusterImageSetNameRef: "img4.14.6-x86-64-appsub"
clusterImageSetNameRef: "img4.14.10-x86-64-appsub"
sshPublicKey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICGjoGIRGSfiJ8Tv+Qd6S36xuGmeIuFL8w75shdhxy5l [email protected]"
clusters:
- clusterName: "5gc"
Expand Down Expand Up @@ -237,7 +237,7 @@ spec:
dhcp: false
ethtool:
feature:
rx-gro: true
rx-gro: false
- <<: *bond0-11
ipv4:
enabled: true
Expand Down

0 comments on commit f5243f0

Please sign in to comment.