Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argopkgs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
argopkgs
Commits
5384a248
Commit
5384a248
authored
Jun 04, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
README.md
README.md
+16
-0
deployments/services.nixops
deployments/services.nixops
+0
-0
No files found.
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
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