| ... | ... | @@ -9,4 +9,10 @@ In GitLab web portal: |
|
|
|
|
|
|
|
In IHEP cluster:
|
|
|
|
|
|
|
|
* Choose a path for the runner with enough disk space. For example '/scratchfs'. |
|
|
\ No newline at end of file |
|
|
|
* Choose a path for the runner with enough disk space. For example '/scratchfs'.
|
|
|
|
* Create a directory named 'ihep-gitlab-runner' and cd to it.
|
|
|
|
* Copy the script '~lint/setup-gitlab-runner.sh' to current directoy.
|
|
|
|
* Edit this script
|
|
|
|
* Change RUNNER_TOP_DIR to the current directory.
|
|
|
|
* Change APPTAINER_BINDPATH and add the necessary mount path, such as '/cvmfs,/afs,/scratchfs'
|
|
|
|
|