summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-11-12 23:37:50 +0100
committerPhilip Kuryloski <kuryloskip@vmware.com>2021-11-12 23:37:50 +0100
commit983afafdeeda936353c2727f0cea0baaac8afa48 (patch)
tree201f5bf05e202500cb187c4e6911be3c02495b9e
parent2a5d680ee2df51a3dd8a5f97b251520b2eb27cfc (diff)
downloadrabbitmq-server-git-983afafdeeda936353c2727f0cea0baaac8afa48.tar.gz
Additional ci tweak based on buildbuddy's input
Based on https://github.com/actions/virtual-environments/issues/1187 and per buildbuddy's suggestion
-rw-r--r--.github/workflows/test-mixed-versions.yaml1
-rw-r--r--.github/workflows/test.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml
index abf2584a9f..db33be643d 100644
--- a/.github/workflows/test-mixed-versions.yaml
+++ b/.github/workflows/test-mixed-versions.yaml
@@ -48,6 +48,7 @@ jobs:
#! uses: mxschmitt/action-tmate@v3
- name: RUN TESTS
run: |
+ sudo ethtool -K eth0 tso off gso off gro off tx off rx off lro off
bazelisk test //... \
--config=rbe-${{ matrix.erlang_version }} \
--test_tag_filters=mixed-version-cluster,-exclusive,-aws \
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index b7f7ad6165..4558f76f4a 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -42,6 +42,7 @@ jobs:
#! uses: mxschmitt/action-tmate@v3
- name: RUN TESTS
run: |
+ sudo ethtool -K eth0 tso off gso off gro off tx off rx off lro off
bazelisk test //... \
--config=rbe-${{ matrix.erlang_version }} \
--test_tag_filters=-exclusive,-aws,-mixed-version-cluster \