Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
00c90944
Commit
00c90944
authored
1 year ago
by
Charlotte Hausman
Browse files
Options
Downloads
Patches
Plain Diff
or not
parent
d3a0faaa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1452
Merge 2.8.2 to main
,
!1396
changes for local builds
Pipeline
#10378
passed
1 year ago
Stage: pull-db
Stage: build
Stage: unit-test
Stage: push
Stage: deploy
Stage: .post
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose.yml
+6
-6
6 additions, 6 deletions
docker-compose.yml
services/workflow/bin/boot-condor-and-workflow.sh
+2
-1
2 additions, 1 deletion
services/workflow/bin/boot-condor-and-workflow.sh
with
8 additions
and
7 deletions
docker-compose.yml
+
6
−
6
View file @
00c90944
...
@@ -64,12 +64,12 @@ services:
...
@@ -64,12 +64,12 @@ services:
published
:
3457
published
:
3457
protocol
:
tcp
protocol
:
tcp
mode
:
host
mode
:
host
healthcheck
:
#
healthcheck:
test
:
( curl -f -LI "${ENV_HOST}":3456/healthcheck ) || exit
1
#
test: ( curl -f -LI "${ENV_HOST}":3456/healthcheck ) || exit 1
interval
:
5s
#
interval: 5s
retries
:
5
#
retries: 5
timeout
:
60s
#
timeout: 60s
start_period
:
30s
#
start_period: 30s
environment
:
environment
:
CAPO_PATH
:
/home/casa/capo
CAPO_PATH
:
/home/casa/capo
CAPO_PROFILE
:
dsoc-${ENV}
CAPO_PROFILE
:
dsoc-${ENV}
...
...
This diff is collapsed.
Click to expand it.
services/workflow/bin/boot-condor-and-workflow.sh
+
2
−
1
View file @
00c90944
...
@@ -78,4 +78,5 @@ chmod 777 "$WORKFLOW_DIR"
...
@@ -78,4 +78,5 @@ chmod 777 "$WORKFLOW_DIR"
chmod
777
"
$WORKFLOW_DIR
"
/
*
chmod
777
"
$WORKFLOW_DIR
"
/
*
echo
"Starting workflow service"
echo
"Starting workflow service"
su vlapipe
-c
"/code/services/workflow/bin/boot-workflow.sh"
cd
/code/services/workflow
su vlapipe
-c
"./bin/boot-workflow.sh"
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