Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
d78c62fc
Commit
d78c62fc
authored
May 14, 2019
by
Valentin Reis
Browse files
readme update.
parent
21d1f617
Pipeline
#7338
passed with stages
in 13 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d78c62fc
...
...
@@ -2,13 +2,15 @@
contains:
-
set of
nix
expressions to package argo (
`pkgs`
,
`lib`
)
-
set of
[
Nix
](
https://nixos.org/nix/
)
expressions to package argo (
`pkgs`
,
`lib`
)
-
gitlab ci files, wich are imported in turn by other repositories (
`gitlab-ci`
)
-
n
ixos
configurat
o
in for
deploying gitlab runners (
`deployments`
,
`modules
`
)
-
n
rm integration test dhall
configurati
o
n for
[
dhrun
](
https://github.com/freuk/dhrun
)
(
`dhrun
`
)
these things are maintained, the master branch is a rolling dependency for ci.
-
nixos configuratin for deploying gitlab runners for
[
nixOps
](
https://nixos.org/nixops/
)
(
`deployments`,`modules`
)
the first three items are maintained on the master branch and constitute a rolling dependency for continuous integration.
## setup
...
...
@@ -22,15 +24,3 @@ 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>
```
## structure
-
`pkgs`
: nix packages for argo components, applications, internal tools.
-
`lib`
: some supporting nix expressions
-
`deployments`
,
`modules`
: nixops CI server deployment related code.
-
`.gitlab-ci.yml`
: CI file.
-
`dhrun`
: dhrun async execution files for nrm tests (used by gitlab-ci)
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