Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dashboard
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
Container Registry
Model registry
Operate
Environments
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
AURA
dashboard
Commits
1f8c873d
Commit
1f8c873d
authored
1 year ago
by
Konrad Mohrfeldt
Browse files
Options
Downloads
Patches
Plain Diff
fix(tests): use new initialize make target for steering initialization
parent
1bac8725
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab-ci.yml
tests/docker-compose.yml
+1
-3
1 addition, 3 deletions
tests/docker-compose.yml
tests/env
+1
-0
1 addition, 0 deletions
tests/env
with
4 additions
and
6 deletions
.gitlab-ci.yml
+
2
−
3
View file @
1f8c873d
...
...
@@ -24,6 +24,7 @@
TANK_HOST
:
tank
TANK_PORT
:
8040
TANK_ORIGIN
:
http://$TANK_HOST:$TANK_PORT
TANK_CALLBACK_BASE_URL
:
$TANK_ORIGIN
TANK_OIDC_CLIENT_ID
:
123456
TANK_OIDC_CLIENT_SECRET
:
tank-oidc-secret
TANK_POSTGRES_DB
:
tank
...
...
@@ -74,9 +75,7 @@
SITE_URL = "$STEERING_ORIGIN"
DEBUG = True
EOF
./run.sh init-db
poetry run ./manage.py loaddata fixtures/*/*.json
poetry run gunicorn --bind "0.0.0.0:$STEERING_PORT" --workers $(nproc) steering.wsgi
make initialize run.prod
-
name
:
autoradio/tank:unstable
alias
:
tank
entrypoint
:
[
'
/bin/bash'
]
...
...
This diff is collapsed.
Click to expand it.
tests/docker-compose.yml
+
1
−
3
View file @
1f8c873d
...
...
@@ -23,9 +23,7 @@ services:
DEBUG = True
SITE_URL = "$STEERING_ORIGIN"
EOF
./run.sh init-db
poetry run ./manage.py loaddata fixtures/*/*.json
poetry run gunicorn --bind "0.0.0.0:$STEERING_PORT" --workers $(nproc) steering.wsgi
make initialize run.prod
tank
:
image
:
autoradio/tank:unstable
...
...
This diff is collapsed.
Click to expand it.
tests/env
+
1
−
0
View file @
1f8c873d
...
...
@@ -13,6 +13,7 @@ STEERING_ORIGIN=http://$STEERING_HOST:$STEERING_PORT
TANK_HOST
=
tank
TANK_PORT
=
8040
TANK_ORIGIN
=
http://
$TANK_HOST
:
$TANK_PORT
TANK_CALLBACK_BASE_URL
=
$TANK_ORIGIN
TANK_OIDC_CLIENT_ID
=
123456
TANK_OIDC_CLIENT_SECRET
=
tank-oidc-secret
TANK_POSTGRES_DB
=
tank
...
...
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