Skip to content

Commit

Permalink
functional: do not re-install voltctl in test pipelines
Browse files Browse the repository at this point in the history
* remove the installVoltctl call from the test pipelines, since it is
  already installed in the build pipeline.

Change-Id: Id673a4acf3b3c5d9813b902f24a4551c06264ce9
Signed-off-by: Cristina de Francisco <[email protected]>
  • Loading branch information
cristina-defran committed Nov 18, 2024
1 parent 53c2e33 commit 89ee90b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ pipeline {
script {
deployment_config = readYaml file: "${configBaseDir}/${configDeploymentDir}/${configFileName}-DT.yaml"
}
installVoltctl("${branch}")
sh """
ps -ef | grep port-forward
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ pipeline {
script {
deployment_config = readYaml file: "${configBaseDir}/${configDeploymentDir}/${configFileName}.yaml"
}
installVoltctl("${branch}")

sh(returnStdout: false, script: """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ pipeline {
deployment_config = readYaml file: "${configBaseDir}/${configDeploymentDir}/${configFileName}-TT.yaml"
}

installVoltctl("${branch}")

sh returnStdout: false, script: """
mkdir -p "$WORKSPACE/bin"
Expand Down

0 comments on commit 89ee90b

Please sign in to comment.