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 Jan 29, 2025
1 parent bc63b44 commit e0adaa3
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 @@ -123,14 +123,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 @@ -157,7 +149,6 @@ jobs:
pool-sri-test-extended_1,
pool-sri-test-reject-auth,
sv1-test,
translation-proxy-broke-pool,
translation-proxy-old-share
]
steps:
Expand All @@ -176,7 +167,6 @@ jobs:
[ "${{ needs.pool-sri-test-extended_1.result }}" != "success" ] ||
[ "${{ needs.pool-sri-test-reject-auth.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 e0adaa3

Please sign in to comment.