Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tsm-orchestration
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UFZ TSM
tsm-orchestration
Commits
4afb1ebc
Commit
4afb1ebc
authored
7 months ago
by
Maximilian Schaldach
Browse files
Options
Downloads
Patches
Plain Diff
undo docker login in pipeline
parent
e0e6a192
No related branches found
No related tags found
1 merge request
!180
Resolve "Switch to HubTerra TSMDL"
Pipeline
#408268
passed
7 months ago
Stage: integration
Stage: end-to-end
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/ci/end-to-end.gitlab-ci.yml
+0
-5
0 additions, 5 deletions
.gitlab/ci/end-to-end.gitlab-ci.yml
.gitlab/ci/integration.gitlab-ci.yml
+0
-5
0 additions, 5 deletions
.gitlab/ci/integration.gitlab-ci.yml
with
0 additions
and
10 deletions
.gitlab/ci/end-to-end.gitlab-ci.yml
+
0
−
5
View file @
4afb1ebc
...
...
@@ -6,7 +6,6 @@ visualization-e2e:
-
"
apk
add
--no-cache
curl
jq
python3"
-
"
cp
.env.example
.env"
-
"
cp
.env
.gitlab/ci/.env"
-
"
echo
\"
$TSMDL_REGISTRY_TOKEN
\"
|
docker
login
-u
\"
$CI_REGISTRY_USER
\"
--password-stdin
\"
$TSMDL_REGISTRY
\"
"
-
"
docker
compose
up
-d
--force-recreate
-V
--quiet-pull"
-
"
sleep
20"
script
:
...
...
@@ -45,7 +44,6 @@ avro-thing-creation-e2e:
-
"
python3
-m
pip
install
--upgrade
pip"
-
"
python3
-m
pip
install
fastavro
paho-mqtt==1.6.1"
-
"
cp
.env.example
.env"
-
"
echo
\"
$TSMDL_REGISTRY_TOKEN
\"
|
docker
login
-u
\"
$CI_REGISTRY_USER
\"
--password-stdin
\"
$TSMDL_REGISTRY
\"
"
-
"
docker
compose
up
-d
frontend
mqtt-broker
--force-recreate
-V
--quiet-pull"
-
"
sleep
20"
script
:
...
...
@@ -61,7 +59,6 @@ object-storage-e2e:
before_script
:
-
"
apk
add
--no-cache
curl
jq"
-
"
cp
.env.example
.env"
-
"
echo
\"
$TSMDL_REGISTRY_TOKEN
\"
|
docker
login
-u
\"
$CI_REGISTRY_USER
\"
--password-stdin
\"
$TSMDL_REGISTRY
\"
"
-
"
docker
compose
up
-d
--force-recreate
-V
--quiet-pull
--build"
-
"
sleep
20"
script
:
...
...
@@ -87,7 +84,6 @@ database-e2e:
before_script
:
-
"
apk
add
--no-cache
postgresql-client
jq"
-
"
cp
.env.example
.env"
-
"
echo
\"
$TSMDL_REGISTRY_TOKEN
\"
|
docker
login
-u
\"
$CI_REGISTRY_USER
\"
--password-stdin
\"
$TSMDL_REGISTRY
\"
"
-
"
docker
compose
up
-d
--force-recreate
-V
--quiet-pull
--build"
-
"
sleep
20"
script
:
...
...
@@ -111,7 +107,6 @@ frost-e2e:
before_script
:
-
"
apk
add
--no-cache
curl
jq"
-
"
cp
.env.example
.env"
-
"
echo
\"
$TSMDL_REGISTRY_TOKEN
\"
|
docker
login
-u
\"
$CI_REGISTRY_USER
\"
--password-stdin
\"
$TSMDL_REGISTRY
\"
"
-
"
docker
compose
up
-d
--force-recreate
-V
--quiet-pull
--build"
-
"
sleep
20"
script
:
...
...
This diff is collapsed.
Click to expand it.
.gitlab/ci/integration.gitlab-ci.yml
+
0
−
5
View file @
4afb1ebc
...
...
@@ -6,7 +6,6 @@ docker-service-test:
-
"
apk
add
--no-cache
bash"
-
"
mv
.env.example
.env"
-
"
cp
.env
.gitlab/ci/.env"
-
"
echo
\"
$TSMDL_REGISTRY_TOKEN
\"
|
docker
login
-u
\"
$CI_REGISTRY_USER
\"
--password-stdin
\"
$TSMDL_REGISTRY
\"
"
-
"
docker
compose
up
-d
--force-recreate
-V
--quiet-pull"
-
"
docker
compose
logs
init"
-
"
sleep
20"
...
...
@@ -30,7 +29,6 @@ mqtt-service-test:
-
"
python3
-m
pip
install
--upgrade
pip"
-
"
python3
-m
pip
install
paho-mqtt==1.6.1"
-
"
mv
.env.example
.env"
-
"
echo
\"
$TSMDL_REGISTRY_TOKEN
\"
|
docker
login
-u
\"
$CI_REGISTRY_USER
\"
--password-stdin
\"
$TSMDL_REGISTRY
\"
"
-
"
docker
compose
up
-d
--force-recreate
-V
--quiet-pull"
-
"
sleep
20"
script
:
...
...
@@ -47,7 +45,6 @@ proxy-test:
-
"
export
DJANGO_TRUSTED_ORIGINS=http://docker:80"
-
"
apk
add
--no-cache
curl"
-
"
cp
.env.example
.env"
-
"
echo
\"
$TSMDL_REGISTRY_TOKEN
\"
|
docker
login
-u
\"
$CI_REGISTRY_USER
\"
--password-stdin
\"
$TSMDL_REGISTRY
\"
"
-
"
docker
compose
up
-d
--force-recreate
-V
--quiet-pull"
-
"
sleep
20"
script
:
...
...
@@ -67,7 +64,6 @@ object-storage-test:
before_script
:
-
"
apk
add
--no-cache
curl"
-
"
cp
.env.example
.env"
-
"
echo
\"
$TSMDL_REGISTRY_TOKEN
\"
|
docker
login
-u
\"
$CI_REGISTRY_USER
\"
--password-stdin
\"
$TSMDL_REGISTRY
\"
"
-
"
docker
compose
up
-d
--force-recreate
-V
--quiet-pull"
-
"
sleep
30"
script
:
...
...
@@ -81,7 +77,6 @@ database-test:
before_script
:
-
"
apk
add
--no-cache
postgresql-client"
-
"
cp
.env.example
.env"
-
"
echo
\"
$TSMDL_REGISTRY_TOKEN
\"
|
docker
login
-u
\"
$CI_REGISTRY_USER
\"
--password-stdin
\"
$TSMDL_REGISTRY
\"
"
-
"
docker
compose
up
-d
--force-recreate
-V
--quiet-pull"
-
"
sleep
20"
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