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

[CI] GitHub bot cannot run Java CIs #41735

Closed
vibhatha opened this issue May 20, 2024 · 1 comment
Closed

[CI] GitHub bot cannot run Java CIs #41735

vibhatha opened this issue May 20, 2024 · 1 comment

Comments

@vibhatha
Copy link
Collaborator

Describe the bug, including details regarding any error messages, version, and platform.

In a recent PR it was observed that the following bot command is not working

@github-actions crossbow submit -g java
module 'pygit2' has no attribute 'GIT_OBJ_COMMIT'
The Archery job run can be found at: https://github.com/apache/arrow/actions/runs/9151003846

Component(s)

Continuous Integration

raulcd added a commit to raulcd/arrow that referenced this issue May 20, 2024
raulcd added a commit to raulcd/arrow that referenced this issue May 20, 2024
* apacheGH-41735: [CI][Archery] Update archery to be compatible with pygit2 1.15 API change

* Minor update to variable name
kou pushed a commit that referenced this issue May 20, 2024
….15 API change (#41739)

### Rationale for this change

pygit2 updated how they expose some of the `GIT_OBJ` variables to use `GIT_OBJECT` prefix here: libgit2/pygit2@8b3861b

### What changes are included in this PR?

Update code to make it compatible with both possible APIs.

### Are these changes tested?

Via archery

### Are there any user-facing changes?

No
* GitHub Issue: #41735

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 17.0.0 milestone May 20, 2024
@kou
Copy link
Member

kou commented May 20, 2024

Issue resolved by pull request 41739
#41739

@kou kou closed this as completed May 20, 2024
vibhatha pushed a commit to vibhatha/arrow that referenced this issue May 25, 2024
…git2 1.15 API change (apache#41739)

### Rationale for this change

pygit2 updated how they expose some of the `GIT_OBJ` variables to use `GIT_OBJECT` prefix here: libgit2/pygit2@8b3861b

### What changes are included in this PR?

Update code to make it compatible with both possible APIs.

### Are these changes tested?

Via archery

### Are there any user-facing changes?

No
* GitHub Issue: apache#41735

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
stevelorddremio pushed a commit to stevelorddremio/arrow that referenced this issue Jun 17, 2024
…git2 1.15 API change (apache#41739)

### Rationale for this change

pygit2 updated how they expose some of the `GIT_OBJ` variables to use `GIT_OBJECT` prefix here: libgit2/pygit2@8b3861b

### What changes are included in this PR?

Update code to make it compatible with both possible APIs.

### Are these changes tested?

Via archery

### Are there any user-facing changes?

No
* GitHub Issue: apache#41735

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
lriggs pushed a commit to lriggs/arrow that referenced this issue Jun 18, 2024
…git2 1.15 API change (apache#41739)

### Rationale for this change

pygit2 updated how they expose some of the `GIT_OBJ` variables to use `GIT_OBJECT` prefix here: libgit2/pygit2@8b3861b

### What changes are included in this PR?

Update code to make it compatible with both possible APIs.

### Are these changes tested?

Via archery

### Are there any user-facing changes?

No
* GitHub Issue: apache#41735

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants