Skip to content

[release-4.10] Make log test more resilient#1465

Merged
openshift-merge-robot merged 2 commits into
openshift:release-4.10from
openshift-cherrypick-robot:cherry-pick-1214-to-release-4.10
Mar 29, 2023
Merged

[release-4.10] Make log test more resilient#1465
openshift-merge-robot merged 2 commits into
openshift:release-4.10from
openshift-cherrypick-robot:cherry-pick-1214-to-release-4.10

Conversation

@openshift-cherrypick-robot
Copy link
Copy Markdown

This is an automated cherry-pick of #1214

/assign mansikulkarni96

sebsoto added 2 commits March 7, 2023 19:34
Adds a retry for node log retrieval to guard against network related
flakes, and logs the command output upon failure.
Retries the attempt but will not fail when collecting WMCO logs between
different test suites.
@mansikulkarni96
Copy link
Copy Markdown
Member

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Mar 7, 2023
@sebsoto
Copy link
Copy Markdown
Contributor

sebsoto commented Mar 7, 2023

/approve

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Mar 7, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: openshift-cherrypick-robot, sebsoto

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 7, 2023
@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD fade8d8 and 2 for PR HEAD 3b23824 in total

@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD 76d1e79 and 1 for PR HEAD 3b23824 in total

@aravindhp
Copy link
Copy Markdown
Contributor

/retest-required

platform-none-vsphere-e2e-operator failed with:
)

 Error: error powering on virtual machine: powerOn task for vm "/SDDC-Datacenter/vm/ci-op-xzfscnmv-a0553/lb-0" failed: Insufficient resources to satisfy configured failover level for vSphere HA.
  on vm/main.tf line 1, in resource "vsphere_virtual_machine" "vm":
   1: resource "vsphere_virtual_machine" "vm" { 

Looks like a resource issue. Needs to be reported if this happens again.

@aravindhp
Copy link
Copy Markdown
Contributor

aravindhp commented Mar 9, 2023

/retest-required

platform-none-vsphere-e2e-operator failing because DNS record already exists. This is odd given that cluster names are unique:

 Error: [ERR]: Error building changeset: InvalidChangeBatch: [Tried to create resource record set [name='ci-op-xzfscnmv-a0553.vmc-ci.devcluster.openshift.com.', type='NS'] but it already exists]
	status code: 400, request id: 503e4adb-4aa8-4a66-a478-3026ad54fc49
  on cluster_domain/main.tf line 15, in resource "aws_route53_record" "name_server":
  15: resource "aws_route53_record" "name_server" { 

@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD 428c6a6 and 0 for PR HEAD 3b23824 in total

@openshift-ci-robot
Copy link
Copy Markdown

/hold

Revision 3b23824 was retested 3 times: holding

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 9, 2023
@mansikulkarni96
Copy link
Copy Markdown
Member

/retest-required
vsphere cluster issues resolved.

@sebsoto
Copy link
Copy Markdown
Contributor

sebsoto commented Mar 17, 2023

/retest-required

1 similar comment
@sebsoto
Copy link
Copy Markdown
Contributor

sebsoto commented Mar 20, 2023

/retest-required

@mtnbikenc
Copy link
Copy Markdown
Member

/hold cancel
Dropping automated robot hold.

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 20, 2023
@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD 428c6a6 and 2 for PR HEAD 3b23824 in total

@sebsoto
Copy link
Copy Markdown
Contributor

sebsoto commented Mar 21, 2023

/test vsphere-e2e-operator

@sebsoto
Copy link
Copy Markdown
Contributor

sebsoto commented Mar 22, 2023

/retest-required

@aravindhp
Copy link
Copy Markdown
Contributor

/retest-required

vsphere-e2e-operator is failing in pre-install phase

 govc: Post "https://ibmvcenter.vmc-ci.devcluster.openshift.com/sdk": EOF
{"component":"entrypoint","error":"wrapped process failed: exit status 1","file":"k8s.io/test-infra/prow/entrypoint/run.go:79","func":"k8s.io/test-infra/prow/entrypoint.Options.Run","level":"error","msg":"Error executing test process","severity":"error","time":"2023-03-22T21:20:44Z"}
error: failed to execute wrapped command: exit status 1 
INFO[2023-03-22T21:20:44Z] Step vsphere-e2e-operator-ipi-conf-vsphere-check failed after 8s. 
INFO[2023-03-22T21:20:44Z] Step phase pre failed after 8s.    

@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD b3d56b3 and 1 for PR HEAD 3b23824 in total

@aravindhp
Copy link
Copy Markdown
Contributor

/retest-required

Early install failure:

INFO[2023-03-28T20:58:12Z] Running step aws-e2e-operator-ipi-conf.      
INFO[2023-03-28T20:58:12Z] Step aws-e2e-operator-ipi-conf failed after 0s. 
INFO[2023-03-28T20:58:12Z] Step phase pre failed after 0s.   

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Mar 29, 2023

@openshift-cherrypick-robot: all tests passed!

Full PR test history. Your PR dashboard.

Details

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 kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit 36e6d73 into openshift:release-4.10 Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants