Skip to content

Commit

Permalink
fix: remove clean because arm workers are now immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Apr 26, 2021
1 parent bae9a66 commit 33deffa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,6 @@ def generateFunctionalTestStep(Map args = [:]){
dir("${BASE_DIR}"){
withEnv(["GOARCH=${goArch}"]) {
withSecretVault(secret: "${VAULT_INSTRUMENTATION_SECRET}", user_key: "apmServerToken", user_var_name: "APM_SECRET_TOKEN", pass_key: "apmServerUrl", pass_var_name: "APM_SERVER_URL"){
whenTrue(goArch == 'arm64'){
sh script: "docker-compose --version", label: "Check compose version"
// defensive programming: clean up test-framework workspace and docker state on arm64
sh script: "make clean", label: "Clean state for non-immutable arm workers"
}

sh script: """.ci/scripts/functional-test.sh "${suite}" "${tags}" "${STACK_VERSION}" "${BEAT_VERSION}" """, label: "Run functional tests for ${suite}:${tags}"
}
}
Expand Down

0 comments on commit 33deffa

Please sign in to comment.