Skip to content

Commit

Permalink
remove translation-proxy-broke-pool MG test
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Feb 19, 2025
1 parent b536e31 commit 72c7710
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 127 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/mg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,6 @@ jobs:
- name: Run sv1-test
run: sh ./test/message-generator/test/sv1-test/sv1-test.sh

translation-proxy-broke-pool:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run translation-proxy-broke-pool
run: sh ./test/message-generator/test/translation-proxy-broke-pool/translation-proxy-broke-pool.sh

translation-proxy-old-share:
runs-on: ubuntu-latest
steps:
Expand All @@ -137,7 +129,6 @@ jobs:
pool-sri-test-extended_0,
pool-sri-test-extended_1,
sv1-test,
translation-proxy-broke-pool,
translation-proxy-old-share
]
steps:
Expand All @@ -154,7 +145,6 @@ jobs:
[ "${{ needs.pool-sri-test-extended_0.result }}" != "success" ] ||
[ "${{ needs.pool-sri-test-extended_1.result }}" != "success" ] ||
[ "${{ needs.sv1-test.result }}" != "success" ] ||
[ "${{ needs.translation-proxy-broke-pool.result }}" != "success" ] ||
[ "${{ needs.translation-proxy-old-share.result }}" != "success" ]; then
echo "One or more jobs failed."
exit 1
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 72c7710

Please sign in to comment.