mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-26 04:31:23 +02:00
VNC-178 Add kasmvnc-functional-tests as a submodule
Branch release/1.0.0
This commit is contained in:
parent
8bb8fb13ff
commit
b56fa5adbf
@ -77,9 +77,7 @@ upload_directory_to_s3() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prepare_functional_tests_source_and_cd_into_it() {
|
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
|
cd kasmvnc-functional-tests
|
||||||
git checkout release/1.0.0
|
|
||||||
mkdir output && chown 1000:1000 output
|
mkdir output && chown 1000:1000 output
|
||||||
mkdir report && chown 1000:1000 report
|
mkdir report && chown 1000:1000 report
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,8 @@ services:
|
|||||||
variables:
|
variables:
|
||||||
KASMVNC_COMMIT_ID: $CI_COMMIT_SHA
|
KASMVNC_COMMIT_ID: $CI_COMMIT_SHA
|
||||||
GITLAB_SHARED_DIND_DIR: /builds/$CI_PROJECT_PATH/shared
|
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
|
GIT_FETCH_EXTRA_FLAGS: --tags --force
|
||||||
# For example, BUILD_DISTROS_REGEX: "jammy|focal".
|
# For example, BUILD_DISTROS_REGEX: "jammy|focal".
|
||||||
# "BUILD_DISTROS_REGEX: none" won't build any distros, nor www.
|
# "BUILD_DISTROS_REGEX: none" won't build any distros, nor www.
|
||||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -2,3 +2,6 @@
|
|||||||
path = kasmweb
|
path = kasmweb
|
||||||
url = https://github.com/kasmtech/noVNC.git
|
url = https://github.com/kasmtech/noVNC.git
|
||||||
branch = release/1.2.3
|
branch = release/1.2.3
|
||||||
|
[submodule "kasmvnc-functional-tests"]
|
||||||
|
path = kasmvnc-functional-tests
|
||||||
|
url = git@gitlab.com:kasm-technologies/internal/kasmvnc-functional-tests.git
|
||||||
|
1
kasmvnc-functional-tests
Submodule
1
kasmvnc-functional-tests
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 0e736d83c94305c0eb85733031d12286246da138
|
Loading…
x
Reference in New Issue
Block a user