summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/vpp/docs.sh
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2022-08-11 17:07:12 -0400
committerDave Wallace <dwallacelf@gmail.com>2022-08-11 17:38:09 -0400
commita97057b8d053120616aaf764cd254e8b6407906a (patch)
tree26971590d00b95fe830c09ee1e12360a8ea1d434 /jjb/scripts/vpp/docs.sh
parent2d13650a9bf7fb78763e2dd777e4f5d1aaa8aeb0 (diff)
post 22.06 vpp job clean up
- Remove ubuntu-18.04 jobs - Remove vpp 21.10 jobs - Address TODO clean up now that 21.06 & 21.10 are no longer supported - Remove unused jjb/hc2vpp (archived project) Change-Id: I9da69fa175ebb647476916e9921f4149045408b4 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'jjb/scripts/vpp/docs.sh')
-rwxr-xr-xjjb/scripts/vpp/docs.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/jjb/scripts/vpp/docs.sh b/jjb/scripts/vpp/docs.sh
index 2d80e5593..52b920e31 100755
--- a/jjb/scripts/vpp/docs.sh
+++ b/jjb/scripts/vpp/docs.sh
@@ -26,11 +26,4 @@ if [[ ${JOB_NAME} == *merge* ]] && [ -n "${GERRIT_NEWREV:-}" ] &&
exit 0
fi
-# TODO: Remove conditional statement when stable/2106 and stable/2110 are no
-# longer supported
-vpp_release="$(${WORKSPACE}/build-root/scripts/version rpm-version)"
-if [[ "${vpp_release::2}" -ge "22" ]] ; then
- make UNATTENDED=yes docs docs-spell
-else
- make UNATTENDED=yes docs-venv docs
-fi
+make UNATTENDED=yes docs