Skip to content

Commit

Permalink
Remove bad pool config MG test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa authored and plebhash committed Jan 8, 2025
1 parent 5a7e106 commit 3201b7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 210 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/mg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ on:
- main

jobs:
bad-pool-config-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install cargo-llvm-cov
run: cargo install cargo-llvm-cov
- name: Run bad-pool-config-test
run: sh ./test/message-generator/test/bad-pool-config-test/bad-pool-config-test.sh

interop-jd-translator:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -167,7 +157,6 @@ jobs:
runs-on: ubuntu-latest
if: always()
needs: [
bad-pool-config-test,
interop-jd-translator,
interop-proxy-with-multi-ups,
interop-proxy-with-multi-ups-extended,
Expand All @@ -188,8 +177,7 @@ jobs:
steps:
- name: Aggregate Results
run: |
if [ "${{ needs.bad-pool-config-test.result }}" != "success" ] ||
[ "${{ needs.interop-jd-translator.result }}" != "success" ] ||
if [ "${{ needs.interop-jd-translator.result }}" != "success" ] ||
[ "${{ needs.interop-proxy-with-multi-ups.result }}" != "success" ] ||
[ "${{ needs.interop-proxy-with-multi-ups-extended.result }}" != "success" ] ||
[ "${{ needs.jds-do-not-fail-on-wrong-tsdatasucc.result }}" != "success" ] ||
Expand All @@ -209,4 +197,4 @@ jobs:
exit 1
else
echo "All MG tests completed successfully"
fi
fi

This file was deleted.

This file was deleted.

0 comments on commit 3201b7e

Please sign in to comment.