CI: Fetch all changes for docs jobs 13/72913/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 3 Jun 2024 16:53:31 +0000 (09:53 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 3 Jun 2024 16:57:48 +0000 (09:57 -0700)
The docs jobs need to fetch all changes to ensure that the docs are
built properly given the use of reno

Issue: RELENG-5356
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: I93bd81f922045cc7f8f373e3b22a014eba047b03

.github/workflows/gerrit-verify.yaml

index b043f26..80c25b7 100644 (file)
@@ -156,6 +156,7 @@ jobs:
           gerrit-project: ${{ inputs.GERRIT_PROJECT }}
           gerrit-url: ${{ vars.GERRIT_URL }}
           delay: "0s"
+          fetch-depth: 0
       - name: Configure Python
         uses: actions/setup-python@v5
         id: setup-python
@@ -178,6 +179,7 @@ jobs:
           gerrit-project: ${{ inputs.GERRIT_PROJECT }}
           gerrit-url: ${{ vars.GERRIT_URL }}
           delay: "0s"
+          fetch-depth: 0
       - name: Configure Python
         uses: actions/setup-python@v5
         id: setup-python