|
|
|
# Instruction
|
|
|
|
|
|
|
|
If you fork the CEPCSW and then create a merge request, the CI/CD will not start due to missing of gitlab runner. So you need to register the runner first.
|
|
|
|
|
|
|
|
In GitLab web portal:
|
| ... | ... | @@ -24,4 +26,10 @@ In IHEP cluster: |
|
|
|
* By default, the information will be saved into `$HOME/.gitlab-runner`.
|
|
|
|
* Because we already create a soft link to the current directory, you can find `config.toml` and `.runner_system_id` in the current directory.
|
|
|
|
* Start the instance
|
|
|
|
* `bash setup-gitlab-runner.sh start` |
|
|
\ No newline at end of file |
|
|
|
* `bash setup-gitlab-runner.sh start`
|
|
|
|
|
|
|
|
# The current runners in cepc/CEPCSW
|
|
|
|
| host | creator | path |
|
|
|
|
| ----------- | ------- | ----- |
|
|
|
|
| lxlogin001 | Tao Lin | /tmp |
|
|
|
|
| beslogin001 | Tao Lin | /tmp | |
|
|
\ No newline at end of file |