From c775114615dc845ccd3b32332dd2606ad8f5003a Mon Sep 17 00:00:00 2001 From: Ron Cemer Date: Tue, 1 Jul 2025 15:04:15 -0400 Subject: [PATCH 1/4] Try a different rabbitmq github action to fix intermittent pipeline failures. --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58dca14..c7a6467 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,10 +17,9 @@ jobs: - uses: supercharge/redis-github-action@1.8.0 with: redis-version: 7 - - uses: namoshek/rabbitmq-github-action@v1 + - uses: nijel/rabbitmq-action@v1.0.0 with: - version: '4.1.1' - ports: '5672:5672' + rabbitmq version: '4' - run: go test -count=1 -v ./... lint: runs-on: ubuntu-latest From 1ae368d60389df81aa59efa23432d78856cb85aa Mon Sep 17 00:00:00 2001 From: Ron Cemer Date: Tue, 1 Jul 2025 15:04:55 -0400 Subject: [PATCH 2/4] Trigger pipeline. --- x.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 x.txt diff --git a/x.txt b/x.txt new file mode 100644 index 0000000..e69de29 From 8b56c939eb9f58bf8b3036a267e6d50a8d9bf41c Mon Sep 17 00:00:00 2001 From: Ron Cemer Date: Tue, 1 Jul 2025 15:06:48 -0400 Subject: [PATCH 3/4] Trigger pipeline. --- x.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 x.txt diff --git a/x.txt b/x.txt deleted file mode 100644 index e69de29..0000000 From c88fb89db85010c0bfbaeac7292160dd7a07241b Mon Sep 17 00:00:00 2001 From: Ron Cemer Date: Tue, 1 Jul 2025 15:10:47 -0400 Subject: [PATCH 4/4] Debugging intermittent rabbitmq pipeline failures. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7a6467..76c387f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: redis-version: 7 - uses: nijel/rabbitmq-action@v1.0.0 with: - rabbitmq version: '4' + rabbitmq version: '4.1.1-management' - run: go test -count=1 -v ./... lint: runs-on: ubuntu-latest