Skip to content

Commit

Permalink
Upload only repacked file for macos test junit upload (#24555)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 authored Apr 11, 2024
1 parent 81336bf commit 8b2864d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/source_test/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tests_macos:
- source /root/.bashrc
# Upload generated junit files
- export DATADOG_API_KEY=$($CI_PROJECT_DIR/tools/ci/aws_ssm_get_wrapper.sh ci.datadog-agent.datadog_api_key_org2)
- for f in junit-*.tgz; do inv -e junit-upload --tgz-path $f; done
- for f in junit-*-repacked.tgz; do inv -e junit-upload --tgz-path $f; done
artifacts:
expire_in: 2 weeks
when: always
Expand Down

0 comments on commit 8b2864d

Please sign in to comment.