Skip to content
Snippets Groups Projects

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

Merged Neil-Jocelyn Schark requested to merge cleanup-pipeline into master
1 file
+ 2
13
Compare changes
  • Side-by-side
  • Inline
+ 2
13
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:
Loading