Enable external registry support for OCP e2e tests in CI#1514
Enable external registry support for OCP e2e tests in CI#1514istio-testing merged 4 commits intoistio-ecosystem:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
mkolesnik
left a comment
There was a problem hiding this comment.
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 |
|
Hey @mkolesnik I updated the description of the PR and I simplified a lot the logic to handle all the testing cases |
2f6c42f to
d8b0eb3
Compare
| export TAG | ||
| echo "Using timestamp-based tag: ${TAG}" | ||
| fi | ||
| elif [ "${HUB}" != "quay.io/sail-dev" ] && [ "${HUB}" != "localhost:5000" ]; then |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
We should describe those scenarios in the Readme.
There was a problem hiding this comment.
I added some information
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>
Co-authored-by: Filip Brychta <fbrychta@redhat.com> Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Signed-off-by: Francisco Herrera <fjglira@gmail.com>
3eefb20 to
648aada
Compare
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
* 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)
|
In response to a cherrypick label: #1514 failed to apply on top of branch "release-1.28": |
|
In response to a cherrypick label: new issue created for failed cherrypick: #1646 |
|
In response to a cherrypick label: #1514 failed to apply on top of branch "release-1.0": |
|
In response to a cherrypick label: new issue created for failed cherrypick: #1647 |
|
In response to a cherrypick label: #1514 failed to apply on top of branch "release-1.26": |
|
In response to a cherrypick label: new issue created for failed cherrypick: #1648 |
|
In response to a cherrypick label: #1514 failed to apply on top of branch "release-1.27": |
|
In response to a cherrypick label: new issue created for failed cherrypick: #1649 |
What type of PR is this?
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:
Note: if we don't want to set PR_NUMBER it will set the tag to TAG="ci-test-$(date +%s)"
Which issue(s) this PR fixes:
Fixes #
Related Issue/PR #
Additional information: