Skip to content
Snippets Groups Projects
Commit 8f364b5d authored by Maria Petrova-El Sayed's avatar Maria Petrova-El Sayed
Browse files

Use the custom docker image for the CI/CD tests

parent c1512a25
Branches
Tags
No related merge requests found
Pipeline #88772 passed
...@@ -12,8 +12,8 @@ variables: ...@@ -12,8 +12,8 @@ variables:
TESTING_NAME: airflow-testing TESTING_NAME: airflow-testing
TESTING_URL: http://134.94.199.220:7001/home TESTING_URL: http://134.94.199.220:7001/home
AIRFLOW_TESTUSER: "airflow" AIRFLOW_TESTUSER: "airflow"
# AIRFLOW__SECRETS__BACKEND_KWARGS: '{"url" : "https://zam10036.zam.kfa-juelich.de", "user" : "${DATACAT_TESTING_USERNAME}", "password" : "${DATACAT_TESTING_PASSWORD}"}' AIRFLOW__SECRETS__BACKEND_KWARGS: '{"url" : "https://zam10036.zam.kfa-juelich.de", "user" : "${DATACAT_TESTING_USERNAME}", "password" : "${DATACAT_TESTING_PASSWORD}"}'
# AIRFLOW__SECRETS__BACKEND: datacat_integration.secrets.DatacatSecretsBackend AIRFLOW__SECRETS__BACKEND: datacat_integration.secrets.DatacatSecretsBackend
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
...@@ -37,8 +37,7 @@ stages: ...@@ -37,8 +37,7 @@ stages:
test: test:
stage: test stage: test
image: image:
name: apache/airflow:2.2.3 name: $CI_REGISTRY_IMAGE/eflows-airflow:latest
# name: registry.jsc.fz-juelich.de/eflows4hpc-wp2/data-logistics-service/eflows-airflow
entrypoint: [""] entrypoint: [""]
before_script: before_script:
- echo "DEBUG:" - echo "DEBUG:"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment