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

MCO-1419: OCL E2E Testing #29276

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

RishabhSaini
Copy link
Contributor

@RishabhSaini RishabhSaini commented Nov 7, 2024

ocl test:
Tests whether one can turn on and opt in a pool for OCL. This involves verifying if the custom image specified in the mosc is built and successfully rolled out the specified nodes within 20 mins

go.mod changes:
adds github.com/machine-config-operator 2024 version
which updates github.com/docker/docker from v20.10.27 -> v24.0.7
which breaks github.com/fsouza/go-dockerclient v1.7.1 since it relies on docker v20.10.27

Hence, I manually update both github.com/docker/docker to v27.3.1 and github.com/fsouza/go-dockerclient to v1.12.0 which is their latest version

This keeps go dependencies happy :)

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 7, 2024
Copy link
Contributor

openshift-ci bot commented Nov 7, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Copy link
Contributor

openshift-ci bot commented Nov 7, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: RishabhSaini
Once this PR has been reviewed and has the lgtm label, please assign sosiouxme for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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

@RishabhSaini RishabhSaini changed the title OCL E2E Testing MCO-1419: OCL E2E Testing Nov 7, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Nov 7, 2024

@RishabhSaini: This pull request references MCO-1419 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.18.0" version, but no target version was set.

In 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.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Nov 7, 2024
@RishabhSaini RishabhSaini force-pushed the ocl branch 6 times, most recently from ebba0b2 to 715342a Compare November 14, 2024 00:20
@openshift-ci openshift-ci bot added the vendor-update Touching vendor dir or related files label Nov 14, 2024
@RishabhSaini RishabhSaini force-pushed the ocl branch 2 times, most recently from f6edcc4 to 61b2095 Compare November 18, 2024 15:23
@RishabhSaini
Copy link
Contributor Author

/refresh

@RishabhSaini RishabhSaini force-pushed the ocl branch 6 times, most recently from db22dc7 to c7399d5 Compare November 19, 2024 00:27
@RishabhSaini RishabhSaini marked this pull request as ready for review November 19, 2024 00:29
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 19, 2024
@openshift-ci openshift-ci bot requested review from deads2k and djoshy November 19, 2024 00:30
@openshift-ci-robot
Copy link

openshift-ci-robot commented Nov 19, 2024

@RishabhSaini: This pull request references MCO-1419 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.18.0" version, but no target version was set.

In response to this:

adds github.com/machine-config-operator 2024 version
which updates github.com/docker/docker from v20.10.27 -> v24.0.7
which breaks github.com/fsouza/go-dockerclient v1.7.1 since it relies on docker v20.10.27

Hence, I manually update both github.com/docker/docker to v27.3.1 and github.com/fsouza/go-dockerclient to v1.12.0 which is their latest version

This keeps go dependencies happy :)

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.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Nov 19, 2024

@RishabhSaini: This pull request references MCO-1419 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.18.0" version, but no target version was set.

In response to this:

ocl test:
Tests whether one can turn on and opt in a pool for OCL. This involves verifying if the custom image specified in the mosc is built and successfully rolled out the specified nodes within 20 mins

go.mod changes:
adds github.com/machine-config-operator 2024 version
which updates github.com/docker/docker from v20.10.27 -> v24.0.7
which breaks github.com/fsouza/go-dockerclient v1.7.1 since it relies on docker v20.10.27

Hence, I manually update both github.com/docker/docker to v27.3.1 and github.com/fsouza/go-dockerclient to v1.12.0 which is their latest version

This keeps go dependencies happy :)

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.

machineconfigpool: test pool for layering
machineosconfig: test mosc that opts the MCP into layering

Opts in a pool into OCL and triggers a build. Ensures that the build
completes and is successfully rolled out to all the nodes in the pool.
This required to use some of the existing function in the Machine Config
Operator repo and hence its latest 2024 version was imported.
Which updates github.com/docker/docker from v20.10.27 -> v24.0.7
Which breaks github.com/fsouza/go-dockerclient v1.7.1 since it relies
on docker v20.10.27
Hence, I manually update both docker and go-dockerclient to their latest
version
@sergiordlr
Copy link

Hello! In which platforms will the test be executed?

In the test we are using the internal registry to store the osImage. It means that the test may fail in the following installations:

  • Clusters with the ImageRegistry capacity disabled (no internal registry)
  • Clusters with the ImageRegistry capacity enabled, but not using a persistent volume for the internal registry

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Feb 12, 2025
@openshift-merge-robot
Copy link
Contributor

PR needs rebase.

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-sigs/prow repository.

Copy link

openshift-trt bot commented Feb 12, 2025

Job Failure Risk Analysis for sha: 08667cb

Job Name Failure Risk
pull-ci-openshift-origin-master-okd-scos-e2e-aws-ovn IncompleteTests
Tests for this run (98) are below the historical average (3084): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-openstack-ovn IncompleteTests
Tests for this run (102) are below the historical average (2956): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-metal-ipi-ovn-kube-apiserver-rollout IncompleteTests
Tests for this run (100) are below the historical average (1490): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-metal-ipi-ovn-ipv6 IncompleteTests
Tests for this run (100) are below the historical average (2670): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-metal-ipi-ovn IncompleteTests
Tests for this run (100) are below the historical average (2493): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-gcp-ovn-upgrade IncompleteTests
Tests for this run (104) are below the historical average (1848): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-gcp-ovn-rt-upgrade IncompleteTests
Tests for this run (104) are below the historical average (1750): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-gcp-ovn IncompleteTests
Tests for this run (104) are below the historical average (2932): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-gcp-csi IncompleteTests
Tests for this run (104) are below the historical average (1778): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-aws-ovn-upgrade IncompleteTests
Tests for this run (105) are below the historical average (1830): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade IncompleteTests
Tests for this run (104) are below the historical average (3818): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-serial IncompleteTests
Tests for this run (103) are below the historical average (1586): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node IncompleteTests
Tests for this run (103) are below the historical average (2586): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-aws-ovn-serial IncompleteTests
Tests for this run (103) are below the historical average (1796): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-aws-ovn-microshift-serial IncompleteTests
Tests for this run (24) are below the historical average (679): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-aws-ovn-microshift IncompleteTests
Tests for this run (24) are below the historical average (1555): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-aws-ovn-kube-apiserver-rollout IncompleteTests
Tests for this run (103) are below the historical average (1641): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-aws-ovn-fips IncompleteTests
Tests for this run (103) are below the historical average (3125): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-aws-ovn-edge-zones IncompleteTests
Tests for this run (101) are below the historical average (3076): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)
pull-ci-openshift-origin-master-e2e-aws-ovn-cgroupsv2 IncompleteTests
Tests for this run (103) are below the historical average (3014): IncompleteTests (not enough tests ran to make a reasonable risk analysis; this could be due to infra, installation, or upgrade problems)

Showing 20 of 22 jobs analysis

Copy link
Contributor

openshift-ci bot commented Feb 26, 2025

@RishabhSaini: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-ovn-upgrade 08667cb link false /test e2e-aws-ovn-upgrade
ci/prow/e2e-gcp-ovn-rt-upgrade 08667cb link false /test e2e-gcp-ovn-rt-upgrade
ci/prow/e2e-aws-ovn-single-node-serial 08667cb link false /test e2e-aws-ovn-single-node-serial
ci/prow/e2e-aws-ovn-kube-apiserver-rollout 08667cb link false /test e2e-aws-ovn-kube-apiserver-rollout
ci/prow/e2e-aws-csi 08667cb link false /test e2e-aws-csi
ci/prow/e2e-aws-ovn-cgroupsv2 08667cb link false /test e2e-aws-ovn-cgroupsv2
ci/prow/e2e-agnostic-ovn-cmd 08667cb link false /test e2e-agnostic-ovn-cmd
ci/prow/e2e-aws-ovn-single-node 08667cb link false /test e2e-aws-ovn-single-node
ci/prow/e2e-gcp-csi 08667cb link false /test e2e-gcp-csi
ci/prow/e2e-aws-ovn-single-node-upgrade 08667cb link false /test e2e-aws-ovn-single-node-upgrade
ci/prow/e2e-openstack-ovn 08667cb link false /test e2e-openstack-ovn
ci/prow/okd-scos-e2e-aws-ovn 08667cb link false /test okd-scos-e2e-aws-ovn
ci/prow/e2e-metal-ipi-ovn 08667cb link false /test e2e-metal-ipi-ovn
ci/prow/e2e-metal-ipi-ovn-kube-apiserver-rollout 08667cb link false /test e2e-metal-ipi-ovn-kube-apiserver-rollout
ci/prow/verify-deps 08667cb link true /test verify-deps
ci/prow/images 08667cb link true /test images
ci/prow/e2e-gcp-ovn-upgrade 08667cb link true /test e2e-gcp-ovn-upgrade
ci/prow/e2e-aws-ovn-microshift-serial 08667cb link true /test e2e-aws-ovn-microshift-serial
ci/prow/okd-scos-images 08667cb link true /test okd-scos-images
ci/prow/e2e-vsphere-ovn 08667cb link true /test e2e-vsphere-ovn
ci/prow/e2e-aws-ovn-edge-zones 08667cb link true /test e2e-aws-ovn-edge-zones
ci/prow/e2e-aws-ovn-microshift 08667cb link true /test e2e-aws-ovn-microshift
ci/prow/e2e-vsphere-ovn-upi 08667cb link true /test e2e-vsphere-ovn-upi
ci/prow/e2e-gcp-ovn 08667cb link true /test e2e-gcp-ovn
ci/prow/e2e-aws-ovn-fips 08667cb link true /test e2e-aws-ovn-fips
ci/prow/unit 08667cb link true /test unit
ci/prow/e2e-aws-ovn-serial 08667cb link true /test e2e-aws-ovn-serial
ci/prow/e2e-metal-ipi-ovn-ipv6 08667cb link true /test e2e-metal-ipi-ovn-ipv6
ci/prow/lint 08667cb link true /test lint

Full PR test history. Your PR dashboard.

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-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. vendor-update Touching vendor dir or related files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants