Set DEPLOYMENT_NAME to csv name when OLM is true#1918
Conversation
This will avoid issues on the test while waiting for operator because will set DEPLOYMENT_NAME to the csv name used into fork test Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1918 +/- ##
=======================================
Coverage 80.71% 80.71%
=======================================
Files 51 51
Lines 2598 2598
=======================================
Hits 2097 2097
Misses 380 380
Partials 121 121
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* upstream/main: Set DEPLOYMENT_NAME to csv name when OLM is true (istio-ecosystem#1918) fix: single-node cluster example in Istiod HA docs (istio-ecosystem#1915)
|
In response to a cherrypick label: #1918 failed to apply on top of branch "release-1.30": |
|
In response to a cherrypick label: new issue created for failed cherrypick: #1920 |
|
In response to a cherrypick label: new pull request created: #1921 |
|
In response to a cherrypick label: new pull request created: #1922 |
|
In response to a cherrypick label: new pull request created: #1923 |
|
In response to a cherrypick label: new pull request created: #1924 |
* upstream/main: Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1916) Set DEPLOYMENT_NAME to csv name when OLM is true (istio-ecosystem#1918) fix: single-node cluster example in Istiod HA docs (istio-ecosystem#1915)
* test: Modify await_operator to dinamically get deployment name from csv when OLM is true (#1874) * test: Modify await_operator to dinamically get deployment name from csv when OLM is true If bundle name is different to sail operator and OLM is set to true in the test we got failures because await_operator never find a sail-operator deployment in the namespace Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Get the deployment name from current .clusterserviceversion.yaml file in the manifest/bundle folder Changes from review Signed-off-by: Francisco Herrera <fjglira@gmail.com> --------- Signed-off-by: Francisco Herrera <fjglira@gmail.com> * Set DEPLOYMENT_NAME to csv name when OLM is true (#1918) This will avoid issues on the test while waiting for operator because will set DEPLOYMENT_NAME to the csv name used into fork test Signed-off-by: Francisco Herrera <fjglira@gmail.com> --------- Signed-off-by: Francisco Herrera <fjglira@gmail.com>
This will avoid issues on the test while waiting for operator because will set DEPLOYMENT_NAME to the csv name used into fork test
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Related Issue/PR #
Additional information: