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
b9655c7a
Commit
b9655c7a
authored
Oct 24, 2018
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hydra changes, readme fix.
parent
2d21b18e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
3 deletions
+24
-3
README.md
README.md
+22
-1
deployments/argo.nixops
deployments/argo.nixops
+0
-0
deployments/ci.nix
deployments/ci.nix
+2
-2
No files found.
README.md
View file @
b9655c7a
# argopkgs
Nix-based CI with Hydra for Argo packages. Hydra is a versatile build farm.
For the moment, our instance is http://129.114.111.116:8080.
## usage
The instance is http://129.114.111.116:8080.
A list of packages available so far is at:
http://129.114.111.116:8080/jobset/argo/master#tabs-jobs
### Using the argo binary cache on a system that has the nix package manager:
```
nix-channel --add http://129.114.111.116:8080/project/argo/channel/latest argo
nix-channel --update
```
#### Installing all packaged argo software from the binary cache:
```
nix-env -iA argo
```
#### Installing a specific packaged argo software from the binary cache:
```
nix-env -iA argo.<packagename>
```
deployments/argo.nixops
View file @
b9655c7a
No preview for this file type
deployments/ci.nix
View file @
b9655c7a
...
...
@@ -45,7 +45,7 @@ in
source
=
keys/id_buildfarm
;
uid
=
config
.
users
.
users
.
hydra-queue-runner
.
uid
;
gid
=
config
.
users
.
groups
.
hydra
.
gid
;
mode
=
"06
6
0"
;
mode
=
"06
0
0"
;
};
nix
=
{
...
...
@@ -71,7 +71,7 @@ in
hydraURL
=
"http://129.114.111.116"
;
notificationSender
=
"hydra@example.org"
;
port
=
8080
;
extraConfig
=
"
binary_cache_secret_key_file =
/etc/nix/hydra.example.org-1/secret"
;
extraConfig
=
"
secret-key=
/etc/nix/hydra.example.org-1/secret"
;
buildMachinesFiles
=
[
"/etc/nix/machines"
];
};
...
...
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