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
1
Merge Requests
1
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
59b6a8d2
Commit
59b6a8d2
authored
Oct 25, 2018
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding hound code search.
parent
44ba58b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
0 deletions
+37
-0
README.md
README.md
+9
-0
deployments/argo.nixops
deployments/argo.nixops
+0
-0
deployments/ci.nix
deployments/ci.nix
+28
-0
No files found.
README.md
View file @
59b6a8d2
# argopkgs
Packages :
```
http://129.114.111.116:8080/jobset/argo/master#tabs-jobs
```
Code search :
`http://129.114.111.116:6080``
```
Nix-based CI with Hydra for Argo packages. Hydra is a versatile build farm.
This bit of infrastructure is currently specific to Valentin's use cases but do
get in touch if you have any use for it.
...
...
deployments/argo.nixops
View file @
59b6a8d2
No preview for this file type
deployments/ci.nix
View file @
59b6a8d2
...
...
@@ -117,6 +117,34 @@ in
fi
''
;
};
services
.
hound
=
{
enable
=
true
;
config
=
''
{
"max-concurrent-indexers" : 2,
"dbpath" : "
${
config
.
services
.
hound
.
home
}
/data",
"repos" : {
"argopkgs": { "url" : "https://xgitlab.cels.anl.gov/argo/argopkgs.git" },
"nauts": { "url" : "https://xgitlab.cels.anl.gov/argo/nauts.git" },
"nrm": { "url" : "https://xgitlab.cels.anl.gov/argo/nrm.git" },
"infrastructure": { "url" : "https://xgitlab.cels.anl.gov/argo/infrastructure.git" },
"cuttr": { "url" : "https://xgitlab.cels.anl.gov/argo/cuttr.git" },
"aml": { "url" : "https://xgitlab.cels.anl.gov/argo/aml.git" },
"yggdrasil-integration": { "url" : "https://xgitlab.cels.anl.gov/argo/yggdrasil-integration.git" },
"yggdrasil": { "url" : "https://xgitlab.cels.anl.gov/argo/yggdrasil.git" },
"libnrm": { "url" : "https://xgitlab.cels.anl.gov/argo/libnrm.git" },
"progress-benchmarks": { "url" : "https://xgitlab.cels.anl.gov/argo/progress-benchmarks.git" },
"power-slurm": { "url" : "https://xgitlab.cels.anl.gov/argo/power-slurm.git" },
"umap": { "url" : "https://xgitlab.cels.anl.gov/argo/umap.git" },
"power-bandit": { "url" : "https://xgitlab.cels.anl.gov/argo/power-bandit.git" },
"yggdrasil-c": { "url" : "https://xgitlab.cels.anl.gov/argo/yggdrasil-c.git" },
"kernel": { "url" : "https://xgitlab.cels.anl.gov/argo/kernel.git" },
"util-linux": { "url" : "https://xgitlab.cels.anl.gov/argo/util-linux.git" }
}
}
''
;
};
};
slave1
=
...
...
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