From: Andrew Grimberg Date: Mon, 3 Jun 2024 16:53:31 +0000 (-0700) Subject: CI: Fetch all changes for docs jobs X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F72913%2F1;p=releng%2Flftools.git CI: Fetch all changes for docs jobs 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 Change-Id: I93bd81f922045cc7f8f373e3b22a014eba047b03 --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index b043f268..80c25b71 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -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