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

Remove old jobs not needed anymore (Relic from non shell runner integration-tests)

See merge request !250
parent 02008399
No related branches found
No related tags found
1 merge request!250Remove old jobs not needed anymore (Relic from non shell runner integration-tests)
Pipeline #252755 passed
stages:
- build
- build-integration-test
- test
- analyze
- build-latest
......@@ -85,16 +84,6 @@ build-binaries:
- docker login -u $CI_DEPENDENCY_PROXY_USER -p $CI_DEPENDENCY_PROXY_PASSWORD $CI_DEPENDENCY_PROXY_SERVER
- docker login -u $QKDN_REPO_USERNAME -p $QKDN_REPO_TOKEN $CI_REGISTRY
patch-qkdn-controller:
script:
- docker buildx build --push -t ${DQ_QUANT_INTEGRATION_REGISTRY_PATH}/qkdn-controller:${CI_COMMIT_REF_SLUG} -f integration-tests/Dockerfiles/integration.Dockerfile --build-arg "BASEIMAGE=$DQ_REGISTRY_PATH" integration-tests
<<: *build-integration-test
patch-routing-app:
script:
- docker buildx build --push -t ${DQ_QUANT_INTEGRATION_REGISTRY_PATH}/routing-app:${CI_COMMIT_REF_SLUG} -f integration-tests/Dockerfiles/integration.Dockerfile --build-arg "BASEIMAGE=$DQ_REGISTRY_PATH/routing-app:qkdn-main" integration-tests
<<: *build-integration-test
# Build latest stage
.build-latest: &build-latest
......@@ -176,7 +165,7 @@ unit-tests:
integration-test-aes:
tags:
- shell
needs: ["patch-qkdn-controller", "patch-routing-app"]
needs: []
variables:
DEPENDENCY_PROXY: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/
before_script:
......@@ -193,7 +182,7 @@ integration-test-aes:
integration-test-otp:
tags:
- shell
needs: ["patch-qkdn-controller", "patch-routing-app"]
needs: []
variables:
DEPENDENCY_PROXY: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment