Skip to content

Commit

Permalink
Merge pull request #1298 from plebhash/disable-tproxy-mg-ci
Browse files Browse the repository at this point in the history
disable MG tproxy CI
  • Loading branch information
GitGab19 authored Dec 13, 2024
2 parents 035c428 + cd642a9 commit cf4c625
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/mg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,6 @@ jobs:
- name: Run translation-proxy-broke-pool
run: sh ./test/message-generator/test/translation-proxy-broke-pool/translation-proxy-broke-pool.sh

translation-proxy:
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 translation-proxy
run: sh ./test/message-generator/test/translation-proxy/translation-proxy.sh

translation-proxy-old-share:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -193,7 +183,6 @@ jobs:
standard-coverage,
sv1-test,
translation-proxy-broke-pool,
translation-proxy,
translation-proxy-old-share
]
steps:
Expand All @@ -215,7 +204,6 @@ jobs:
[ "${{ needs.standard-coverage.result }}" != "success" ] ||
[ "${{ needs.sv1-test.result }}" != "success" ] ||
[ "${{ needs.translation-proxy-broke-pool.result }}" != "success" ] ||
[ "${{ needs.translation-proxy.result }}" != "success" ] ||
[ "${{ needs.translation-proxy-old-share.result }}" != "success" ]; then
echo "One or more jobs failed."
exit 1
Expand Down

0 comments on commit cf4c625

Please sign in to comment.