Move voltha-docs jobs to Ubuntu 22.04
The docs build is not yet compatible with Python 3.12. For now, we
can move it to 22.04 (default Python 3.10) until compatibility is
fixed.
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Idb949fad9fc8780d6060986797c3bae0c68caff9
diff --git a/jjb/repos/voltha-docs.yaml b/jjb/repos/voltha-docs.yaml
index 0a85375..ff2141f 100644
--- a/jjb/repos/voltha-docs.yaml
+++ b/jjb/repos/voltha-docs.yaml
@@ -5,7 +5,7 @@
name: voltha-docs
project: '{name}'
project-regexp: '^{name}$'
- build-node: ubuntu24.04-basebuild-4c-8g
+ build-node: ubuntu22.04-basebuild-4c-8g
jobs:
- 'verify-voltha-docs-jobs':