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
7a57bbf2
Commit
7a57bbf2
authored
1 year ago
by
Charlotte Hausman
Browse files
Options
Downloads
Patches
Plain Diff
fixing a damn typo
parent
2e8619dc
No related branches found
Branches containing commit
Tags
2.8.0
Tags containing commit
3 merge requests
!1282
Merge in main
,
!1281
Draft: Rebase on main
,
!1278
fixing a damn typo
Pipeline
#9112
passed
1 year ago
Stage: cache-build
Stage: build
Stage: build-pex-base
Stage: unit-test
Stage: push
Stage: generate-pex-yaml
Stage: pex-trigger
Stage: generate-go-yaml
Stage: go-trigger
Stage: deploy
Stage: .post
Pipeline: workspaces
#9114
Pipeline: workspaces
#9113
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
services/workflow/Dockerfile
+1
-1
1 addition, 1 deletion
services/workflow/Dockerfile
services/workflow/Dockerfile.local
+1
-1
1 addition, 1 deletion
services/workflow/Dockerfile.local
with
2 additions
and
2 deletions
services/workflow/Dockerfile
+
1
−
1
View file @
7a57bbf2
...
...
@@ -22,7 +22,7 @@ RUN apt update && apt install -y procps htcondor nano
# Copy over HTCondor submit node config
COPY
./config/htcondor/00-htcondor-9.0.config /etc/condor/config.d/00-htcondor-9.0.config
COPY
./config/htcondor/submit/99-workspaces-submit.${ENV}.conf /etc/condor/config.d/99-workspaces-submit.${ENV}.conf
COPY
./config/htcondor/submit/nrao-nofile.conf /etc/security/limit.d/nrao-nofile.conf
COPY
./config/htcondor/submit/nrao-nofile.conf /etc/security/limit
s
.d/nrao-nofile.conf
# Change working directory to /code
WORKDIR
/code
...
...
This diff is collapsed.
Click to expand it.
services/workflow/Dockerfile.local
+
1
−
1
View file @
7a57bbf2
...
...
@@ -29,7 +29,7 @@ RUN apt update && apt install -y procps htcondor
COPY ./config/htcondor/00-htcondor-9.0.local.config /etc/condor/config.d/00-htcondor-9.0.config
# Copy over HTCondor submit node config
COPY ./config/htcondor/submit/99-workspaces-submit.conf /etc/condor/config.d/99-workspaces-submit.conf
COPY ./config/htcondor/submit/nrao-nofile.conf /etc/security/limit.d/nrao-nofile.conf
COPY ./config/htcondor/submit/nrao-nofile.conf /etc/security/limit
s
.d/nrao-nofile.conf
# Set Capo
ARG capo_env=docker
...
...
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