File tree 3 files changed +2
-129
lines changed
test/message-generator/test/translation-proxy-old-share
3 files changed +2
-129
lines changed Original file line number Diff line number Diff line change 85
85
- name : Run translation-proxy-broke-pool
86
86
run : sh ./test/message-generator/test/translation-proxy-broke-pool/translation-proxy-broke-pool.sh
87
87
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
-
96
88
mg-aggregate-results :
97
89
name : " Aggregate MG Test Results"
98
90
runs-on : ubuntu-latest
106
98
pool-sri-test-1-standard,
107
99
pool-sri-test-close-channel,
108
100
sv1-test,
109
- translation-proxy-broke-pool,
110
- translation-proxy-old-share
101
+ translation-proxy-broke-pool
111
102
]
112
103
steps :
113
104
- name : Aggregate Results
@@ -120,8 +111,7 @@ jobs:
120
111
[ "${{ needs.pool-sri-test-1-standard.result }}" != "success" ] ||
121
112
[ "${{ needs.pool-sri-test-close-channel.result }}" != "success" ] ||
122
113
[ "${{ 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
125
115
echo "One or more jobs failed."
126
116
exit 1
127
117
else
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments