Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Aggregate MG Test Results job to MG CI #1060

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion .github/workflows/mg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,29 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run translation-proxy-old-share
run: sh ./test/message-generator/test/translation-proxy-old-share/translation-proxy-old-share.sh
run: sh ./test/message-generator/test/translation-proxy-old-share/translation-proxy-old-share.sh

mg-aggregate-results:
name: "Aggregate MG Test Results"
runs-on: ubuntu-latest
needs:
- bad-pool-config-test
- interop-jd-translator
- interop-proxy-with-multi-ups
- interop-proxy-with-multi-ups-extended
- jds-do-not-fail-on-wrong-tsdatasucc
- jds-do-not-panic-if-jdc-close-connection
- jds-do-not-stackoverflow-when-no-token
- pool-sri-test-1-standard
- pool-sri-test-close-channel
- pool-sri-test-extended_0
- pool-sri-test-extended_1
- pool-sri-test-reject-auth
- standard-coverage
- sv1-test
- translation-proxy-broke-pool
- translation-proxy
- translation-proxy-old-share
steps:
- name: Aggregate MG Test Results
run: echo "All MG tests completed successfully"
Loading