Skip to content
Snippets Groups Projects
Commit cd64ccdb authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

test

parent 8873e16d
No related branches found
No related tags found
1 merge request!194DO NOT MERGE! just for testing
Pipeline #80948 failed
...@@ -8,7 +8,7 @@ build-docker: ...@@ -8,7 +8,7 @@ build-docker:
allow_failure: false allow_failure: false
needs: [] needs: []
tags: tags:
- shell-builder - test-shell-builder
rules: rules:
- if: $CI_COMMIT_BRANCH == "develop" && $CI_NIGHTLY == null - if: $CI_COMMIT_BRANCH == "develop" && $CI_NIGHTLY == null
......
...@@ -8,7 +8,7 @@ variables: ...@@ -8,7 +8,7 @@ variables:
.containerlab_deploy: &containerlab_deploy .containerlab_deploy: &containerlab_deploy
stage: apply stage: apply
tags: tags:
- shell - test-shell
before_script: before_script:
- cd ${CLAB_DIR} - cd ${CLAB_DIR}
- export PATH="${PATH}:${CI_PROJECT_DIR}/build/ci/scripts" - export PATH="${PATH}:${CI_PROJECT_DIR}/build/ci/scripts"
...@@ -73,7 +73,7 @@ containerlab:deploy:integration: ...@@ -73,7 +73,7 @@ containerlab:deploy:integration:
containerlab:destroy: containerlab:destroy:
stage: .post stage: .post
tags: tags:
- shell - test-shell
before_script: before_script:
- cd ${CLAB_DIR} - cd ${CLAB_DIR}
script: script:
...@@ -116,7 +116,7 @@ containerlab:deploy:develop: ...@@ -116,7 +116,7 @@ containerlab:deploy:develop:
containerlab:clean: containerlab:clean:
stage: .post stage: .post
tags: tags:
- shell - test-shell
before_script: before_script:
- cd ${CLAB_DIR} - cd ${CLAB_DIR}
script: script:
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
- job: "containerlab:deploy:integration" - job: "containerlab:deploy:integration"
variables: variables:
GOSDN_LOG: "nolog" GOSDN_LOG: "nolog"
GOSDN_TEST_API_ENDPOINT: "141.100.70.178:${GOSDN_GRPC_PORT}" GOSDN_TEST_API_ENDPOINT: "192.168.69.133:${GOSDN_GRPC_PORT}"
GOSDN_TEST_ENDPOINT: "141.100.70.178:${CEOS1_PORT}" GOSDN_TEST_ENDPOINT: "192.168.69.133:${CEOS1_PORT}"
GOSDN_TEST_USER: "admin" GOSDN_TEST_USER: "admin"
GOSDN_TEST_PASSWORD: "admin" GOSDN_TEST_PASSWORD: "admin"
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment