Skip to content

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

Merged
istio-testing merged 4 commits intoistio-ecosystem:mainfrom
fjglira:build-push-changes
Jan 21, 2026
Merged

Enable external registry support for OCP e2e tests in CI#1514
istio-testing merged 4 commits intoistio-ecosystem:mainfrom
fjglira:build-push-changes

Conversation

@fjglira
Copy link
Copy Markdown
Contributor

@fjglira fjglira commented Jan 16, 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:

Adding support to push to quay.io during any execution that runs over OCP cluster. This will simplify the build and push of the testing image because there is no need to enable the internal OCP registry anymore when running on CI. Now it handles 3 scenarios:

  • Running locally against an OCP cluster and we want to use the internal OCP registry
make test.e2e.ocp
  • Running on CI, and we want to push to quay.io to avoid this workaround of using the internal OCP registry:
CI=true PR_NUMBER=PR<number> make test.e2e.ocp

Note: if we don't want to set PR_NUMBER it will set the tag to TAG="ci-test-$(date +%s)"

  • Running locally but the user want to push to another registry:
HUB=quay.io/frherrer make test.e2e.ocp

Which issue(s) this PR fixes:

Fixes #

Related Issue/PR #

Additional information:

@fjglira fjglira requested a review from a team as a code owner January 16, 2026 18:04
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.64%. Comparing base (453ab1a) to head (648aada).
⚠️ Report is 71 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1514      +/-   ##
==========================================
+ Coverage   80.55%   80.64%   +0.08%     
==========================================
  Files          44       44              
  Lines        2299     2299              
==========================================
+ Hits         1852     1854       +2     
+ Misses        328      327       -1     
+ Partials      119      118       -1     

☔ 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.

Copy link
Copy Markdown
Collaborator

@mkolesnik mkolesnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK so after this change you must have Quay.io access to run the OCP E2E tests OR am I missing something?

Also if not setting CI=true then HUB is not set, but you removed the internal registry code, so where will local built images be pushed in this case?

@fjglira
Copy link
Copy Markdown
Contributor Author

fjglira commented Jan 18, 2026

OK so after this change you must have Quay.io access to run the OCP E2E tests OR am I missing something?

Also if not setting CI=true then HUB is not set, but you removed the internal registry code, so where will local built images be pushed in this case?

Yes there are some gaps as I mentioned on slack in the qe channel. I’ll check those gaps tomorrow to fix them, but basically you need to have access to any registry. We all have access to quay so, each of us can create a organization and repository to build and push there, the sail-dev is scoped only for nightly build and testing images

@fjglira fjglira requested a review from mkolesnik January 19, 2026 14:58
@fjglira
Copy link
Copy Markdown
Contributor Author

fjglira commented Jan 19, 2026

Hey @mkolesnik I updated the description of the PR and I simplified a lot the logic to handle all the testing cases

@fjglira fjglira force-pushed the build-push-changes branch from 2f6c42f to d8b0eb3 Compare January 19, 2026 15:05
export TAG
echo "Using timestamp-based tag: ${TAG}"
fi
elif [ "${HUB}" != "quay.io/sail-dev" ] && [ "${HUB}" != "localhost:5000" ]; then
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

localhost:5000 might be a bit confusing. HUB is set to default route here it would be good to unify the usage of HUB when pushing to internal registry.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added some improve to the logic, please take a look

# Scenario 3: Custom registry provided by user
echo "Using custom registry: ${HUB}"
else
# Scenario 1: Local development -> use internal OCP registry
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should describe those scenarios in the Readme.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added some information

fjglira and others added 4 commits January 20, 2026 17:18
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>
Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Co-authored-by: Filip Brychta <fbrychta@redhat.com>
Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Signed-off-by: Francisco Herrera <fjglira@gmail.com>
@fjglira fjglira force-pushed the build-push-changes branch from 3eefb20 to 648aada Compare January 20, 2026 16:18
@fjglira fjglira requested a review from FilipB January 20, 2026 17:00
@istio-testing istio-testing merged commit bd2d9dc into istio-ecosystem:main Jan 21, 2026
16 of 17 checks passed
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 21, 2026
* upstream/main:
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 21, 2026
* upstream/main:
  update eol istio versions (istio-ecosystem#1529)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 21, 2026
* upstream/main:
  update eol istio versions (istio-ecosystem#1529)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 22, 2026
* upstream/main:
  update eol istio versions (istio-ecosystem#1529)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 22, 2026
* upstream/main:
  update eol istio versions (istio-ecosystem#1529)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 22, 2026
* upstream/main:
  update eol istio versions (istio-ecosystem#1529)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 22, 2026
* upstream/main:
  update eol istio versions (istio-ecosystem#1529)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 22, 2026
* upstream/main:
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1530)
  update eol istio versions (istio-ecosystem#1529)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 22, 2026
* upstream/main:
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1530)
  update eol istio versions (istio-ecosystem#1529)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 22, 2026
* upstream/main:
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1530)
  update eol istio versions (istio-ecosystem#1529)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 28, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 28, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 28, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 28, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 29, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 29, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 29, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 29, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 29, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 29, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 29, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 29, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 30, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 30, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 30, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 30, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 30, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Jan 30, 2026
* upstream/main:
  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)
  Enable external registry support for OCP e2e tests in CI (istio-ecosystem#1514)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1527)
  Fix yq expression syntax in configuration-converter (istio-ecosystem#1519)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1520)
  docs: Add Multi-Primary Multi-Network Ambient mode instructions (istio-ecosystem#1505)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1516)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1515)
@istio-testing
Copy link
Copy Markdown
Collaborator

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

Applying: Enable external registry support for OCP e2e tests in CI
Using index info to reconstruct a base tree...
M	tests/e2e/common-operator-integ-suite.sh
M	tests/e2e/setup/build-and-push-operator.sh
Falling back to patching base and 3-way merge...
Auto-merging tests/e2e/setup/build-and-push-operator.sh
CONFLICT (content): Merge conflict in tests/e2e/setup/build-and-push-operator.sh
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 Enable external registry support for OCP e2e tests in CI

@istio-testing
Copy link
Copy Markdown
Collaborator

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

@istio-testing
Copy link
Copy Markdown
Collaborator

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

Applying: Enable external registry support for OCP e2e tests in CI
Using index info to reconstruct a base tree...
M	tests/e2e/common-operator-integ-suite.sh
A	tests/e2e/setup/build-and-push-operator.sh
Falling back to patching base and 3-way merge...
CONFLICT (modify/delete): tests/e2e/setup/build-and-push-operator.sh deleted in HEAD and modified in Enable external registry support for OCP e2e tests in CI. Version Enable external registry support for OCP e2e tests in CI of tests/e2e/setup/build-and-push-operator.sh left in tree.
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 Enable external registry support for OCP e2e tests in CI

@istio-testing
Copy link
Copy Markdown
Collaborator

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

@istio-testing
Copy link
Copy Markdown
Collaborator

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

Applying: Enable external registry support for OCP e2e tests in CI
Using index info to reconstruct a base tree...
M	tests/e2e/common-operator-integ-suite.sh
M	tests/e2e/setup/build-and-push-operator.sh
Falling back to patching base and 3-way merge...
Auto-merging tests/e2e/setup/build-and-push-operator.sh
CONFLICT (content): Merge conflict in tests/e2e/setup/build-and-push-operator.sh
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 Enable external registry support for OCP e2e tests in CI

@istio-testing
Copy link
Copy Markdown
Collaborator

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

@istio-testing
Copy link
Copy Markdown
Collaborator

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

Applying: Enable external registry support for OCP e2e tests in CI
Using index info to reconstruct a base tree...
M	tests/e2e/common-operator-integ-suite.sh
M	tests/e2e/setup/build-and-push-operator.sh
Falling back to patching base and 3-way merge...
Auto-merging tests/e2e/setup/build-and-push-operator.sh
CONFLICT (content): Merge conflict in tests/e2e/setup/build-and-push-operator.sh
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 Enable external registry support for OCP e2e tests in CI

@istio-testing
Copy link
Copy Markdown
Collaborator

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

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.

5 participants