fix(agw): Fixed file not found error in publishing integ test status#13568
Merged
ardzoht merged 4 commits intomagma:masterfrom Aug 11, 2022
Conversation
Signed-off-by: VinashakAnkitAman <[email protected]>
Contributor
|
Thanks for opening a PR! 💯
Howto
More infoPlease take a moment to read through the Magma project's
If this is your first Magma PR, also consider reading
|
Contributor
crasu
reviewed
Aug 10, 2022
ardzoht
approved these changes
Aug 10, 2022
crasu
approved these changes
Aug 11, 2022
Neudrino
approved these changes
Aug 11, 2022
Signed-off-by: VinashakAnkitAman <[email protected]>
Signed-off-by: VinashakAnkitAman <[email protected]>
Contributor
Signed-off-by: VinashakAnkitAman <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Aug 17, 2022
…13568) * fix(agw): Fixed file not found error in publishing integ test status Signed-off-by: VinashakAnkitAman <[email protected]> * Temporary change and will be removed Signed-off-by: VinashakAnkitAman <[email protected]> * Temporary change and will be removed Signed-off-by: VinashakAnkitAman <[email protected]> * Removed Temporary changes Signed-off-by: VinashakAnkitAman <[email protected]> Signed-off-by: VinashakAnkitAman <[email protected]> (cherry picked from commit fdca34c)
Contributor
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
maxhbr
pushed a commit
that referenced
this pull request
Aug 17, 2022
…13568) (#13634) * fix(agw): Fixed file not found error in publishing integ test status Signed-off-by: VinashakAnkitAman <[email protected]> * Temporary change and will be removed Signed-off-by: VinashakAnkitAman <[email protected]> * Temporary change and will be removed Signed-off-by: VinashakAnkitAman <[email protected]> * Removed Temporary changes Signed-off-by: VinashakAnkitAman <[email protected]> Signed-off-by: VinashakAnkitAman <[email protected]> (cherry picked from commit fdca34c) Co-authored-by: Ankit Kumar Aman <[email protected]>
Contributor
|
already in 1.8 - setting respective label |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title
fix(agw): Fixed file not found error in publishing integ test status
Summary
Whenever LTE integ test run fails in CI before triggering the actual integ test execution (during system bring-up or configuration phase), the status file goes missing and it leads to file not found exception and CI status is not updated for the integ test. This PR fixes the issue by getting the status of the integ test only if status file exists.
The error log:
Test plan
Verified with sanity and in CI
Successful CI execution log:
https://github.com/VinashakAnkitAman/magma/actions/runs/2832919308
Reference CI run: https://github.com/magma/magma/runs/7752890817?check_suite_focus=true
Signed-off-by: VinashakAnkitAman [email protected]