Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lukas Werner
cx-custom-gitlab-runner
Commits
9d9ad3e1
Commit
9d9ad3e1
authored
Aug 10, 2021
by
Lukas Werner
Browse files
Improved documentation
parent
1b864a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
documentation/README.md
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment