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
b0aa9a03
Commit
b0aa9a03
authored
Feb 21, 2019
by
Valentin Reis
Browse files
use 'notknl' tag appropriately
parent
8ab687a3
Pipeline
#5497
failed with stages
in 12 minutes and 29 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deployments/argo.nixops
View file @
b0aa9a03
No preview for this file type
deployments/ci.nix
View file @
b0aa9a03
...
...
@@ -32,24 +32,6 @@ let
permissions
=
"600"
;
};
systemd
.
services
.
tunnel-hydra
=
{
path
=
[
pkgs
.
autossh
];
enable
=
true
;
description
=
"ssh tunnel to hydra"
;
after
=
[];
wantedBy
=
[
"multi-user.target"
];
environment
.
AUTOSSH_GATETIME
=
"0"
;
environment
.
AUTOSSH_POLL
=
"30"
;
serviceConfig
=
{
User
=
"fre"
;
Restart
=
"on-success"
;
Type
=
"simple"
;
ExecStart
=
''
${
pkgs
.
autossh
}
/bin/autossh -M 0 -N -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -T -R 2210:localhost:22 fre@argo.freux.fr -i /run/id_buildfarm
''
;
};
};
require
=
argomodules
;
environment
.
argo
.
known-hosts
.
enable
=
true
;
environment
.
argo
.
provider-tacc
.
enable
=
true
;
...
...
deployments/gitlab-runner.nix
View file @
b0aa9a03
...
...
@@ -87,7 +87,8 @@ in
--non-interactive=true \
--name
${
cfg
.
name
}
\
--executor "shell" \
--tag-list "integration" "notknl"\
--maximum-timeout 1800 \
--tag-list "integration,notknl"\
''
;
ExecStart
=
''
${
cfg
.
package
.
bin
}
/bin/gitlab-runner run \
--working-directory
${
cfg
.
workDir
}
\
...
...
gitlab-ci/applications.yml
View file @
b0aa9a03
...
...
@@ -12,7 +12,6 @@
stage
:
build
tags
:
-
integration
-
notknl
buildAMG
:
extends
:
.build
...
...
@@ -23,6 +22,8 @@ buildQMCPack:
extends
:
.build
script
:
-
"
argonix
build
qmcpack
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
tags
:
-
notknl
buildOpenMC
:
extends
:
.build
...
...
@@ -91,10 +92,5 @@ testQMCPack:
extends
:
.applications
script
:
-
"
argonix
build
testQMCPack
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testQMCPack-knl
:
extends
:
.applications
script
:
-
"
argonix
build
testQMCPack
-g
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
tags
:
-
knl
-
not
knl
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