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

increase git clone depth so that we can restart older jobs post merge. #3754

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

mbien
Copy link
Member

@mbien mbien commented Mar 10, 2022

travis fails to restart old jobs of already integrated commits, for example:

fatal: reference is not a tree: 49e167edc46e335e1587ba22749650c5617f9954

The command "git checkout -qf 49e167edc46e335e1587ba22749650c5617f9954" failed and exited with 128 during .

setting --depth to 50 should improve the situation a bit (I hope) without having to clone the entire repo.

I also added some java version info printout to ant.

@mbien mbien added the CI Continuous Integration label Mar 10, 2022
Copy link
Contributor

@matthiasblaesing matthiasblaesing left a comment

Choose a reason for hiding this comment

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

Fine with me.

@mbien mbien merged commit 21022da into apache:master Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants