VNC-178 Add kasmvnc-functional-tests as a submodule

Branch release/1.0.0
This commit is contained in:
Dmitry Maksyoma 2025-05-31 16:29:06 +12:00
parent 8bb8fb13ff
commit b56fa5adbf
No known key found for this signature in database
4 changed files with 6 additions and 3 deletions

View File

@ -77,9 +77,7 @@ upload_directory_to_s3() {
}
prepare_functional_tests_source_and_cd_into_it() {
git clone https://gitlab-ci-token:$CI_JOB_TOKEN@gitlab.com/kasm-technologies/internal/kasmvnc-functional-tests.git
cd kasmvnc-functional-tests
git checkout release/1.0.0
mkdir output && chown 1000:1000 output
mkdir report && chown 1000:1000 report
}

View File

@ -5,7 +5,8 @@ services:
variables:
KASMVNC_COMMIT_ID: $CI_COMMIT_SHA
GITLAB_SHARED_DIND_DIR: /builds/$CI_PROJECT_PATH/shared
GIT_SUBMODULE_STRATEGY: normal
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_FORCE_HTTPS: "true"
GIT_FETCH_EXTRA_FLAGS: --tags --force
# For example, BUILD_DISTROS_REGEX: "jammy|focal".
# "BUILD_DISTROS_REGEX: none" won't build any distros, nor www.

3
.gitmodules vendored
View File

@ -2,3 +2,6 @@
path = kasmweb
url = https://github.com/kasmtech/noVNC.git
branch = release/1.2.3
[submodule "kasmvnc-functional-tests"]
path = kasmvnc-functional-tests
url = git@gitlab.com:kasm-technologies/internal/kasmvnc-functional-tests.git

@ -0,0 +1 @@
Subproject commit 0e736d83c94305c0eb85733031d12286246da138