Cirrus-CI: Use the default Git history depth

Which is `50`.  I saw a few errors like
`Failed to force reset to SHA: object not found!` which seems is
happening because the SHA is not available because there were two
commits pushed almost simultaneously and the second from the top fails
with this error because the SHA is not in the history.

Pull Request:	https://github.com/freebsd/freebsd-src/pull/454

Comments on re-commit from emaste:

Originally committed as fcb4797c90 and reverted in 80a840b8ba due
to the clone operation taking significantly longer.  However, I have
seen many failures due to the "object not found" issue recently.
7 of 37 recent runs failed because of this, and intermittent failures
like this makes CI much less useful.

Prefer longer-running runs to intermittent failures.
This commit is contained in:
Fedor Korotkov 2021-01-29 09:22:54 -05:00 committed by Ed Maste
parent 03c81af249
commit 225605ec16

View file

@ -10,9 +10,6 @@ compute_engine_instance:
memory: 24G
disk: 40
env:
CIRRUS_CLONE_DEPTH: 1
task:
name: World and kernel amd64 build and boot smoke test
timeout_in: 120m