Skip to content

Commit d0cc741

Browse files
committed
ci: run the pipeline on benchmark host(temporary)
1 parent 6f93b3f commit d0cc741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ library '[email protected]'
1010

1111
pipeline {
1212
/* This way we run the same Jenkinsfile on different platforms. */
13-
agent { label params.AGENT_LABEL }
13+
agent { label 'benchmarkcontainer' }
1414

1515
parameters {
1616
string(

ci/Jenkinsfile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ library '[email protected]'
1111
pipeline {
1212
agent {
1313
dockerfile {
14-
label 'linuxcontainer'
14+
label 'benchmarkcontainer'
1515
filename 'linux.Dockerfile'
1616
dir 'ci'
1717
args '--volume=/nix:/nix ' +

0 commit comments

Comments
 (0)