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

Capture telemetry when git errors on unsafe repository. #1823

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

TingluoHuang
Copy link
Member

@TingluoHuang TingluoHuang commented Apr 13, 2022

A recent Git release has an enforcement check on the repository folder's ownership.

This may break workflow run when customers are using containers within their job that have some interaction with the local git repository (push commit, etc) since the mapped in github_workspace will have different owner, (root inside container and regular user on the runner machine).

We are collecting telemetry in order to provide feedback to the git maintainer.

@TingluoHuang TingluoHuang requested a review from a team as a code owner April 13, 2022 16:13
Copy link
Collaborator

@thboop thboop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@TingluoHuang TingluoHuang merged commit 44d4d07 into main Apr 13, 2022
@TingluoHuang TingluoHuang deleted the users/tihuang/giterrortelemetry branch April 13, 2022 16:48
TingluoHuang added a commit that referenced this pull request Apr 14, 2022
…1823) (#1827)

* Capture telemetry when git errors on unsafe repository. (#1823)

* Release 2.290.1 runner.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants