Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Data Logistics Service
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eFlows4HPC WP2
Data Logistics Service
Commits
62d10aff
Commit
62d10aff
authored
3 years ago
by
Maria Petrova-El Sayed
Browse files
Options
Downloads
Patches
Plain Diff
Use airflow 2.2.3 for the CI/CD tests
parent
62b2d379
No related branches found
No related tags found
No related merge requests found
Pipeline
#88736
failed
3 years ago
Stage: test
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-3
4 additions, 3 deletions
.gitlab-ci.yml
with
4 additions
and
3 deletions
.gitlab-ci.yml
+
4
−
3
View file @
62d10aff
...
...
@@ -12,8 +12,8 @@ variables:
TESTING_NAME
:
airflow-testing
TESTING_URL
:
http://134.94.199.220:7001/home
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
:
datacat_integration.secrets.DatacatSecretsBackend
#
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
DOCKER_TLS_CERTDIR
:
"
"
...
...
@@ -37,7 +37,8 @@ stages:
test
:
stage
:
test
image
:
name
:
registry.jsc.fz-juelich.de/eflows4hpc-wp2/data-logistics-service/eflows-airflow
name
:
apache/airflow:2.2.3
# name: registry.jsc.fz-juelich.de/eflows4hpc-wp2/data-logistics-service/eflows-airflow
entrypoint
:
[
"
"
]
before_script
:
-
echo "DEBUG:"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment