Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DLS Docker Worker
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eFlows4HPC WP2
DLS Docker Worker
Commits
678156bb
Commit
678156bb
authored
2 years ago
by
Maria Petrova-El Sayed
Browse files
Options
Downloads
Patches
Plain Diff
Add parameters for the update task
parent
6af370a3
Branches
Branches containing commit
Tags
0.37.0-rc5
Tags containing commit
No related merge requests found
Pipeline
#117880
passed
2 years ago
Stage: install
Stage: test-deployment
Stage: update
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
with
2 additions
and
0 deletions
.gitlab-ci.yml
+
2
−
0
View file @
678156bb
...
...
@@ -10,6 +10,7 @@ variables:
OLD_PROD_NAME
:
old-docker-worker
WORKER_NAME
:
airflow-docker-worker
WORKER_IP
:
134.94.199.45
DLS_PRODUCTION_IP
:
134.94.199.17
#TODO change to the production IP
AIRFLOW_TESTUSER
:
"
airflow"
VOLUME_ID
:
3423c7e3-daa5-403c-bc8d-5b327f17b53e
DOCKER_TLS_CERTDIR
:
"
"
...
...
@@ -21,6 +22,7 @@ variables:
-
'
command
-v
ssh-agent
>/dev/null
||
(
apt-get
update
-y
&&
apt-get
install
openssh-client
gcc
libxslt-dev
libffi-dev
libssl-dev
build-essential
python3-dev
-y
)'
-
eval $(ssh-agent -s)
-
echo "$SSH_PRIVATE_KEY_DOCKER_WORKER" | tr -d '\r' | ssh-add -
-
echo "$SSH_DLS_USER_PRIVATE_KEY" | tr -d '\r' | ssh-add -
-
mkdir -p ~/.ssh
-
chmod 700 ~/.ssh
...
...
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