summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2023-11-28 09:02:47 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2023-11-28 09:03:13 -0800
commit82ba693fa08f374b1131ae27c41ca2c20cb8c83a (patch)
tree3a36f9ad5dea29ebcfd32bb8678a4746951f68e0
parent225cabdad2e3ce93c98236b0264d0c187638be5c (diff)
Revert "CI: Add graphviz install for rtd-validation"
This reverts commit 225cabdad2e3ce93c98236b0264d0c187638be5c. Issue-ID: CIMAN-33 Change-Id: I0be65d4ab333ee4524c181e6e085d5c5a35028c2 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r--.github/workflows/gerrit-required-verify.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/gerrit-required-verify.yaml b/.github/workflows/gerrit-required-verify.yaml
index 5f810c9..a6a5adc 100644
--- a/.github/workflows/gerrit-required-verify.yaml
+++ b/.github/workflows/gerrit-required-verify.yaml
@@ -105,12 +105,8 @@ jobs:
secrets:
GERRIT_SSH_REQUIRED_PRIVKEY: ${{ secrets.GERRIT_SSH_REQUIRED_PRIVKEY }}
- install-graphviz:
- needs: prepare
- uses: tlylt/install-graphviz/action.yml@v1.0.0
-
rtd-validation:
- needs: [prepare, install-graphviz]
+ needs: prepare
# yamllint disable-line rule:line-length
uses: lfit/releng-reusable-workflows/.github/workflows/gerrit-compose-required-rtdv3-verify.yaml@main
with: