-
Notifications
You must be signed in to change notification settings - Fork 24
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 CloudWatch Metrics Build Status GH Action #133
Conversation
Signed-off-by: Anas Abou Allaban <[email protected]>
Is the intention to check this in here? It points to an aws-robotics repository for e.g. the issues link |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As there is not test, please add a Testing section to your PR/commit to explain how you validated the code.
Signed-off-by: Anas Abou Allaban <[email protected]>
Signed-off-by: Anas Abou Allaban <[email protected]>
The end goal is to put this in |
I have added the tests, however, there is a workaround added to the The code was validated in #132. |
Signed-off-by: Anas Abou Allaban <[email protected]>
Signed-off-by: Anas Abou Allaban <[email protected]>
Signed-off-by: Anas Abou Allaban <[email protected]>
Signed-off-by: Anas Abou Allaban <[email protected]>
Signed-off-by: Anas Abou Allaban <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm - minor comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this LGTM
Signed-off-by: Anas Abou Allaban <[email protected]>
Signed-off-by: Anas Abou Allaban <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one last reference to aws-robotics to remove and this LGTM
Signed-off-by: Anas Abou Allaban <[email protected]>
Create a GH action that uses CW Metrics to log build successes or failures.
This includes the compiled JS and necessary node/linting/typescript config files.
An example of this running on the tox unit tests is in #132.
Signed-off-by: Anas Abou Allaban [email protected]