Skip to content

Commit cad6786

Browse files
committed
remove translator-proxy-old-share MG test
1 parent f20304d commit cad6786

File tree

3 files changed

+2
-129
lines changed

3 files changed

+2
-129
lines changed

.github/workflows/mg.yaml

+2-12
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,6 @@ jobs:
8585
- name: Run translation-proxy-broke-pool
8686
run: sh ./test/message-generator/test/translation-proxy-broke-pool/translation-proxy-broke-pool.sh
8787

88-
translation-proxy-old-share:
89-
runs-on: ubuntu-latest
90-
steps:
91-
- name: Checkout repository
92-
uses: actions/checkout@v4
93-
- name: Run translation-proxy-old-share
94-
run: sh ./test/message-generator/test/translation-proxy-old-share/translation-proxy-old-share.sh
95-
9688
mg-aggregate-results:
9789
name: "Aggregate MG Test Results"
9890
runs-on: ubuntu-latest
@@ -106,8 +98,7 @@ jobs:
10698
pool-sri-test-1-standard,
10799
pool-sri-test-close-channel,
108100
sv1-test,
109-
translation-proxy-broke-pool,
110-
translation-proxy-old-share
101+
translation-proxy-broke-pool
111102
]
112103
steps:
113104
- name: Aggregate Results
@@ -120,8 +111,7 @@ jobs:
120111
[ "${{ needs.pool-sri-test-1-standard.result }}" != "success" ] ||
121112
[ "${{ needs.pool-sri-test-close-channel.result }}" != "success" ] ||
122113
[ "${{ needs.sv1-test.result }}" != "success" ] ||
123-
[ "${{ needs.translation-proxy-broke-pool.result }}" != "success" ] ||
124-
[ "${{ needs.translation-proxy-old-share.result }}" != "success" ]; then
114+
[ "${{ needs.translation-proxy-broke-pool.result }}" != "success" ]; then
125115
echo "One or more jobs failed."
126116
exit 1
127117
else

test/message-generator/test/translation-proxy-old-share/translation-proxy-old-share.json

-107
This file was deleted.

test/message-generator/test/translation-proxy-old-share/translation-proxy-old-share.sh

-10
This file was deleted.

0 commit comments

Comments
 (0)