Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cx-custom-gitlab-runner
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
Lukas Werner
cx-custom-gitlab-runner
Commits
9d9ad3e1
Commit
9d9ad3e1
authored
3 years ago
by
Lukas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Improved documentation
parent
1b864a09
Branches
Branches containing commit
Tags
release/0.3.3
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/README.md
+2
-1
2 additions, 1 deletion
documentation/README.md
with
2 additions
and
1 deletion
documentation/README.md
+
2
−
1
View file @
9d9ad3e1
...
...
@@ -7,7 +7,7 @@
### Setting up authentification
To ensure
,
that a given repository is entitled to run CI jobs as a given user
,
a authentification strategy using SSH keys is employed.
To ensure that a given repository is entitled to run CI jobs as a given user a
n
authentification strategy using SSH keys is employed.
Most CI configuration happens in the
`.gitlab-ci.yml`
file.
However, to make the private SSH key available in the pipeline without exposing it in
`.gitlab-ci.yml`
a "secret" CI variable needs to be set.
...
...
@@ -41,6 +41,7 @@ benchmark-broadep2:
```
This configuration already suffices to have the CI jobs running on the node
`phinally`
.
With "phinally" being the default node and time limit by default at 120, even having no configuration at all would work just fine.
To pick a node to run your job on, set
`SLURM_NODELIST`
to the nodes hostname.
`SLURM_NODELIST`
can only hold a single entry, as usage of multiple nodes at once is not available on the test cluster.
...
...
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