Skip to content
Snippets Groups Projects

Create new integration-test setup

Merged Neil-Jocelyn Schark requested to merge 329-create-new-test-concept-and-set-up into master
Compare and
5 files
+ 11
12
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -4,7 +4,7 @@ variables:
CLAB_NAME: "clab${CI_PIPELINE_IID}"
containerlab-deploy:
stage: integration-test
stage: test-legacy
tags:
- shell-containerlab
needs: ["build-controller-image", "build-controller-testing-image"]
@@ -39,15 +39,14 @@ containerlab-deploy:
containerlab-destroy:
stage: integration-test
stage: test-legacy
tags:
- shell-containerlab
needs:
[
"containerlab-deploy",
"integration-test:nucleus",
"integration-test:api"
"integration-test-legacy:nucleus",
"integration-test-legacy:api"
]
before_script:
- cd ${CLAB_DIR}
Loading