[release-1.26] Fix junit report generation#1219
Merged
istio-testing merged 2 commits intoistio-ecosystem:release-1.26from Sep 15, 2025
Merged
Conversation
6 tasks
a4ddc80 to
a491305
Compare
Fix the junit report generation for every test run for our e2e test execution Signed-off-by: Francisco Herrera <fjglira@gmail.com>
a491305 to
6c882e9
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-1.26 #1219 +/- ##
================================================
- Coverage 77.14% 76.81% -0.33%
================================================
Files 44 44
Lines 2791 2791
================================================
- Hits 2153 2144 -9
- Misses 529 535 +6
- Partials 109 112 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fjglira
approved these changes
Sep 15, 2025
18299ed
into
istio-ecosystem:release-1.26
17 of 18 checks passed
openshift-service-mesh-bot
pushed a commit
to openshift-service-mesh-bot/sail-operator
that referenced
this pull request
Sep 15, 2025
* upstream/release-1.26: [release-1.26] Fix junit report generation (istio-ecosystem#1219)
openshift-merge-bot bot
added a commit
to openshift-service-mesh/sail-operator
that referenced
this pull request
Oct 21, 2025
* Cherry-pick: Add OCP-specific flag to CreateRemoteSecret, Allow set multicluster flag with env to release-1.26 (istio-ecosystem#1214) * Add OCP-specific flag to CreateRemoteSecret (istio-ecosystem#1213) Use the '--create-service-account=false' flag when creating remote secrets on OpenShift. Signed-off-by: Mikhail Abramov <mabramov@redhat.com> * Allow set multicluster flag with env (istio-ecosystem#1212) This change allows setting the multicluster flag via environment variables. Signed-off-by: Mikhail Abramov <mabramov@redhat.com> --------- Signed-off-by: Mikhail Abramov <mabramov@redhat.com> * [release-1.26] Fix junit report generation (istio-ecosystem#1219) * 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> Co-authored-by: Francisco Herrera <fjglira@gmail.com> * [release-3.1] Bump version and update GA images (#516) * Fix new lint errors (istio-ecosystem#1234) Fix lint error that are happening in the PR: 1231 Signed-off-by: Francisco Herrera <fjglira@gmail.com> Co-authored-by: Francisco Herrera <fjglira@gmail.com> * Adding check_cluster_operators for OCP clusters (istio-ecosystem#1238) (istio-ecosystem#1243) Adding check_cluster_operators will help to avoid test run issues while executing the test over OCP clusters Signed-off-by: Francisco Herrera <fjglira@gmail.com> * [release-3.1] Automator: Update Istio module (#522) Co-authored-by: openshift-service-mesh-bot <null> * [3.1.3] Prepare placeholders for OSSM 3.1.3 release without istio changes (#540) --------- Signed-off-by: Mikhail Abramov <mabramov@redhat.com> Signed-off-by: Francisco Herrera <fjglira@gmail.com> Co-authored-by: Mikhail Abramov <mabramov@redhat.com> Co-authored-by: openshift-service-mesh-bot <null> Co-authored-by: openshift-merge-bot[bot] <148852131+openshift-merge-bot[bot]@users.noreply.github.com> Co-authored-by: Istio Automation <istio-testing-bot@google.com> Co-authored-by: Francisco Herrera <fjglira@gmail.com> Co-authored-by: openshift-service-mesh-bot <165402251+openshift-service-mesh-bot@users.noreply.github.com> Co-authored-by: Cansin Tartici <ctartici@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automated cherry-pick of #1218