Skip to content

Commit 552da1a

Browse files
committed
no job rescheduling
1 parent 94edb77 commit 552da1a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

test/groovy/LRS_libci_pipeline.groovy

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ pipeline {
3636
# external script on agent to install artifacts
3737
sudo install.tegra.artifacts.sh
3838
"""
39-
script {
40-
build job: env.JOB_NAME,
41-
wait: false,
42-
parameters: [ booleanParam(name: 'REBOOT', value: false) ]
43-
}
4439
}
4540
post {
4641
success {
@@ -49,9 +44,6 @@ pipeline {
4944
}
5045
}
5146
stage('Pytest') {
52-
when {
53-
expression { params.REBOOT == false }
54-
}
5547
steps {
5648
sh """#!/bin/sh
5749
pytest --tb=no -s test

0 commit comments

Comments
 (0)