This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Description
ISSUE
Overview
The new "last change" feature is not working (see footer):
https://paritytech.github.io/polkadot/book/pvf-prechecking.html
I believe this is because in GitLab CI we have a git depth of 100, so it is not getting the full commit history. See line 14:
https://gitlab.parity.io/parity/mirrors/polkadot/-/jobs/2042805
Proposed Change(s)
-
Do a full git clone for the
build-implementers-guide
job only (might be fine if we only do this on PR merge?) (are there any speed/memory restrictions on GitLab CI?) cc @paritytech/ci @sergejparity -
Or, scrap this feature if we don't have access to the full history.
Metadata
Assignees
Labels
No labels