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

WRKLDS-1431: e2e: migrate DCs to Deployments #28957

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ingvagabund
Copy link
Member

@ingvagabund ingvagabund commented Jul 28, 2024

Migrated:

  • [Serial] [sig-auth][Feature:OAuthServer] [RequestHeaders] [IdP] test RequestHeaders IdP [apigroup:config.openshift.io][apigroup:user.openshift.io]: works without DC API enabled
  • [sig-builds][Feature:Builds][volumes] ...: migrating with triggers
  • [sig-cli] oc --request-timeout works as expected: creating a deployment instead of a DC
  • [sig-cli] oc adm build-chain [apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io]: migrating with triggers
  • [sig-cli] oc builds ...: migrating with triggers
  • [sig-cli] oc debug ensure debug does not depend on a container actually existing for the selected resource: duplicating for deployments
  • [sig-cli] oc env can set environment variables: migrating with triggers
  • [sig-cli] oc idle [apigroup:apps.openshift.io][apigroup:route.openshift.io][apigroup:project.openshift.io][apigroup:image.openshift.io] by ...: duplicated and changed for deployments
  • [sig-cli] oc run can use --image flag correctly: creating a deployment instead of a DC
  • [sig-cli] oc set image can set images for pods and deployments: migrating with triggers
  • [sig-cli] oc status returns expected help messages: works without DC as long as --suggest arg is provided
  • [sig-cli] templates process: migrating with triggers
  • [sig-devex][Feature:Templates] templateinstance readiness test : migrating with triggers
  • [sig-devex][Feature:ImageEcosystem][perl][Slow] hot deploy for openshift perl image hot deploy test should work [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io]: migrating with triggers + replacing all the waiting code and Deployment -> RS -> pod retrival code.
  • [sig-imageregistry][Feature:ImageLookup] Image policy should update OpenShift object image fields when local names are on:
  • [sig-network-edge][Feature:Idling] Unidling ...: simple DC replacement (no triggers)
  • [sig-scheduling][Early] The openshift-apiserver pods [apigroup:apps.openshift.io][apigroup:authorization.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:quota.openshift.io][apigroup:route.openshift.io][apigroup:security.openshift.io][apigroup:template.openshift.io] should be scheduled on different nodes: already without DC dependency, just removing the apigroup.

Ignoring:

  • [sig-imageregistry][Feature:ImageLookup] Image policy should update OpenShift object image fields when local names are on [apigroup:image.openshift.io][apigroup:apps.openshift.io]: testing DCs
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should delete orphaned blobs [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should show orphaned blob deletions in dry-run mode [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-devex][Feature:ImageEcosystem][mariadb][Slow] openshift mariadb image Creating from a template should instantiate the template [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:apps.openshift.io]: broken
  • [sig-devex][Feature:ImageEcosystem][mysql][Slow] openshift mysql image Creating from a template should instantiate the template [apigroup:apps.openshift.io]: broken
  • [sig-cli] oc probe can ensure the probe command is functioning as expected on deploymentconfigs [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain spec+status for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain proper fields description for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • [sig-cli] oc basics can create deploymentconfig and clusterquota [apigroup:apps.openshift.io]: testing DCs
  • [sig-scalability][Feature:Performance] Load cluster should populate the cluster [Slow][Serial]: broken by Use UBI8 instead of SCL images #26072 as the e2e is expected to be run separately: The following error is produced:
     [sig-scalability][Feature:Performance] Load cluster [It] should populate the cluster [Slow][Serial][apigroup:template.openshift.io][apigroup:build.openshift.io]
    github.com/openshift/origin/test/extended/cluster/cl.go:63
    
      [FAILED] Unable to process template file. Error: Error running /usr/bin/oc process -f /home/jchaloup/Projects/src/github.com/openshift/origin/test/extended/testdata/cluster/quickstarts/cakephp-mysql.json -p IDENTIFIER=0:
      StdOut>
    
      StdErr>
      error: unknown parameter name "IDENTIFIER"
      exit status 1
      In [It] at: github.com/openshift/origin/test/extended/cluster/utils.go:529 @ 07/30/24 13:07:16.067
    ------------------------------
    
    IDENTIFIER was removed by Use UBI8 instead of SCL images #26072.
  • [sig-scalability]: can't find any run in https://search.dptools.openshift.org/?search=%5C%5Bsig-scalability%5C%5D&maxAge=48h&context=1&type=junit&name=&excludeName=&maxMatches=5&maxBytes=20971520&groupBy=job

@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 Jul 28, 2024
@openshift-ci openshift-ci bot requested review from deads2k and rphillips July 28, 2024 12:35
Copy link
Contributor

openshift-ci bot commented Jul 28, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ingvagabund
Once this PR has been reviewed and has the lgtm label, please assign stbenjam 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

@ingvagabund ingvagabund force-pushed the dc-to-deployments branch 3 times, most recently from d1ca886 to e5d212a Compare July 28, 2024 19:36
@openshift-trt-bot
Copy link

Job Failure Risk Analysis for sha: e5d212a

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade Low
[sig-network] pods should successfully create sandboxes by other
This test has passed 76.35% of 5416 runs on release 4.17 [Overall] in the last week.

@ingvagabund ingvagabund changed the title WIP: e2e: migrate DCs to Deployments WRKLDS-1431: e2e: migrate DCs to Deployments Jul 29, 2024
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 29, 2024
@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 Jul 29, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jul 29, 2024

@ingvagabund: This pull request references WRKLDS-1431 which is a valid jira issue.

In response to this:

Migrated:

  • [sig-network-edge][Feature:Idling] Unidling ...: simple DC replacement (no triggers)
  • [sig-scheduling][Early] The openshift-apiserver pods [apigroup:apps.openshift.io][apigroup:authorization.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:quota.openshift.io][apigroup:route.openshift.io][apigroup:security.openshift.io][apigroup:template.openshift.io] should be scheduled on different nodes: already without DC dependency, just removing the apigroup.
  • [sig-devex][Feature:Templates] templateinstance readiness test : migrating with triggers
  • [sig-devex][Feature:ImageEcosystem][perl][Slow] hot deploy for openshift perl image hot deploy test should work [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io]: migrating with triggers + replacing all the waiting code and Deployment -> RS -> pod retrival code.
  • [sig-cli] oc idle [apigroup:apps.openshift.io][apigroup:route.openshift.io][apigroup:project.openshift.io][apigroup:image.openshift.io] by ...: duplicated and changed for deployments

Ignoring:

  • [sig-imageregistry][Feature:ImageLookup] Image policy should update OpenShift object image fields when local names are on [apigroup:image.openshift.io][apigroup:apps.openshift.io]: testing DCs
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should delete orphaned blobs [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should show orphaned blob deletions in dry-run mode [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-devex][Feature:ImageEcosystem][mariadb][Slow] openshift mariadb image Creating from a template should instantiate the template [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:apps.openshift.io]: broken
  • [sig-devex][Feature:ImageEcosystem][mysql][Slow] openshift mysql image Creating from a template should instantiate the template [apigroup:apps.openshift.io]: broken
  • [sig-cli] oc probe can ensure the probe command is functioning as expected on deploymentconfigs [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain spec+status for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain proper fields description for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs

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-trt-bot
Copy link

Job Failure Risk Analysis for sha: a478e09

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade High
[sig-cli] oc builds complex build webhooks CRUD [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 99.63% of 1357 runs on release 4.17 [Overall] in the last week.
---
[sig-cli] oc builds complex build start-build [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 99.41% of 1357 runs on release 4.17 [Overall] in the last week.

@openshift-trt-bot
Copy link

Job Failure Risk Analysis for sha: 6c08ffa

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-openstack-ovn High
[sig-cli] oc builds complex build start-build [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 99.36% of 1399 runs on release 4.17 [Overall] in the last week.
---
[sig-cli] oc builds complex build webhooks CRUD [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 99.57% of 1399 runs on release 4.17 [Overall] in the last week.
pull-ci-openshift-origin-master-e2e-metal-ipi-ovn High
[sig-cli] oc builds complex build start-build [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 99.36% of 1399 runs on release 4.17 [Overall] in the last week.
---
[sig-cli] oc builds complex build webhooks CRUD [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 99.57% of 1399 runs on release 4.17 [Overall] in the last week.
pull-ci-openshift-origin-master-e2e-gcp-ovn High
[sig-cli] oc builds complex build start-build [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 100.00% of 10 runs on jobs ['periodic-ci-openshift-release-master-ci-4.17-e2e-gcp-ovn'] in the last 14 days.
---
[sig-cli] oc builds complex build webhooks CRUD [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 100.00% of 10 runs on jobs ['periodic-ci-openshift-release-master-ci-4.17-e2e-gcp-ovn'] in the last 14 days.
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade High
[sig-cli] oc builds complex build start-build [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 99.36% of 1399 runs on release 4.17 [Overall] in the last week.
---
[sig-cli] oc builds complex build webhooks CRUD [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 99.57% of 1399 runs on release 4.17 [Overall] in the last week.
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node High
[sig-cli] oc builds complex build webhooks CRUD [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 100.00% of 15 runs on jobs ['periodic-ci-openshift-release-master-nightly-4.17-e2e-aws-ovn-single-node'] in the last 14 days.
---
[sig-cli] oc builds complex build start-build [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 100.00% of 15 runs on jobs ['periodic-ci-openshift-release-master-nightly-4.17-e2e-aws-ovn-single-node'] in the last 14 days.
pull-ci-openshift-origin-master-e2e-aws-ovn-fips High
[sig-cli] oc builds complex build webhooks CRUD [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 100.00% of 11 runs on jobs ['periodic-ci-openshift-release-master-nightly-4.17-e2e-aws-ovn-fips'] in the last 14 days.
---
[sig-cli] oc builds complex build start-build [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 100.00% of 11 runs on jobs ['periodic-ci-openshift-release-master-nightly-4.17-e2e-aws-ovn-fips'] in the last 14 days.
pull-ci-openshift-origin-master-e2e-aws-ovn-edge-zones Medium
[sig-cli] oc builds complex build webhooks CRUD [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 92.50% of 40 runs on release 4.17 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:ha Upgrade:none] in the last week.
---
[sig-cli] oc builds complex build start-build [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 92.50% of 40 runs on release 4.17 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:ha Upgrade:none] in the last week.
pull-ci-openshift-origin-master-e2e-aws-ovn-cgroupsv2 Medium
[sig-cli] oc builds complex build start-build [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 92.50% of 40 runs on release 4.17 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:ha Upgrade:none] in the last week.
---
[sig-cli] oc builds complex build webhooks CRUD [apigroup:build.openshift.io][apigroup:apps.openshift.io] [Skipped:Disconnected] [Suite:openshift/conformance/parallel]
This test has passed 92.50% of 40 runs on release 4.17 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:ha Upgrade:none] in the last week.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Jul 30, 2024

@ingvagabund: This pull request references WRKLDS-1431 which is a valid jira issue.

In response to this:

Migrated:

  • [sig-network-edge][Feature:Idling] Unidling ...: simple DC replacement (no triggers)
  • [sig-scheduling][Early] The openshift-apiserver pods [apigroup:apps.openshift.io][apigroup:authorization.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:quota.openshift.io][apigroup:route.openshift.io][apigroup:security.openshift.io][apigroup:template.openshift.io] should be scheduled on different nodes: already without DC dependency, just removing the apigroup.
  • [sig-devex][Feature:Templates] templateinstance readiness test : migrating with triggers
  • [sig-devex][Feature:ImageEcosystem][perl][Slow] hot deploy for openshift perl image hot deploy test should work [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io]: migrating with triggers + replacing all the waiting code and Deployment -> RS -> pod retrival code.
  • [sig-cli] oc idle [apigroup:apps.openshift.io][apigroup:route.openshift.io][apigroup:project.openshift.io][apigroup:image.openshift.io] by ...: duplicated and changed for deployments

Ignoring:

  • [sig-imageregistry][Feature:ImageLookup] Image policy should update OpenShift object image fields when local names are on [apigroup:image.openshift.io][apigroup:apps.openshift.io]: testing DCs
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should delete orphaned blobs [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should show orphaned blob deletions in dry-run mode [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-devex][Feature:ImageEcosystem][mariadb][Slow] openshift mariadb image Creating from a template should instantiate the template [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:apps.openshift.io]: broken
  • [sig-devex][Feature:ImageEcosystem][mysql][Slow] openshift mysql image Creating from a template should instantiate the template [apigroup:apps.openshift.io]: broken
  • [sig-cli] oc probe can ensure the probe command is functioning as expected on deploymentconfigs [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain spec+status for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain proper fields description for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • [sig-cli] oc basics can create deploymentconfig and clusterquota [apigroup:apps.openshift.io]: testing DCs

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 Jul 30, 2024

@ingvagabund: This pull request references WRKLDS-1431 which is a valid jira issue.

In response to this:

Migrated:

  • [sig-network-edge][Feature:Idling] Unidling ...: simple DC replacement (no triggers)
  • [sig-scheduling][Early] The openshift-apiserver pods [apigroup:apps.openshift.io][apigroup:authorization.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:quota.openshift.io][apigroup:route.openshift.io][apigroup:security.openshift.io][apigroup:template.openshift.io] should be scheduled on different nodes: already without DC dependency, just removing the apigroup.
  • [sig-devex][Feature:Templates] templateinstance readiness test : migrating with triggers
  • [sig-devex][Feature:ImageEcosystem][perl][Slow] hot deploy for openshift perl image hot deploy test should work [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io]: migrating with triggers + replacing all the waiting code and Deployment -> RS -> pod retrival code.
  • [sig-cli] oc idle [apigroup:apps.openshift.io][apigroup:route.openshift.io][apigroup:project.openshift.io][apigroup:image.openshift.io] by ...: duplicated and changed for deployments

Ignoring:

  • [sig-imageregistry][Feature:ImageLookup] Image policy should update OpenShift object image fields when local names are on [apigroup:image.openshift.io][apigroup:apps.openshift.io]: testing DCs
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should delete orphaned blobs [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should show orphaned blob deletions in dry-run mode [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-devex][Feature:ImageEcosystem][mariadb][Slow] openshift mariadb image Creating from a template should instantiate the template [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:apps.openshift.io]: broken
  • [sig-devex][Feature:ImageEcosystem][mysql][Slow] openshift mysql image Creating from a template should instantiate the template [apigroup:apps.openshift.io]: broken
  • [sig-cli] oc probe can ensure the probe command is functioning as expected on deploymentconfigs [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain spec+status for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain proper fields description for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • [sig-cli] oc basics can create deploymentconfig and clusterquota [apigroup:apps.openshift.io]: testing DCs
  • [sig-scalability][Feature:Performance] Load cluster should populate the cluster [Slow][Serial]: broken by Use UBI8 instead of SCL images #26072 as the e2e is expected to be run separately: The following error is produced:
 [sig-scalability][Feature:Performance] Load cluster [It] should populate the cluster [Slow][Serial][apigroup:template.openshift.io][apigroup:build.openshift.io]
github.com/openshift/origin/test/extended/cluster/cl.go:63

  [FAILED] Unable to process template file. Error: Error running /usr/bin/oc process -f /home/jchaloup/Projects/src/github.com/openshift/origin/test/extended/testdata/cluster/quickstarts/cakephp-mysql.json -p IDENTIFIER=0:
  StdOut>

  StdErr>
  error: unknown parameter name "IDENTIFIER"
  exit status 1
  In [It] at: github.com/openshift/origin/test/extended/cluster/utils.go:529 @ 07/30/24 13:07:16.067
------------------------------

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 Jul 30, 2024

@ingvagabund: This pull request references WRKLDS-1431 which is a valid jira issue.

In response to this:

Migrated:

  • [sig-network-edge][Feature:Idling] Unidling ...: simple DC replacement (no triggers)
  • [sig-scheduling][Early] The openshift-apiserver pods [apigroup:apps.openshift.io][apigroup:authorization.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:quota.openshift.io][apigroup:route.openshift.io][apigroup:security.openshift.io][apigroup:template.openshift.io] should be scheduled on different nodes: already without DC dependency, just removing the apigroup.
  • [sig-devex][Feature:Templates] templateinstance readiness test : migrating with triggers
  • [sig-devex][Feature:ImageEcosystem][perl][Slow] hot deploy for openshift perl image hot deploy test should work [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io]: migrating with triggers + replacing all the waiting code and Deployment -> RS -> pod retrival code.
  • [sig-cli] oc idle [apigroup:apps.openshift.io][apigroup:route.openshift.io][apigroup:project.openshift.io][apigroup:image.openshift.io] by ...: duplicated and changed for deployments

Ignoring:

  • [sig-imageregistry][Feature:ImageLookup] Image policy should update OpenShift object image fields when local names are on [apigroup:image.openshift.io][apigroup:apps.openshift.io]: testing DCs
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should delete orphaned blobs [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should show orphaned blob deletions in dry-run mode [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-devex][Feature:ImageEcosystem][mariadb][Slow] openshift mariadb image Creating from a template should instantiate the template [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:apps.openshift.io]: broken
  • [sig-devex][Feature:ImageEcosystem][mysql][Slow] openshift mysql image Creating from a template should instantiate the template [apigroup:apps.openshift.io]: broken
  • [sig-cli] oc probe can ensure the probe command is functioning as expected on deploymentconfigs [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain spec+status for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain proper fields description for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • [sig-cli] oc basics can create deploymentconfig and clusterquota [apigroup:apps.openshift.io]: testing DCs
  • [sig-scalability][Feature:Performance] Load cluster should populate the cluster [Slow][Serial]: broken by Use UBI8 instead of SCL images #26072 as the e2e is expected to be run separately: The following error is produced:
 [sig-scalability][Feature:Performance] Load cluster [It] should populate the cluster [Slow][Serial][apigroup:template.openshift.io][apigroup:build.openshift.io]
github.com/openshift/origin/test/extended/cluster/cl.go:63

  [FAILED] Unable to process template file. Error: Error running /usr/bin/oc process -f /home/jchaloup/Projects/src/github.com/openshift/origin/test/extended/testdata/cluster/quickstarts/cakephp-mysql.json -p IDENTIFIER=0:
  StdOut>

  StdErr>
  error: unknown parameter name "IDENTIFIER"
  exit status 1
  In [It] at: github.com/openshift/origin/test/extended/cluster/utils.go:529 @ 07/30/24 13:07:16.067
------------------------------

IDENTIFIER was removed by #26072.

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 Jul 30, 2024

@ingvagabund: This pull request references WRKLDS-1431 which is a valid jira issue.

In response to this:

Migrated:

  • [sig-network-edge][Feature:Idling] Unidling ...: simple DC replacement (no triggers)
  • [sig-scheduling][Early] The openshift-apiserver pods [apigroup:apps.openshift.io][apigroup:authorization.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:quota.openshift.io][apigroup:route.openshift.io][apigroup:security.openshift.io][apigroup:template.openshift.io] should be scheduled on different nodes: already without DC dependency, just removing the apigroup.
  • [sig-devex][Feature:Templates] templateinstance readiness test : migrating with triggers
  • [sig-devex][Feature:ImageEcosystem][perl][Slow] hot deploy for openshift perl image hot deploy test should work [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io]: migrating with triggers + replacing all the waiting code and Deployment -> RS -> pod retrival code.
  • [sig-cli] oc idle [apigroup:apps.openshift.io][apigroup:route.openshift.io][apigroup:project.openshift.io][apigroup:image.openshift.io] by ...: duplicated and changed for deployments

Ignoring:

  • [sig-imageregistry][Feature:ImageLookup] Image policy should update OpenShift object image fields when local names are on [apigroup:image.openshift.io][apigroup:apps.openshift.io]: testing DCs
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should delete orphaned blobs [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should show orphaned blob deletions in dry-run mode [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-devex][Feature:ImageEcosystem][mariadb][Slow] openshift mariadb image Creating from a template should instantiate the template [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:apps.openshift.io]: broken
  • [sig-devex][Feature:ImageEcosystem][mysql][Slow] openshift mysql image Creating from a template should instantiate the template [apigroup:apps.openshift.io]: broken
  • [sig-cli] oc probe can ensure the probe command is functioning as expected on deploymentconfigs [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain spec+status for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain proper fields description for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • [sig-cli] oc basics can create deploymentconfig and clusterquota [apigroup:apps.openshift.io]: testing DCs
  • [sig-scalability][Feature:Performance] Load cluster should populate the cluster [Slow][Serial]: broken by Use UBI8 instead of SCL images #26072 as the e2e is expected to be run separately: The following error is produced:
 [sig-scalability][Feature:Performance] Load cluster [It] should populate the cluster [Slow][Serial][apigroup:template.openshift.io][apigroup:build.openshift.io]
github.com/openshift/origin/test/extended/cluster/cl.go:63

  [FAILED] Unable to process template file. Error: Error running /usr/bin/oc process -f /home/jchaloup/Projects/src/github.com/openshift/origin/test/extended/testdata/cluster/quickstarts/cakephp-mysql.json -p IDENTIFIER=0:
  StdOut>

  StdErr>
  error: unknown parameter name "IDENTIFIER"
  exit status 1
  In [It] at: github.com/openshift/origin/test/extended/cluster/utils.go:529 @ 07/30/24 13:07:16.067
------------------------------

IDENTIFIER was removed by #26072.

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 Jul 30, 2024

@ingvagabund: This pull request references WRKLDS-1431 which is a valid jira issue.

In response to this:

Migrated:

  • [Serial] [sig-auth][Feature:OAuthServer] [RequestHeaders] [IdP] test RequestHeaders IdP [apigroup:config.openshift.io][apigroup:user.openshift.io]: works without DC API enabled
  • [sig-builds][Feature:Builds][volumes] ...: migrating with triggers
  • [sig-cli] oc --request-timeout works as expected: creating a deployment instead of a DC
  • [sig-cli] oc adm build-chain [apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io]: migrating with triggers
  • [sig-cli] oc builds ...: migrating with triggers
  • [sig-cli] oc debug ensure debug does not depend on a container actually existing for the selected resource: duplicating for deployments
  • [sig-cli] oc env can set environment variables: migrating with triggers
  • [sig-cli] oc idle [apigroup:apps.openshift.io][apigroup:route.openshift.io][apigroup:project.openshift.io][apigroup:image.openshift.io] by ...: duplicated and changed for deployments
  • [sig-cli] oc run can use --image flag correctly:
  • [sig-cli] oc set image can set images for pods and deployments:
  • [sig-cli] oc status returns expected help messages:
  • [sig-cli] templates process:
  • [sig-devex][Feature:Templates] templateinstance readiness test : migrating with triggers
  • [sig-devex][Feature:ImageEcosystem][perl][Slow] hot deploy for openshift perl image hot deploy test should work [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io]: migrating with triggers + replacing all the waiting code and Deployment -> RS -> pod retrival code.
  • [sig-imageregistry][Feature:ImageLookup] Image policy should update OpenShift object image fields when local names are on:
  • [sig-network-edge][Feature:Idling] Unidling ...: simple DC replacement (no triggers)
  • [sig-scheduling][Early] The openshift-apiserver pods [apigroup:apps.openshift.io][apigroup:authorization.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:quota.openshift.io][apigroup:route.openshift.io][apigroup:security.openshift.io][apigroup:template.openshift.io] should be scheduled on different nodes: already without DC dependency, just removing the apigroup.

Ignoring:

  • [sig-imageregistry][Feature:ImageLookup] Image policy should update OpenShift object image fields when local names are on [apigroup:image.openshift.io][apigroup:apps.openshift.io]: testing DCs
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should delete orphaned blobs [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should show orphaned blob deletions in dry-run mode [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-devex][Feature:ImageEcosystem][mariadb][Slow] openshift mariadb image Creating from a template should instantiate the template [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:apps.openshift.io]: broken
  • [sig-devex][Feature:ImageEcosystem][mysql][Slow] openshift mysql image Creating from a template should instantiate the template [apigroup:apps.openshift.io]: broken
  • [sig-cli] oc probe can ensure the probe command is functioning as expected on deploymentconfigs [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain spec+status for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain proper fields description for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • [sig-cli] oc basics can create deploymentconfig and clusterquota [apigroup:apps.openshift.io]: testing DCs
  • [sig-scalability][Feature:Performance] Load cluster should populate the cluster [Slow][Serial]: broken by Use UBI8 instead of SCL images #26072 as the e2e is expected to be run separately: The following error is produced:
 [sig-scalability][Feature:Performance] Load cluster [It] should populate the cluster [Slow][Serial][apigroup:template.openshift.io][apigroup:build.openshift.io]
github.com/openshift/origin/test/extended/cluster/cl.go:63

  [FAILED] Unable to process template file. Error: Error running /usr/bin/oc process -f /home/jchaloup/Projects/src/github.com/openshift/origin/test/extended/testdata/cluster/quickstarts/cakephp-mysql.json -p IDENTIFIER=0:
  StdOut>

  StdErr>
  error: unknown parameter name "IDENTIFIER"
  exit status 1
  In [It] at: github.com/openshift/origin/test/extended/cluster/utils.go:529 @ 07/30/24 13:07:16.067
------------------------------

IDENTIFIER was removed by #26072.

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 Jul 30, 2024

@ingvagabund: This pull request references WRKLDS-1431 which is a valid jira issue.

In response to this:

Migrated:

  • [Serial] [sig-auth][Feature:OAuthServer] [RequestHeaders] [IdP] test RequestHeaders IdP [apigroup:config.openshift.io][apigroup:user.openshift.io]: works without DC API enabled
  • [sig-builds][Feature:Builds][volumes] ...: migrating with triggers
  • [sig-cli] oc --request-timeout works as expected: creating a deployment instead of a DC
  • [sig-cli] oc adm build-chain [apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io]: migrating with triggers
  • [sig-cli] oc builds ...: migrating with triggers
  • [sig-cli] oc debug ensure debug does not depend on a container actually existing for the selected resource: duplicating for deployments
  • [sig-cli] oc env can set environment variables: migrating with triggers
  • [sig-cli] oc idle [apigroup:apps.openshift.io][apigroup:route.openshift.io][apigroup:project.openshift.io][apigroup:image.openshift.io] by ...: duplicated and changed for deployments
  • [sig-cli] oc run can use --image flag correctly: creating a deployment instead of a DC
  • [sig-cli] oc set image can set images for pods and deployments: migrating with triggers
  • [sig-cli] oc status returns expected help messages: works without DC as long as --suggest arg is provided
  • [sig-cli] templates process: migrating with triggers
  • [sig-devex][Feature:Templates] templateinstance readiness test : migrating with triggers
  • [sig-devex][Feature:ImageEcosystem][perl][Slow] hot deploy for openshift perl image hot deploy test should work [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:build.openshift.io][apigroup:apps.openshift.io]: migrating with triggers + replacing all the waiting code and Deployment -> RS -> pod retrival code.
  • [sig-imageregistry][Feature:ImageLookup] Image policy should update OpenShift object image fields when local names are on:
  • [sig-network-edge][Feature:Idling] Unidling ...: simple DC replacement (no triggers)
  • [sig-scheduling][Early] The openshift-apiserver pods [apigroup:apps.openshift.io][apigroup:authorization.openshift.io][apigroup:build.openshift.io][apigroup:image.openshift.io][apigroup:project.openshift.io][apigroup:quota.openshift.io][apigroup:route.openshift.io][apigroup:security.openshift.io][apigroup:template.openshift.io] should be scheduled on different nodes: already without DC dependency, just removing the apigroup.

Ignoring:

  • [sig-imageregistry][Feature:ImageLookup] Image policy should update OpenShift object image fields when local names are on [apigroup:image.openshift.io][apigroup:apps.openshift.io]: testing DCs
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should delete orphaned blobs [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-imageregistry][Feature:ImagePrune][Serial][Suite:openshift/registry/serial][Local] Image hard prune [apigroup:apps.openshift.io][apigroup:user.openshift.io] should show orphaned blob deletions in dry-run mode [apigroup:image.openshift.io]: not running at all, fails on missing dc/docker-registry.
  • [sig-devex][Feature:ImageEcosystem][mariadb][Slow] openshift mariadb image Creating from a template should instantiate the template [apigroup:image.openshift.io][apigroup:operator.openshift.io][apigroup:config.openshift.io][apigroup:apps.openshift.io]: broken
  • [sig-devex][Feature:ImageEcosystem][mysql][Slow] openshift mysql image Creating from a template should instantiate the template [apigroup:apps.openshift.io]: broken
  • [sig-cli] oc probe can ensure the probe command is functioning as expected on deploymentconfigs [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain spec+status for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • oc explain should contain proper fields description for apps.openshift.io [apigroup:apps.openshift.io]: testing DCs
  • [sig-cli] oc basics can create deploymentconfig and clusterquota [apigroup:apps.openshift.io]: testing DCs
  • [sig-scalability][Feature:Performance] Load cluster should populate the cluster [Slow][Serial]: broken by Use UBI8 instead of SCL images #26072 as the e2e is expected to be run separately: The following error is produced:
 [sig-scalability][Feature:Performance] Load cluster [It] should populate the cluster [Slow][Serial][apigroup:template.openshift.io][apigroup:build.openshift.io]
github.com/openshift/origin/test/extended/cluster/cl.go:63

  [FAILED] Unable to process template file. Error: Error running /usr/bin/oc process -f /home/jchaloup/Projects/src/github.com/openshift/origin/test/extended/testdata/cluster/quickstarts/cakephp-mysql.json -p IDENTIFIER=0:
  StdOut>

  StdErr>
  error: unknown parameter name "IDENTIFIER"
  exit status 1
  In [It] at: github.com/openshift/origin/test/extended/cluster/utils.go:529 @ 07/30/24 13:07:16.067
------------------------------

IDENTIFIER was removed by #26072.

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-trt-bot
Copy link

Job Failure Risk Analysis for sha: 481a9d3

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-upgrade High
[sig-apps] job-upgrade
This test has passed 100.00% of 506 runs on jobs ['periodic-ci-openshift-release-master-ci-4.17-e2e-aws-ovn-upgrade'] in the last 14 days.

@openshift-trt-bot
Copy link

Job Failure Risk Analysis for sha: 59ecd44

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade Medium
[sig-cluster-lifecycle] pathological event should not see excessive Back-off restarting failed containers for ns/openshift-marketplace
This test has passed 95.95% of 148 runs on release 4.17 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:single Upgrade:micro] in the last week.

@ingvagabund
Copy link
Member Author

/retest-required

@ingvagabund ingvagabund force-pushed the dc-to-deployments branch 2 times, most recently from 592fd1a to 409d1d8 Compare July 31, 2024 08:41
@ingvagabund
Copy link
Member Author

ingvagabund commented Jul 31, 2024

ci/prow/e2e-gcp-ovn-builds

[sig-builds][Feature:Builds][Slow] can use private repositories as build input build using an HTTP token should be able to clone source code via an HTTP token [apigroup:build.openshift.io]

Based on https://prow.ci.openshift.org/job-history/gs/test-platform-results/pr-logs/directory/pull-ci-openshift-origin-master-e2e-gcp-ovn-builds the job has been failing for other PRs as well.

ci/prow/e2e-aws-ovn-ipsec-serial

Often failing with failed installation

@ingvagabund
Copy link
Member Author

ingvagabund commented Aug 6, 2024

We do need to understand where and how DCs continue to be tested per Joel's comment. You mention there are tests that require apps.openshift.io installed, what test(s) is that and how would they NOT fail on default install? TRT couldn't quite piece together how this will continue testing.

There's an ongoing discussion in https://redhat-internal.slack.com/archives/C032HSVS71T/p1722529302986619. The current conclusion is workloads QE will create a periodic jobs with all capabilities enabled. That will cover the case where we will still keep exercising DCs.

You mention there are tests that require apps.openshift.io installed, what test(s) is that and how would they NOT fail on default install?

These are all the tests that have [apigroup:apps..openshift.io] in their name. E.g.:

The still existing tests cover the following cases:

  • defaults when creating a DC
  • scaling DCs (using the scale subresource)
  • triggers (manual, image change, config change)
  • creation of deployer pull secrets
  • usual CRUD operators
  • setting/getting env
  • managing RCs
  • template processing
  • rollouts
  • idling

@kasturinarra
Copy link
Contributor

I spoke to jan this evening and i understand that workload qe team will setup new periodic jobs and maintain these from 4.17 to test this particular epic. Setting up these jobs will be a collaborative task between openshift qe and workloads qe and this has nothing to with the jobs and profiles that dev has or they look into. Also workloads team will continue to test deploymentconfigs and make sure no tests with deploymentconfigs fail after this feature is merged and continue to have dc tests in our test suite.

@JoelSpeed
Copy link
Contributor

Will it be possible to add any testing as payload blocking? Would be good to make sure we don't accept payloads where we are regressing on features, keep me honest @dgoodwin, would you also expect something blocking to make sure we don't regress?

@ingvagabund
Copy link
Member Author

Can a periodic job be considered blocking? Maybe, we need to add a new job that gets run every time a new release is created?

@JoelSpeed
Copy link
Contributor

Can a periodic job be considered blocking?

Yes, there's some config in the release repo that you can use to configure a job as informing, once you can show that it passes reliably (I think 20 consecutive builds), then you can promote to blocking, or at least, that's the process for new features, this may be a slightly different requirement

@ingvagabund
Copy link
Member Author

/hold
This got moved to 4.18. I will break the PR into smaller chunks so it's easier to review/follow the changes.

@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 Aug 12, 2024
@openshift-trt-bot
Copy link

Job Failure Risk Analysis for sha: 611169a

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade High
[sig-arch][Late] operators should not create watch channels very often [apigroup:apiserver.openshift.io] [Suite:openshift/conformance/parallel]
This test has passed 98.28% of 174 runs on release 4.18 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:single Upgrade:micro] in the last week.
pull-ci-openshift-origin-master-e2e-aws-ovn-serial High
[sig-storage] CSI Mock selinux on mount metrics SELinuxMount metrics [LinuxOnly] [Feature:SELinux] [Serial] error is bumped on two Pods with a different context on RWOP volume [FeatureGate:SELinuxMountReadWriteOncePod] [Beta] [Suite:openshift/conformance/serial] [Suite:k8s]
This test has passed 100.00% of 27 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
---
[sig-storage] CSI Mock selinux on mount metrics SELinuxMount metrics [LinuxOnly] [Feature:SELinux] [Serial] warning is bumped on two Pods with a different context on RWO volume [FeatureGate:SELinuxMountReadWriteOncePod] [Beta] [Feature:SELinuxMountReadWriteOncePodOnly] [Suite:openshift/conformance/serial] [Suite:k8s]
This test has passed 100.00% of 27 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
pull-ci-openshift-origin-master-e2e-gcp-ovn-rt-upgrade Medium
[bz-Monitoring] clusteroperator/monitoring should not change condition/Available
This test has passed 97.11% of 4471 runs on release 4.18 [Overall] in the last week.

Open Bugs
monitoring ClusterOperator should not blip Available=Unknown on client rate limiter

@openshift-trt-bot
Copy link

Job Failure Risk Analysis for sha: 0bfabbb

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade Low
[sig-cluster-lifecycle] pathological event should not see excessive Back-off restarting failed containers for ns/openshift-marketplace
This test has passed 74.71% of 174 runs on release 4.18 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:single Upgrade:micro] in the last week.

@ingvagabund
Copy link
Member Author

/retest-required

@openshift-trt-bot
Copy link

Job Failure Risk Analysis for sha: eca8c26

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade Medium
[sig-network] pods should successfully create sandboxes by adding pod to network
This test has passed 94.36% of 4572 runs on release 4.18 [Overall] in the last week.

Open Bugs
s390x: [sig-network] pods should successfully create sandboxes by adding pod to network fails with error adding pod to CNI network

@ingvagabund
Copy link
Member Author

/retest-required

@ingvagabund
Copy link
Member Author

/retest

@ingvagabund
Copy link
Member Author

/hold cancel

@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 Sep 9, 2024
@ingvagabund
Copy link
Member Author

openshift-eng/ci-test-mapping#148 updates the test mapping.

Copy link
Contributor

openshift-ci bot commented Sep 9, 2024

@ingvagabund: 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-single-node-upgrade eca8c26 link false /test e2e-aws-ovn-single-node-upgrade
ci/prow/e2e-aws-ovn-ipsec-serial eca8c26 link false /test e2e-aws-ovn-ipsec-serial

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.

@openshift-trt-bot
Copy link

Job Failure Risk Analysis for sha: eca8c26

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade Medium
[sig-network] pods should successfully create sandboxes by adding pod to network
This test has passed 94.30% of 6090 runs on release 4.18 [Overall] in the last week.

Open Bugs
s390x: [sig-network] pods should successfully create sandboxes by adding pod to network fails with error adding pod to CNI network
"pods should successfully create sandboxes by adding pod to network" are failing on multiple platforms
---
[sig-cluster-lifecycle] pathological event should not see excessive Back-off restarting failed containers for ns/openshift-marketplace
This test has passed 80.65% of 186 runs on release 4.18 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:single Upgrade:micro] in the last week.

@openshift-trt-bot
Copy link

Job Failure Risk Analysis for sha: eca8c26

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade Medium
[sig-network] pods should successfully create sandboxes by adding pod to network
This test has passed 94.30% of 6091 runs on release 4.18 [Overall] in the last week.

Open Bugs
s390x: [sig-network] pods should successfully create sandboxes by adding pod to network fails with error adding pod to CNI network
"pods should successfully create sandboxes by adding pod to network" are failing on multiple platforms

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants