Skip to content

Commit

Permalink
Fix artifacts path in junit-annotate plugin
Browse files Browse the repository at this point in the history
The artifact has exact path which should be prefixed with `work`.
```
:junit: Download the junits
2024-11-19 08:19:37 INFO   Searching for artifacts: "operator/tests/_e2e_artifacts_v2/kuttl-report.xml"
fatal: failed to download artifacts: No artifacts found for downloading
💥 Could not download artifacts
🚨 Error: The command exited with status 2
```
https://buildkite.com/redpanda/redpanda-operator/builds/3328#01934368-daa3-46d2-b2b8-56feda4f6616/346
  • Loading branch information
RafalKorepta committed Nov 19, 2024
1 parent 38dbb32 commit 585a918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ steps:
plugins:
- seek-oss/aws-sm#v2.3.2: *aws-sm-plugin
- junit-annotate#v2.4.1:
artifacts: operator/tests/_e2e_artifacts_v2/kuttl-report.xml
artifacts: work/operator/tests/_e2e_artifacts_v2/kuttl-report.xml
report-slowest: 5
timeout_in_minutes: 0
agents:
Expand Down

0 comments on commit 585a918

Please sign in to comment.