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

i#XXXX: Add common workflow for failure email notification #7280

Closed
wants to merge 53 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
45be237
i#XXXX: Add common workflow for failure email notification
abhinav92003 Feb 14, 2025
c6b3d5d
Use reusable workflow in a separate job as it cannot be on a step
abhinav92003 Feb 16, 2025
ac36872
Remove stray char
abhinav92003 Feb 16, 2025
d6cac94
Fix ref to reusable workflow in uses.
abhinav92003 Feb 16, 2025
2173b8b
Properly refer to workflow on branch
abhinav92003 Feb 16, 2025
c2a36c6
Properly refer to workflow on branch
abhinav92003 Feb 16, 2025
49be408
Properly refer to workflow on branch
abhinav92003 Feb 16, 2025
4857335
As per https://github.com/actions/toolkit/issues/932 we shouldn't nee…
abhinav92003 Feb 16, 2025
8d801ed
Fix needs ref
abhinav92003 Feb 16, 2025
baeb61b
Remove explicit uses of github context
abhinav92003 Feb 16, 2025
4ed7d2a
Add runs-on for reusable workflow
abhinav92003 Feb 16, 2025
89e2ef7
Add runs-on for reusable workflow
abhinav92003 Feb 16, 2025
63e20cb
Pretend failure in x86-32
abhinav92003 Feb 16, 2025
2b61a3c
Remove condition on master branch
abhinav92003 Feb 16, 2025
56ed3c0
Remove if condition to debug not running workflow
abhinav92003 Feb 16, 2025
cb11a60
Add test_suite_result to reusable workflow
abhinav92003 Feb 16, 2025
89553c7
Add explicit always() to ensure notification job runs
abhinav92003 Feb 16, 2025
401041e
See result status
abhinav92003 Feb 16, 2025
c2552fe
Properly pass workflow result
abhinav92003 Feb 16, 2025
fe09272
Add back conditional on failure
abhinav92003 Feb 16, 2025
86e839f
See if we can get result for all needs workflows
abhinav92003 Feb 16, 2025
1774f64
See if we can get result for all needs workflows
abhinav92003 Feb 16, 2025
2f45a82
See if we can get result for all needs workflows
abhinav92003 Feb 16, 2025
4b1028b
Get needs workflow names
abhinav92003 Feb 16, 2025
e6f996d
Try adding a name for the job
abhinav92003 Feb 16, 2025
8ce01d4
Add another job
abhinav92003 Feb 16, 2025
5db645a
Add new job to needs
abhinav92003 Feb 16, 2025
722eeb1
Pass all results as one var
abhinav92003 Feb 16, 2025
a088999
Fix string join
abhinav92003 Feb 16, 2025
a569acf
Debug syntax issue
abhinav92003 Feb 16, 2025
40dc8ff
Use format() instead of join()
abhinav92003 Feb 16, 2025
62dea94
Fix syntax
abhinav92003 Feb 16, 2025
c326c41
Debug syntax
abhinav92003 Feb 16, 2025
226a8d3
Debug
abhinav92003 Feb 16, 2025
8ac46c2
Debug
abhinav92003 Feb 16, 2025
f8a6d5e
Properly pass stirng
abhinav92003 Feb 16, 2025
1577987
Try passing var
abhinav92003 Feb 16, 2025
12208f5
Try multi-line format
abhinav92003 Feb 16, 2025
ea915f9
Try multi-line format
abhinav92003 Feb 16, 2025
3a2f28a
Try multi-line format
abhinav92003 Feb 16, 2025
34da612
Try multi-line format
abhinav92003 Feb 16, 2025
863a43c
Try multi-line format
abhinav92003 Feb 16, 2025
6a86915
Remove newline
abhinav92003 Feb 16, 2025
cee0111
Fix syntax error with :
abhinav92003 Feb 16, 2025
be82356
Move failure condition into reusable workflow
abhinav92003 Feb 16, 2025
1bfe87b
Fix syntax error
abhinav92003 Feb 16, 2025
c7a9348
cleanup
abhinav92003 Feb 16, 2025
837e161
Remove always() to confirm need
abhinav92003 Feb 16, 2025
c565cb6
Add always() back
abhinav92003 Feb 16, 2025
d662aa8
Another experiment for always()
abhinav92003 Feb 18, 2025
8152d4f
Remove other stuff to simulate success
abhinav92003 Feb 18, 2025
4c7e632
Add back always()
abhinav92003 Feb 18, 2025
02c5bd4
Bad needs job name
abhinav92003 Feb 18, 2025
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
394 changes: 0 additions & 394 deletions .github/workflows/ci-aarchxx-cross.yml

This file was deleted.

Loading