-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(e2e): upload junit results to gh artifacts #9354
Conversation
Signed-off-by: Bart Smykla <bartek@smykla.com>
Now it works: https://github.com/kumahq/kuma/actions/runs/8010206149?pr=9354 |
Signed-off-by: slonka <slonka@users.noreply.github.com>
Signed-off-by: Bart Smykla <bartek@smykla.com>
Co-authored-by: Krzysztof Słonka <slonka@users.noreply.github.com> Signed-off-by: Bart Smykla <bartek@smykla.com>
@@ -21,6 +21,7 @@ env: | |||
E2E_PARAM_TARGET: ${{ fromJSON(inputs.matrix).target }} | |||
E2E_PARAM_PARALLELISM: ${{ fromJSON(inputs.matrix).parallelism }} | |||
CI_TOOLS_DIR: /home/runner/work/kuma/kuma/.ci_tools | |||
E2E_RUN_NAME: ${{ fromJSON(inputs.matrix).target }}_${{ fromJSON(inputs.matrix).k8sVersion }}_${{ fromJSON(inputs.matrix).cniNetworkPlugin }}_${{ fromJSON(inputs.matrix).arch }}_${{ fromJSON(inputs.matrix).parallelism }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm this is not very future proof with actions in km. There's likely something better with inputs
, the context
or something like this no?
name: test_e2e_${{ env.E2E_RUN_NAME }}-${{ (github.event.pull_request.head.sha||github.sha) }}-${{ github.run_id }} | ||
path: | | ||
build/reports/results.xml | ||
build/reports/results.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is likely going to fail on run-type == 'circleci'
no?
This reverts commit d94a686.
This reverts commit d94a686. Signed-off-by: Bart Smykla <bartek@smykla.com>
Checklist prior to review
syscall.Mkfifo
have equivalent implementation on the other OS --ci/
labels to run additional/fewer testsUPGRADE.md
? --