-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 AWS CI to telemetry CI checks #9083
Conversation
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.
🚀
"CODEBUILD_BUILD_ARN", | ||
"CODEBUILD_BUILD_ID", | ||
"CODEBUILD_BATCH_BUILD_IDENTIFIER", |
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.
why do we add all three? Would one be enough?
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 wasn't sure which one is always present 😅 the language in the documentation wasn't very specific.
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.
at least CODEBUILD_BUILD_ID
and CODEBUILD_BUILD_ARN
seem to overlap from the documentation, no?
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.
Oh yes, the ARN
contains the ID
🙈 I've already merged main
into the branch, would it be ok to keep this as it is?
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.
sure 👍🏻
Is there actually also one for gitlab? |
ah, that's covered by |
Proposed changes:
telemetry
module to improve tracking of all CI pipelines.Status (please check what you already did):
black
(please check Readme for instructions)