Fix junit report generation#1218
Conversation
Fix the junit report generation for every test run for our e2e test execution Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1218 +/- ##
==========================================
+ Coverage 77.50% 77.61% +0.10%
==========================================
Files 44 44
Lines 2823 2823
==========================================
+ Hits 2188 2191 +3
+ Misses 527 525 -2
+ Partials 108 107 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* upstream/main: Fix junit report generation (istio-ecosystem#1218) Remove explicit labelling for multicluster network (istio-ecosystem#1216) feat(tests): add cleanup target for e2e.ocp test artifacts closes istio-ecosystem#1164 (istio-ecosystem#1203) Add OCP-specific flag to CreateRemoteSecret (istio-ecosystem#1213) Allow set multicluster flag with env (istio-ecosystem#1212) Fix macOS compatibility for update_deps.sh and update macOS specific dev docs (istio-ecosystem#1137) Add commit validation GH action (istio-ecosystem#1188) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1208)
* upstream/main: Fix junit report generation (istio-ecosystem#1218) Remove explicit labelling for multicluster network (istio-ecosystem#1216) feat(tests): add cleanup target for e2e.ocp test artifacts closes istio-ecosystem#1164 (istio-ecosystem#1203) Add OCP-specific flag to CreateRemoteSecret (istio-ecosystem#1213) Allow set multicluster flag with env (istio-ecosystem#1212) Fix macOS compatibility for update_deps.sh and update macOS specific dev docs (istio-ecosystem#1137) Add commit validation GH action (istio-ecosystem#1188) Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1208)
|
In response to a cherrypick label: new pull request created: #1219 |
|
In response to a cherrypick label: #1218 failed to apply on top of branch "release-1.25": |
|
In response to a cherrypick label: new issue created for failed cherrypick: #1220 |
|
In response to a cherrypick label: new pull request could not be created: failed to create pull request against istio-ecosystem/sail-operator#release-1.26 from head istio-testing:cherry-pick-1218-to-release-1.26: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"A pull request already exists for istio-testing:cherry-pick-1218-to-release-1.26."}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#create-a-pull-request","status":"422"} |
|
In response to a cherrypick label: new pull request created: #1221 |
|
In response to a cherrypick label: new pull request could not be created: failed to create pull request against istio-ecosystem/sail-operator#release-1.26 from head istio-testing:cherry-pick-1218-to-release-1.26: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"A pull request already exists for istio-testing:cherry-pick-1218-to-release-1.26."}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#create-a-pull-request","status":"422"} |
|
In response to a cherrypick label: new pull request could not be created: failed to create pull request against istio-ecosystem/sail-operator#release-1.27 from head istio-testing:cherry-pick-1218-to-release-1.27: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"A pull request already exists for istio-testing:cherry-pick-1218-to-release-1.27."}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#create-a-pull-request","status":"422"} |
1 similar comment
|
In response to a cherrypick label: new pull request could not be created: failed to create pull request against istio-ecosystem/sail-operator#release-1.27 from head istio-testing:cherry-pick-1218-to-release-1.27: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"A pull request already exists for istio-testing:cherry-pick-1218-to-release-1.27."}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#create-a-pull-request","status":"422"} |
* Fix junit report generation Fix the junit report generation for every test run for our e2e test execution Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix lint Fixing lint error Signed-off-by: Francisco Herrera <fjglira@gmail.com> --------- Signed-off-by: Francisco Herrera <fjglira@gmail.com> Signed-off-by: Filip Brychta <fbrychta@redhat.com>
* Fix junit report generation Fix the junit report generation for every test run for our e2e test execution Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix lint Fixing lint error Signed-off-by: Francisco Herrera <fjglira@gmail.com> --------- Signed-off-by: Francisco Herrera <fjglira@gmail.com> Signed-off-by: Filip Brychta <fbrychta@redhat.com>
* Fix junit report generation Fix the junit report generation for every test run for our e2e test execution * Fix lint Fixing lint error --------- Signed-off-by: Francisco Herrera <fjglira@gmail.com> Signed-off-by: Filip Brychta <fbrychta@redhat.com> Co-authored-by: Francisco Herrera <fjglira@gmail.com>
* upstream/release-1.0: Fix junit report generation (istio-ecosystem#1218) (istio-ecosystem#1412) [release-1.0] feat(tests): add cleanup target for e2e.ocp test artifacts closes istio-ecosystem#1164 (istio-ecosystem#1401)
* upstream/release-1.0: Fix junit report generation (istio-ecosystem#1218) (istio-ecosystem#1412) [release-1.0] feat(tests): add cleanup target for e2e.ocp test artifacts closes istio-ecosystem#1164 (istio-ecosystem#1401)
* Fix junit report generation Fix the junit report generation for every test run for our e2e test execution Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Fix lint Fixing lint error Signed-off-by: Francisco Herrera <fjglira@gmail.com> --------- Signed-off-by: Francisco Herrera <fjglira@gmail.com> Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
Fix the junit report generation for every test run for our e2e test execution
What type of PR is this?
What this PR does / why we need it:
We are having issues generating the Junit report for test executions. This PR aims to fix these issues to ensure the report is generated whatever the test execution pass or fails
Which issue(s) this PR fixes:
Fixes #1217
Related Issue/PR #
Additional information: