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

move tests to legacy

parent 2de589ad
No related branches found
No related tags found
1 merge request!574Create new integration-test setup
Pipeline #165157 failed
......@@ -12,10 +12,9 @@ workflow:
stages:
- tools
- build
- test
- analyze
- integration-test
- build-release
- test-legacy
- deploy
- .post
......
......@@ -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,14 +39,14 @@ containerlab-deploy:
containerlab-destroy:
stage: integration-test
stage: test-legacy
tags:
- shell-containerlab
needs:
[
"containerlab-deploy",
"integration-test:nucleus",
"integration-test:api"
"test-legacy:nucleus",
"test-legacy:api"
]
before_script:
......
.integration-test: &integration-test
image: $GOSDN_TESTING_IMAGE
stage: integration-test
stage: test-legacy
needs:
["containerlab-deploy"]
variables:
......
.test: &test
image: $GOSDN_TESTING_IMAGE
stage: test
stage: test-legacy
rules:
- when: on_success
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment