Skip to content
Snippets Groups Projects
Commit 8353d920 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

CI: lava testing: replace ssh with https url and CI_JOB_TOKEN

parent e207c443
No related branches found
No related tags found
1 merge request!380Ci remove last ssh parts
...@@ -331,9 +331,8 @@ workflow: ...@@ -331,9 +331,8 @@ workflow:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
TEST_SUITE: '{platform}.jinja2' TEST_SUITE: '{platform}.jinja2'
TEST_EXTRA_ARGUMENTS: --nop TEST_EXTRA_ARGUMENTS: --nop
GITLAB_SERVER: "${CI_SERVER_HOST}:${CI_SERVER_SSH_PORT}" GIT_BASE: "https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/"
GIT_BASE_URL: "ssh://git@${GITLAB_SERVER}/${CI_PROJECT_ROOT_NAMESPACE}" TESTS_GIT_URL: "${GIT_BASE}/${CI_PROJECT_ROOT_NAMESPACE}/yocto/tests.git"
TESTS_GIT_URL: "${GIT_BASE_URL}/yocto/tests.git"
TEST_REPO_BRANCH: ${MASTER_BRANCH} TEST_REPO_BRANCH: ${MASTER_BRANCH}
artifacts: artifacts:
when: always when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment