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
ba739d29
Commit
ba739d29
authored
3 years ago
by
Christian Boettcher
Browse files
Options
Downloads
Patches
Plain Diff
proper variable value
parent
6651ea3e
No related branches found
No related tags found
1 merge request
!2
Datacat integration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-5
1 addition, 5 deletions
.gitlab-ci.yml
with
1 addition
and
5 deletions
.gitlab-ci.yml
+
1
−
5
View file @
ba739d29
...
@@ -16,10 +16,7 @@ test:
...
@@ -16,10 +16,7 @@ test:
image
:
image
:
name
:
apache/airflow:2.1.3
name
:
apache/airflow:2.1.3
entrypoint
:
[
"
"
]
entrypoint
:
[
"
"
]
variables
:
AIRFLOW__SECRETS__BACKEND_KWARGS
:
'
{"url"
:
"https://zam10036.zam.kfa-juelich.de",
"user"
:
"${DATACAT_TESTING_USERNAME}",
"password"
:
"${DATACAT_TESTING_PASSWORD}"}'
before_script
:
before_script
:
-
echo $AIRFLOW__SECRETS__BACKEND_KWARGS
-
airflow db init
-
airflow db init
-
pip install -r requirements.txt
-
pip install -r requirements.txt
-
pip install nose==1.3.7
-
pip install nose==1.3.7
...
@@ -61,8 +58,7 @@ deploy-test:
...
@@ -61,8 +58,7 @@ deploy-test:
OS_IDENTITY_API_VERSION
:
3
OS_IDENTITY_API_VERSION
:
3
OS_REGION_NAME
:
"
HDFCloud"
OS_REGION_NAME
:
"
HDFCloud"
OS_INTERFACE
:
public
OS_INTERFACE
:
public
# TODO set proepr values for env variable - need to pass those values to the machine (alternatively edit airflow.cfg only inside the machine)
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
FLOATING_IP
:
134.94.199.220
FLOATING_IP
:
134.94.199.220
script
:
script
:
...
...
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