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
1b11e135
Commit
1b11e135
authored
Jun 04, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nixops workflow update and readme fix
parent
d5b1b256
Pipeline
#7583
failed with stages
in 41 minutes and 10 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
12 deletions
+25
-12
README.md
README.md
+21
-0
deployments/argo.nixops
deployments/argo.nixops
+0
-0
deployments/shell.nix
deployments/shell.nix
+1
-0
pkgs/default.nix
pkgs/default.nix
+3
-12
No files found.
README.md
View file @
1b11e135
...
...
@@ -36,6 +36,27 @@ nix-env -f argopkgs="https://xgitlab.cels.anl.gov/argo/argopkgs/-/archive/master
## gitlab runners
### tl;dr
if your key is already on the runners, you can redeploy them with:
```
$ g clone git@xgitlab.cels.anl.gov:argo/argopkgs.git
$ cd argopkgs/deployments
$ nix-shell
[nix-shell]$ ./deploy-runners.sh
```
or reboot/restart their gitlab-runner daemon with:
```
$ g clone git@xgitlab.cels.anl.gov:argo/argopkgs.git
$ cd argopkgs/deployments
$ ./restart-runners.sh
$ ./reboot-runners.sh
```
see the note below about purging IPs from gitlab in case you do reboot them.
### detailed description
these are deployed via NixOps:
-
defined in file
[
deployments/ci.nix
](
deployments/ci.nix
)
...
...
deployments/argo.nixops
View file @
1b11e135
No preview for this file type
deployments/shell.nix
0 → 100644
View file @
1b11e135
(
import
../.
{})
.
deployment
pkgs/default.nix
View file @
1b11e135
...
...
@@ -499,18 +499,9 @@ let
bld
=
bleeding
;
#testSingularity = pkgs.stdenv.mkDerivation rec {
#name = "singdebg";
#src = ../dhrun ;
#installPhase = ''
#mkdir -p $out
#echo "tata"
#PATH=$PATH:/tmp/argonix singularity --version
#echo "toto"
#'';
#unpackPhase = "true";
#};
deployment
=
pkgs
.
mkShell
rec
{
buildInputs
=
[
pkgs
.
nixops
pkgs
.
nix
];
};
};
...
...
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