Skip to content

Commit b5b0b08

Browse files
committed
Remove SV1 mg test
1 parent c4d6726 commit b5b0b08

File tree

3 files changed

+1
-185
lines changed

3 files changed

+1
-185
lines changed

.github/workflows/mg.yaml

+1-12
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,19 @@ jobs:
2727
- name: Run jds-receive-solution-while-processing-declared-job
2828
run: sh ./test/message-generator/test/jds-receive-solution-while-processing-declared-job/jds-receive-solution-while-processing-declared-job.sh
2929

30-
sv1-test:
31-
runs-on: ubuntu-latest
32-
timeout-minutes: 10
33-
steps:
34-
- name: Checkout repository
35-
uses: actions/checkout@v4
36-
- name: Run sv1-test
37-
run: sh ./test/message-generator/test/sv1-test/sv1-test.sh
38-
3930
mg-aggregate-results:
4031
name: "Aggregate MG Test Results"
4132
runs-on: ubuntu-latest
4233
if: always()
4334
needs: [
4435
jds-do-not-fail-on-wrong-tsdatasucc,
4536
jds-receive-solution-while-processing-declared-job,
46-
sv1-test
4737
]
4838
steps:
4939
- name: Aggregate Results
5040
run: |
5141
if [ "${{ needs.jds-do-not-fail-on-wrong-tsdatasucc.result }}" != "success" ] ||
52-
[ "${{ needs.jds-receive-solution-while-processing-declared-job.result }}" != "success" ] ||
53-
[ "${{ needs.sv1-test.result }}" != "success" ]; then
42+
[ "${{ needs.jds-receive-solution-while-processing-declared-job.result }}" != "success" ]; then
5443
echo "One or more jobs failed."
5544
exit 1
5645
else

test/message-generator/test/sv1-test/sv1-test.json

-163
This file was deleted.

test/message-generator/test/sv1-test/sv1-test.sh

-10
This file was deleted.

0 commit comments

Comments
 (0)