SDN-4313: Add e2e-aws-ipsec-upgrade CI lane - #50740
Conversation
|
@pperiyasamy: This pull request references SDN-4313 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
8e8087b to
d19229e
Compare
|
/pj-rehearse |
|
@pperiyasamy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
/pj-rehearse more |
|
@pperiyasamy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/assign @jluhrsen |
d19229e to
c498cc0
Compare
|
/pj-rehearse more |
|
@pperiyasamy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse |
|
@jluhrsen: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
c498cc0 to
80fbb3f
Compare
|
/pj-rehearse |
|
@pperiyasamy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
80fbb3f to
8708f0d
Compare
|
/pj-rehearse |
|
@pperiyasamy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
8708f0d to
a9a7145
Compare
|
/pj-rehearse |
|
@pperiyasamy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
It is noticed that cluster install rolls out ipsec machine config only upto 12 nodes instead of all 24 worker nodes due to install time elapse, IPsec daemonset never get rolled out in the cluster and network cluster operator is in progressing state. Hence this commit reduces compute node count to 8 so that cluster can be tested with IPsec configuration. Signed-off-by: Periyasamy Palanisamy <pepalani@redhat.com>
c771177 to
6be969b
Compare
|
[REHEARSALNOTIFIER]
A total of 200 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse more |
|
@pperiyasamy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-qe-ocp-qe-perfscale-ci-main-azure-4.16-nightly-x86-control-plane-ipsec-8nodes |
|
@pperiyasamy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-cluster-network-operator-master-e2e-aws-ovn-ipsec-upgrade |
|
@pperiyasamy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-cluster-network-operator-master-e2e-ovn-ipsec-step-registry |
|
@pperiyasamy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-qe-ocp-qe-perfscale-ci-main-azure-4.16-nightly-x86-control-plane-ipsec-8nodes |
|
@pperiyasamy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/unhold |
|
@pperiyasamy: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/pj-rehearse pull-ci-openshift-cluster-network-operator-master-e2e-ovn-ipsec-step-registry |
|
@pperiyasamy: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danilo-gemoli, jluhrsen, pperiyasamy The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/pj-rehearse ack |
* Add e2e-aws-ipsec-upgrade CI lane This helps to network operator to test IPsec upgrade when cluster upgrades to a newer version with IPsec is already configured in it. Signed-off-by: Periyasamy Palanisamy <pepalani@redhat.com> * ipsec: move to new api for >=4.15 this is to align with CNO API changes on how to enable ipsec and support N-S (cherry picked from commit a54aaca) (cherry picked from commit 17bbc59) * Reduce compute node count to 8 for IPsec test It is noticed that cluster install rolls out ipsec machine config only upto 12 nodes instead of all 24 worker nodes due to install time elapse, IPsec daemonset never get rolled out in the cluster and network cluster operator is in progressing state. Hence this commit reduces compute node count to 8 so that cluster can be tested with IPsec configuration. Signed-off-by: Periyasamy Palanisamy <pepalani@redhat.com> --------- Signed-off-by: Periyasamy Palanisamy <pepalani@redhat.com> Co-authored-by: Yuval Kashtan <yuvalkashtan@gmail.com>
This helps network operator to test IPsec upgrade when cluster upgrades to a newer version with IPsec is already configured in it.