Skip to content

Fix e2e midstream CI mode#1564

Merged
istio-testing merged 2 commits intoistio-ecosystem:mainfrom
fjglira:fix-e2e-midstream
Feb 4, 2026
Merged

Fix e2e midstream CI mode#1564
istio-testing merged 2 commits intoistio-ecosystem:mainfrom
fjglira:fix-e2e-midstream

Conversation

@fjglira
Copy link
Copy Markdown
Contributor

@fjglira fjglira commented Feb 3, 2026

What type of PR is this?

  • Enhancement / New Feature
  • Bug Fix
  • Refactor
  • Optimization
  • Test
  • Documentation Update

What this PR does / why we need it:

  • Forcing the use of the external registry when CI flag is true
  • Adding some debug information in case of failures
  • Passing GINKGO_FLAGS properly to avoid failures in propagation in midstream

Which issue(s) this PR fixes:

Fixes #

Related Issue/PR #

Additional information:

Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Adding a new variable to handle properly the case

Signed-off-by: Francisco Herrera <fjglira@gmail.com>
@fjglira fjglira requested a review from a team as a code owner February 3, 2026 18:06
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.17%. Comparing base (857518b) to head (5688d26).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1564      +/-   ##
==========================================
- Coverage   80.55%   80.17%   -0.39%     
==========================================
  Files          44       46       +2     
  Lines        2299     2345      +46     
==========================================
+ Hits         1852     1880      +28     
- Misses        328      344      +16     
- Partials      119      121       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@istio-testing istio-testing merged commit 4116bf3 into istio-ecosystem:main Feb 4, 2026
16 of 17 checks passed
@istio-testing
Copy link
Copy Markdown
Collaborator

In response to a cherrypick label: #1564 failed to apply on top of branch "release-1.28":

Applying: Adding some fix for midstream CI execution
Using index info to reconstruct a base tree...
M	tests/e2e/common-operator-integ-suite.sh
Falling back to patching base and 3-way merge...
Auto-merging tests/e2e/common-operator-integ-suite.sh
CONFLICT (content): Merge conflict in tests/e2e/common-operator-integ-suite.sh
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 Adding some fix for midstream CI execution

@istio-testing
Copy link
Copy Markdown
Collaborator

In response to a cherrypick label: #1564 failed to apply on top of branch "release-1.27":

Applying: Adding some fix for midstream CI execution
Using index info to reconstruct a base tree...
M	tests/e2e/common-operator-integ-suite.sh
Falling back to patching base and 3-way merge...
Auto-merging tests/e2e/common-operator-integ-suite.sh
CONFLICT (content): Merge conflict in tests/e2e/common-operator-integ-suite.sh
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 Adding some fix for midstream CI execution

@istio-testing
Copy link
Copy Markdown
Collaborator

In response to a cherrypick label: new issue created for failed cherrypick: #1567

@istio-testing
Copy link
Copy Markdown
Collaborator

In response to a cherrypick label: new issue created for failed cherrypick: #1566

@istio-testing
Copy link
Copy Markdown
Collaborator

In response to a cherrypick label: #1564 failed to apply on top of branch "release-1.28":

Applying: Adding some fix for midstream CI execution
Using index info to reconstruct a base tree...
M	tests/e2e/common-operator-integ-suite.sh
Falling back to patching base and 3-way merge...
Auto-merging tests/e2e/common-operator-integ-suite.sh
CONFLICT (content): Merge conflict in tests/e2e/common-operator-integ-suite.sh
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 Adding some fix for midstream CI execution

@istio-testing
Copy link
Copy Markdown
Collaborator

In response to a cherrypick label: #1564 failed to apply on top of branch "release-1.27":

Applying: Adding some fix for midstream CI execution
Using index info to reconstruct a base tree...
M	tests/e2e/common-operator-integ-suite.sh
Falling back to patching base and 3-way merge...
Auto-merging tests/e2e/common-operator-integ-suite.sh
CONFLICT (content): Merge conflict in tests/e2e/common-operator-integ-suite.sh
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 Adding some fix for midstream CI execution

@istio-testing
Copy link
Copy Markdown
Collaborator

In response to a cherrypick label: new issue created for failed cherrypick: #1568

@istio-testing
Copy link
Copy Markdown
Collaborator

In response to a cherrypick label: new issue created for failed cherrypick: #1569

openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 4, 2026
* upstream/main: (27 commits)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1546)
  fixing the step numbers in our docs (istio-ecosystem#1545)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1543)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1534)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1530)
  update eol istio versions (istio-ecosystem#1529)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 4, 2026
* upstream/main: (27 commits)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1546)
  fixing the step numbers in our docs (istio-ecosystem#1545)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1543)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1534)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1530)
  update eol istio versions (istio-ecosystem#1529)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 5, 2026
* upstream/main: (27 commits)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1546)
  fixing the step numbers in our docs (istio-ecosystem#1545)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1543)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1534)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1530)
  update eol istio versions (istio-ecosystem#1529)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 5, 2026
* upstream/main: (27 commits)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1546)
  fixing the step numbers in our docs (istio-ecosystem#1545)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1543)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1534)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1530)
  update eol istio versions (istio-ecosystem#1529)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 5, 2026
* upstream/main: (28 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1546)
  fixing the step numbers in our docs (istio-ecosystem#1545)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1543)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1534)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1530)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 5, 2026
* upstream/main: (28 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1546)
  fixing the step numbers in our docs (istio-ecosystem#1545)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1543)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1534)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1530)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 5, 2026
* upstream/main: (28 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1546)
  fixing the step numbers in our docs (istio-ecosystem#1545)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1543)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1534)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1530)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 5, 2026
* upstream/main: (28 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1546)
  fixing the step numbers in our docs (istio-ecosystem#1545)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1543)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1534)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1530)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 5, 2026
* upstream/main: (28 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1546)
  fixing the step numbers in our docs (istio-ecosystem#1545)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1543)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1534)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1530)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 9, 2026
* upstream/main: (33 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 9, 2026
* upstream/main: (33 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 9, 2026
* upstream/main: (33 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 9, 2026
* upstream/main: (33 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 9, 2026
* upstream/main: (33 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 10, 2026
* upstream/main: (33 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 10, 2026
* upstream/main: (33 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1549)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 10, 2026
* upstream/main: (34 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  docs: Add comprehensive Istio Ambient Mode update and waypoint proxy procedures (istio-ecosystem#1279)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 10, 2026
* upstream/main: (35 commits)
  Expose "peerCaCrl" Ztunnel param added in Helm (istio-ecosystem#1578)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  ...
fjglira added a commit to fjglira/sail-operator that referenced this pull request Feb 10, 2026
* Adding some fix for midstream CI execution

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Forcing avoid the use of external registry when CI mode is detected

Adding a new variable to handle properly the case

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

---------

Signed-off-by: Francisco Herrera <fjglira@gmail.com>
fjglira added a commit to fjglira/sail-operator that referenced this pull request Feb 10, 2026
* Adding some fix for midstream CI execution

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Forcing avoid the use of external registry when CI mode is detected

Adding a new variable to handle properly the case

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

---------

Signed-off-by: Francisco Herrera <fjglira@gmail.com>
fjglira added a commit to fjglira/sail-operator that referenced this pull request Feb 10, 2026
* Adding some fix for midstream CI execution

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Forcing avoid the use of external registry when CI mode is detected

Adding a new variable to handle properly the case

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

---------

Signed-off-by: Francisco Herrera <fjglira@gmail.com>
istio-testing pushed a commit that referenced this pull request Feb 10, 2026
* Adding some fix for midstream CI execution



* Forcing avoid the use of external registry when CI mode is detected

Adding a new variable to handle properly the case



---------

Signed-off-by: Francisco Herrera <fjglira@gmail.com>
istio-testing pushed a commit that referenced this pull request Feb 10, 2026
…1581)

* Enable external registry support for OCP e2e tests in CI (#1514)

* Enable external registry support for OCP e2e tests in CI

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

Revert "Enable external registry support for OCP e2e tests in CI"

This reverts commit 5f33138.

Enable external registry support for OCP e2e tests in CI

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Fix lint

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Update tests/e2e/common-operator-integ-suite.sh

Co-authored-by: Filip Brychta <fbrychta@redhat.com>
Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Add some improvements around the use of internal registry

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

---------

Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Co-authored-by: Filip Brychta <fbrychta@redhat.com>

* Fix e2e midstream CI mode (#1564)

* Adding some fix for midstream CI execution

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Forcing avoid the use of external registry when CI mode is detected

Adding a new variable to handle properly the case

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

---------

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

---------

Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Co-authored-by: Filip Brychta <fbrychta@redhat.com>
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 10, 2026
* upstream/main: (35 commits)
  Expose "peerCaCrl" Ztunnel param added in Helm (istio-ecosystem#1578)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1551)
  ...
istio-testing pushed a commit that referenced this pull request Feb 10, 2026
…1580)

* Enable external registry support for OCP e2e tests in CI (#1514)

* Enable external registry support for OCP e2e tests in CI

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

Revert "Enable external registry support for OCP e2e tests in CI"

This reverts commit 5f33138.

Enable external registry support for OCP e2e tests in CI

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Fix lint

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Update tests/e2e/common-operator-integ-suite.sh

Co-authored-by: Filip Brychta <fbrychta@redhat.com>
Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Add some improvements around the use of internal registry

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

---------

Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Co-authored-by: Filip Brychta <fbrychta@redhat.com>

* Fix e2e midstream CI mode (#1564)

* Adding some fix for midstream CI execution

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Forcing avoid the use of external registry when CI mode is detected

Adding a new variable to handle properly the case

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

---------

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Adding TARGET_ARCH to tag definition when run on CI true (#1583)

* Adding TARGET_ARCH to tag definition when run on CI true

Adding export TAG=pr-- when CI is true to avoid race conditions when building and pushing multiple arch jobs at the same time

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Fix lint

Fix lint error: Declare and assign separately to avoid masking return values

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Fix indent

Fix indent

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

---------

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

---------

Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Co-authored-by: Filip Brychta <fbrychta@redhat.com>
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 10, 2026
* upstream/main: (36 commits)
  Adding TARGET_ARCH to tag definition when run on CI true (istio-ecosystem#1583)
  Expose "peerCaCrl" Ztunnel param added in Helm (istio-ecosystem#1578)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 10, 2026
* upstream/main: (36 commits)
  Adding TARGET_ARCH to tag definition when run on CI true (istio-ecosystem#1583)
  Expose "peerCaCrl" Ztunnel param added in Helm (istio-ecosystem#1578)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 10, 2026
* upstream/main: (36 commits)
  Adding TARGET_ARCH to tag definition when run on CI true (istio-ecosystem#1583)
  Expose "peerCaCrl" Ztunnel param added in Helm (istio-ecosystem#1578)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 11, 2026
* upstream/main: (36 commits)
  Adding TARGET_ARCH to tag definition when run on CI true (istio-ecosystem#1583)
  Expose "peerCaCrl" Ztunnel param added in Helm (istio-ecosystem#1578)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  Fix profile column status (istio-ecosystem#1553)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 11, 2026
* upstream/main: (37 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1587)
  Adding TARGET_ARCH to tag definition when run on CI true (istio-ecosystem#1583)
  Expose "peerCaCrl" Ztunnel param added in Helm (istio-ecosystem#1578)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 11, 2026
* upstream/main: (37 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1587)
  Adding TARGET_ARCH to tag definition when run on CI true (istio-ecosystem#1583)
  Expose "peerCaCrl" Ztunnel param added in Helm (istio-ecosystem#1578)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1557)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 11, 2026
* upstream/main: (38 commits)
  Improve scorecard test to avoid running on kind cluster inside OCP cl… (istio-ecosystem#1589)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1587)
  Adding TARGET_ARCH to tag definition when run on CI true (istio-ecosystem#1583)
  Expose "peerCaCrl" Ztunnel param added in Helm (istio-ecosystem#1578)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 11, 2026
* upstream/release-1.28:
  [release-1.28] Improve scorecard test to avoid running on kind cluster inside OCP cl… (istio-ecosystem#1592)
  [release-1.28] Adding TARGET_ARCH to tag definition when run on CI true (istio-ecosystem#1586)
  Fix e2e midstream CI mode (istio-ecosystem#1564) (istio-ecosystem#1582)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 11, 2026
* upstream/main: (38 commits)
  Improve scorecard test to avoid running on kind cluster inside OCP cl… (istio-ecosystem#1589)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1587)
  Adding TARGET_ARCH to tag definition when run on CI true (istio-ecosystem#1583)
  Expose "peerCaCrl" Ztunnel param added in Helm (istio-ecosystem#1578)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1558)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 11, 2026
* upstream/main: (39 commits)
  Add Claude /refactor command for code improvements (istio-ecosystem#1489)
  Improve scorecard test to avoid running on kind cluster inside OCP cl… (istio-ecosystem#1589)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1587)
  Adding TARGET_ARCH to tag definition when run on CI true (istio-ecosystem#1583)
  Expose "peerCaCrl" Ztunnel param added in Helm (istio-ecosystem#1578)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 11, 2026
* upstream/main: (39 commits)
  Add Claude /refactor command for code improvements (istio-ecosystem#1489)
  Improve scorecard test to avoid running on kind cluster inside OCP cl… (istio-ecosystem#1589)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1587)
  Adding TARGET_ARCH to tag definition when run on CI true (istio-ecosystem#1583)
  Expose "peerCaCrl" Ztunnel param added in Helm (istio-ecosystem#1578)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 12, 2026
* upstream/main: (39 commits)
  Add Claude /refactor command for code improvements (istio-ecosystem#1489)
  Improve scorecard test to avoid running on kind cluster inside OCP cl… (istio-ecosystem#1589)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1587)
  Adding TARGET_ARCH to tag definition when run on CI true (istio-ecosystem#1583)
  Expose "peerCaCrl" Ztunnel param added in Helm (istio-ecosystem#1578)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Feb 12, 2026
* upstream/main: (39 commits)
  Add Claude /refactor command for code improvements (istio-ecosystem#1489)
  Improve scorecard test to avoid running on kind cluster inside OCP cl… (istio-ecosystem#1589)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1587)
  Adding TARGET_ARCH to tag definition when run on CI true (istio-ecosystem#1583)
  Expose "peerCaCrl" Ztunnel param added in Helm (istio-ecosystem#1578)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1579)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1577)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1576)
  feat(helm): add RenderChart functions for template rendering (istio-ecosystem#1575)
  refactor: extract shared reconciliation logic into pkg/reconcile (istio-ecosystem#1572)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1573)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1571)
  Add automation for updating EOL Istio versions (istio-ecosystem#1562)
  Fix e2e midstream CI mode (istio-ecosystem#1564)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1565)
  Migrate to fs.FS as the sole resource loading interface (istio-ecosystem#1561)
  Adding documentation for zero downtime ztunnel upgrade (istio-ecosystem#1552)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1563)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1560)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1559)
  ...
dgn pushed a commit to dgn/sail-operator that referenced this pull request Mar 17, 2026
* Adding some fix for midstream CI execution

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

* Forcing avoid the use of external registry when CI mode is detected

Adding a new variable to handle properly the case

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

---------

Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants