feat: finalize projectwork CI jobs, docs and test integration

This commit is contained in:
2026-04-23 11:39:08 +03:00
parent 737bddd631
commit 20bdacf5c5
39 changed files with 1819 additions and 70 deletions
@@ -23,6 +23,9 @@ pipeline {
set -eux
docker version
curl -fsS http://registry:5000/v2/_catalog
curl -fsS http://host.docker.internal:4444/status
docker pull selenoid/vnc:chrome_128.0
docker pull selenoid/video-recorder:latest-release || docker pull selenoid/video-recorder:latest
docker pull localhost:5005/otus/test-selenium:1.0.0
docker pull localhost:5005/otus/test-api:1.0.0
docker pull localhost:5005/otus/test-mobile:1.0.0
@@ -33,8 +36,8 @@ pipeline {
steps {
sh '''
set -eux
HW8_ROOT_PATH="${HW8_ROOT:-/workspace/hw8}"
test -f "${HW8_ROOT_PATH}/config/jobs/global.yaml"
PROJECT_ROOT_PATH="${OTUS_WORKSPACE_ROOT:-/workspace/projectwork}"
test -f "${PROJECT_ROOT_PATH}/config/jobs/global.yaml"
'''
}
}