summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Ball <eball@linuxfoundation.org>2023-11-27 15:35:22 -0800
committerEric Ball <eball@linuxfoundation.org>2023-11-27 16:10:09 -0800
commit225cabdad2e3ce93c98236b0264d0c187638be5c (patch)
tree60e04568fc87b35a7668a85a80c049003080be8b
parent054c70b47388d07db978390efd2b1166b846580d (diff)
CI: Add graphviz install for rtd-validation
We're seeing failures on the `doc` repo due to this package not being installed (IT-26214). Including via pip is not working, but we believe having the system package in place will fix this in CI. Issue-ID: CIMAN-33 Change-Id: I59fc6cc656daf61359ed0b9669b9170f5711a906 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
-rw-r--r--.github/workflows/gerrit-required-verify.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/gerrit-required-verify.yaml b/.github/workflows/gerrit-required-verify.yaml
index a6a5adc..5f810c9 100644
--- a/.github/workflows/gerrit-required-verify.yaml
+++ b/.github/workflows/gerrit-required-verify.yaml
@@ -105,8 +105,12 @@ jobs:
secrets:
GERRIT_SSH_REQUIRED_PRIVKEY: ${{ secrets.GERRIT_SSH_REQUIRED_PRIVKEY }}
- rtd-validation:
+ install-graphviz:
needs: prepare
+ uses: tlylt/install-graphviz/action.yml@v1.0.0
+
+ rtd-validation:
+ needs: [prepare, install-graphviz]
# yamllint disable-line rule:line-length
uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-rtdv3-verify.yaml@main
with: