We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edabfe commit bcf3585Copy full SHA for bcf3585
.azure/templates/jobs/run_systemtests.yaml
@@ -11,7 +11,7 @@ jobs:
11
pool:
12
vmImage: $(image)
13
variables:
14
- test_log_dir: systemtest/target/logs
+ test_log_dir: target/logs
15
timeoutInMinutes: 30
16
steps:
17
- template: '../steps/prerequisites/install_java.yaml'
@@ -78,7 +78,7 @@ jobs:
78
displayName: 'Run systemtests - $(arch) - Helm installation'
79
- task: PublishBuildArtifacts@1
80
inputs:
81
- pathtoPublish: $(test_log_dir)
+ pathtoPublish: systemtest/target/logs
82
artifactName: systemtest-logs
83
displayName: 'Publish logs from failed tests'
84
condition: always()
0 commit comments