Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ppc64le libvirt ci job #8327

Merged
merged 3 commits into from
Apr 16, 2020
Merged

Conversation

mkumatag
Copy link
Member

@mkumatag mkumatag commented Apr 15, 2020

Carry forward from #8110

Signed-off-by: Christy Norman <[email protected]>
@openshift-ci-robot openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 15, 2020
@mkumatag mkumatag changed the title [WIP] Test 8110 ppc64le libvirt ci job Apr 15, 2020
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 15, 2020
@mkumatag
Copy link
Member Author

/assign @crawford
cc @jaypoulz

@manojnkumar
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 15, 2020
@mkumatag
Copy link
Member Author

/cc @jaypoulz

@mkumatag mkumatag closed this Apr 15, 2020
@mkumatag mkumatag reopened this Apr 15, 2020
Copy link
Contributor

@jaypoulz jaypoulz left a comment

Choose a reason for hiding this comment

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

/LGTM

These tests contains the tcp connection to google.com and seen connection drops to google.com, hence skipping them
@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Apr 15, 2020
@jaypoulz
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 15, 2020
@mkumatag
Copy link
Member Author

/test pj-rehearse

@manojnkumar
Copy link
Contributor

/lgtm

@@ -550,6 +550,8 @@ objects:

wait "${openshift_install}"

mock-nss.sh openshift-install --dir=/tmp/artifacts/installer --log-level=debug wait-for install-complete 2>&1 &
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't this already covered by the wait "${openshift_install}" above?

Copy link
Contributor

Choose a reason for hiding this comment

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

Like all commits, a description for why this is needed should be included in the commit message.

Copy link
Member Author

Choose a reason for hiding this comment

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

The reason for adding this is - install is taking a little longer than the default timeout(30mins), so added this wait condition to add that extra wait time for all the cluster operators to come online.

Copy link
Contributor

Choose a reason for hiding this comment

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

What we are finding is that the 30 minute timeout in the installer is not sufficient in our CI environment for ppc64le. We are running just over or into around 35 minutes. So this is an additional wait.

Copy link
Contributor

Choose a reason for hiding this comment

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

The 30 timeout missing the install completion by a few minutes is also something we've run into ~20% of recent nightly builds on s390x. We should definitely include an explanation in the commit description though.

Copy link
Contributor

Choose a reason for hiding this comment

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

If a timeout increase is needed, that change belongs in the installer itself; not CI. Our CI doesn't do us much good if it isn't reflective of what our customers are doing. Can we quickly figure out why the increased timeout is necessary and then figure out where the fix belongs?

Copy link
Contributor

Choose a reason for hiding this comment

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

From what I can tell, this wouldn't be fixed quickly. The discussion @mkumatag linked to led me to another PR: #7568 -- which you obviously saw b/c you approved it (@crawford) :D -- but it's new to me, and I do see that it was an attempt to fix setup and teardown slowness:
https://github.com/openshift/release/pull/7568/files#diff-1c02c7c476c95d66377474c542fdfb33R274-R276 -- which gets us to the same thing, IIUC: https://github.com/ironcladlou/openshift4-libvirt-gcp/blob/rhel8/tools/create-cluster#L77

But it looks like that's only if libvirt is running in gcp? And this is on a system in our lab (meaning: not in GCP). And we don't have any specialized scripts. :/

We're okay with taking that wait out, but it would be nice if we could leave it in, and just open an issue with the installer in the meantime. I'll definitely update the commit message with more detail if you're okay with leaving this. LMK!

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, @manojnkumar said that "in theory" no customers should see this version of the installer. It's very much unsupported (dev only), just to make sure that's clear. That makes me okay with this approach.

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh right, the IPI flow is only going to be used in CI. Duh. Sorry everyone, my mind has been scrambled this week. 😞

This is fine as is, but let's not forget to investigate this further.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks @crawford! I think we can all say the same thing about our minds these past couple of weeks. :)

@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Apr 15, 2020
@clnperez
Copy link
Contributor

all passed again. looking better on wednesday. :)

@crawford
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 15, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: crawford, jaypoulz, manojnkumar, mkumatag

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

The pull request process is described here

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-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 15, 2020
@openshift-ci-robot
Copy link
Contributor

@mkumatag: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/generated-config 0409dc7 link /test generated-config

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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.

@jaypoulz
Copy link
Contributor

/test generated-config

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit ce55f74 into openshift:master Apr 16, 2020
@openshift-ci-robot
Copy link
Contributor

@mkumatag: Updated the following 5 configmaps:

  • job-config-4.3 configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-release-release-4.3-periodics.yaml using file ci-operator/jobs/openshift/release/openshift-release-release-4.3-periodics.yaml
  • prow-job-cluster-launch-installer-remote-libvirt-e2e configmap in namespace ci at cluster api.ci using the following files:
    • key cluster-launch-installer-remote-libvirt-e2e.yaml using file ci-operator/templates/openshift/installer/cluster-launch-installer-remote-libvirt-e2e.yaml
  • prow-job-cluster-launch-installer-remote-libvirt-e2e configmap in namespace ci at cluster app.ci using the following files:
    • key cluster-launch-installer-remote-libvirt-e2e.yaml using file ci-operator/templates/openshift/installer/cluster-launch-installer-remote-libvirt-e2e.yaml
  • prow-job-cluster-launch-installer-remote-libvirt-e2e configmap in namespace ci at cluster ci/api-build01-ci-devcluster-openshift-com:6443 using the following files:
    • key cluster-launch-installer-remote-libvirt-e2e.yaml using file ci-operator/templates/openshift/installer/cluster-launch-installer-remote-libvirt-e2e.yaml
  • job-config-4.3 configmap in namespace ci at cluster api.ci using the following files:
    • key openshift-release-release-4.3-periodics.yaml using file ci-operator/jobs/openshift/release/openshift-release-release-4.3-periodics.yaml

In response to this:

Carry forward from #8110

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.

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.

8 participants