Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
5384a248
Commit
5384a248
authored
Jun 04, 2019
by
Valentin Reis
Browse files
Readme update.
parent
39a8e1d1
Pipeline
#7581
passed with stages
in 30 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5384a248
...
...
@@ -33,3 +33,19 @@ package install via an attribute name from `pkgs/default.nix`:
```
{.bash}
nix-env -f argopkgs="https://xgitlab.cels.anl.gov/argo/argopkgs/-/archive/master/argopkgs-master.tar.gz" -iA <attribute name>
```
## gitlab runners
these are deployed via NixOps:
-
defined in file
[
deployments/ci.nix
](
deployments/ci.nix
)
-
deployment state is in
`deployments/argo.nixops`
.
-
there are four shell scripts in
[
deployments/
](
deployments/
)
that can be used to redeploy, reboot, and restart systemd services.
-
access is granted to all keys in
[
deployment/keys
](
deployment/keys
)
The gitlab-runner service is called "gitlab-runner2" on the machines. That
systemd service registers runners on ExecStart and unregisters them on
ExecStop, so excess IPs will have to be merged manually from the gitlab
[
runner
page
](
https://xgitlab.cels.anl.gov/groups/argo/-/settings/ci_cd#runners-settings
)
in case runner hosts are rebooted.
deployments/services.nixops
deleted
100644 → 0
View file @
39a8e1d1
File deleted
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment