EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
ESA
PRISM
VS
Commits
5abe2c5c
Commit
5abe2c5c
authored
5 years ago
by
Mussab Abdalla
Browse files
Options
Downloads
Patches
Plain Diff
testing 10 mins sleep!
parent
1a46b31f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
wait_for_container.sh
+5
-5
5 additions, 5 deletions
wait_for_container.sh
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
1
−
1
View file @
5abe2c5c
...
...
@@ -90,7 +90,7 @@ test:
# - swift post --auth-version $ST_AUTH_VERSION_DOWNLOAD --os-identity-api-version 3 --os-auth-url $OS_AUTH_URL_DOWNLOAD --os-username $OS_USERNAME_DOWNLOAD --os-password $OS_PASSWORD_DOWNLOAD --os-tenant-name $OS_TENANT_NAME_DOWNLOAD --os-tenant-id $OS_TENANT_ID_DOWNLOAD --os-region-name $OS_REGION_NAME_DOWNLOAD preprocessor_test
-
apk update && apk add postgresql-dev gcc python3-dev musl-dev py-pip
-
pip3 install -r requirements.txt
#
- ./wait_for_container.sh
-
./wait_for_container.sh
-
docker ps
# - docker ps -qf "name=emg-pvs_registrar"
# - docker exec -it $(docker ps -qf "name=emg-pvs_registrar") python3 /var/www/pvs/dev/pvs_instance/manage.py id list
...
...
This diff is collapsed.
Click to expand it.
wait_for_container.sh
+
5
−
5
View file @
5abe2c5c
#!/bin/sh
while
[
-z
$(
docker ps
-qf
"name=vhr18-pvs_renderer"
)
]
;
do
>
&2
echo
"Container is unavailable - sleeping"
sleep
15
done
\ No newline at end of file
sleep
600
;
# while [ -z $(docker ps -qf "name=vhr18-pvs_renderer")]; do
# >&2 echo "Container is unavailable - sleeping"
# sleep 15
# done
\ No newline at end of file
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