From cd64ccdb10e474fadeb9f0931fa4d8259b0211e7 Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil-jocelyn.schark@stud.h-da.de> Date: Thu, 22 Jul 2021 11:10:20 +0200 Subject: [PATCH] test --- build/ci/.build-container.yml | 2 +- build/ci/.containerlab-ci.yml | 6 +++--- build/ci/.test.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/ci/.build-container.yml b/build/ci/.build-container.yml index e1e6107d5..6a88ab817 100644 --- a/build/ci/.build-container.yml +++ b/build/ci/.build-container.yml @@ -8,7 +8,7 @@ build-docker: allow_failure: false needs: [] tags: - - shell-builder + - test-shell-builder rules: - if: $CI_COMMIT_BRANCH == "develop" && $CI_NIGHTLY == null diff --git a/build/ci/.containerlab-ci.yml b/build/ci/.containerlab-ci.yml index db038c76a..8bcb7158f 100644 --- a/build/ci/.containerlab-ci.yml +++ b/build/ci/.containerlab-ci.yml @@ -8,7 +8,7 @@ variables: .containerlab_deploy: &containerlab_deploy stage: apply tags: - - shell + - test-shell before_script: - cd ${CLAB_DIR} - export PATH="${PATH}:${CI_PROJECT_DIR}/build/ci/scripts" @@ -73,7 +73,7 @@ containerlab:deploy:integration: containerlab:destroy: stage: .post tags: - - shell + - test-shell before_script: - cd ${CLAB_DIR} script: @@ -116,7 +116,7 @@ containerlab:deploy:develop: containerlab:clean: stage: .post tags: - - shell + - test-shell before_script: - cd ${CLAB_DIR} script: diff --git a/build/ci/.test.yml b/build/ci/.test.yml index 9531c7717..44476b1e9 100644 --- a/build/ci/.test.yml +++ b/build/ci/.test.yml @@ -5,8 +5,8 @@ - job: "containerlab:deploy:integration" variables: GOSDN_LOG: "nolog" - GOSDN_TEST_API_ENDPOINT: "141.100.70.178:${GOSDN_GRPC_PORT}" - GOSDN_TEST_ENDPOINT: "141.100.70.178:${CEOS1_PORT}" + GOSDN_TEST_API_ENDPOINT: "192.168.69.133:${GOSDN_GRPC_PORT}" + GOSDN_TEST_ENDPOINT: "192.168.69.133:${CEOS1_PORT}" GOSDN_TEST_USER: "admin" GOSDN_TEST_PASSWORD: "admin" rules: -- GitLab