api icon indicating copy to clipboard operation
api copied to clipboard

DNM: Test pipelining on 4.16

Open JoelSpeed opened this issue 2 months ago • 11 comments

JoelSpeed avatar Jan 07 '26 14:01 JoelSpeed

Pipeline controller notification This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

openshift-ci-robot avatar Jan 07 '26 14:01 openshift-ci-robot

[!IMPORTANT]

Review skipped

Auto reviews are limited based on label configuration.

:no_entry_sign: Review skipped — only excluded labels are configured. (1)
  • do-not-merge/work-in-progress

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

coderabbitai[bot] avatar Jan 07 '26 14:01 coderabbitai[bot]

/pipeline required

JoelSpeed avatar Jan 07 '26 14:01 JoelSpeed

Hello @JoelSpeed! Some important instructions when contributing to openshift/api: API design plays an important part in the user experience of OpenShift and as such API PRs are subject to a high level of scrutiny to ensure they follow our best practices. If you haven't already done so, please review the OpenShift API Conventions and ensure that your proposed changes are compliant. Following these conventions will help expedite the api review process for your PR.

openshift-ci[bot] avatar Jan 07 '26 14:01 openshift-ci[bot]

/test ?

JoelSpeed avatar Jan 07 '26 14:01 JoelSpeed

@JoelSpeed: The following commands are available to trigger required jobs:

/test build
/test e2e-aws-ovn
/test e2e-aws-ovn-hypershift
/test e2e-aws-ovn-techpreview
/test e2e-aws-serial
/test e2e-aws-serial-techpreview
/test e2e-upgrade
/test e2e-upgrade-minor
/test images
/test integration
/test okd-scos-images
/test unit
/test verify
/test verify-client-go
/test verify-crd-schema
/test verify-deps

The following commands are available to trigger optional jobs:

/test e2e-azure
/test e2e-gcp

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-api-release-4.16-build
pull-ci-openshift-api-release-4.16-images
pull-ci-openshift-api-release-4.16-integration
pull-ci-openshift-api-release-4.16-okd-scos-images
pull-ci-openshift-api-release-4.16-unit
pull-ci-openshift-api-release-4.16-verify
pull-ci-openshift-api-release-4.16-verify-client-go
pull-ci-openshift-api-release-4.16-verify-crd-schema
pull-ci-openshift-api-release-4.16-verify-deps

In response to this:

/test ?

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.

openshift-ci[bot] avatar Jan 07 '26 14:01 openshift-ci[bot]

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign bparees for approval. For more information see the 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

openshift-ci[bot] avatar Jan 07 '26 14:01 openshift-ci[bot]

/pipeline required

jmguzik avatar Jan 09 '26 14:01 jmguzik

/pipeline required

jmguzik avatar Jan 09 '26 14:01 jmguzik

/test verify integration

jmguzik avatar Jan 09 '26 14:01 jmguzik

@JoelSpeed: The following test 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/verify 4625314b20ef08ceef0b48a965814ac3c960c24e link true /test verify

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-ci[bot] avatar Jan 09 '26 15:01 openshift-ci[bot]

We fixed the issue we were debugging here

JoelSpeed avatar Feb 04 '26 14:02 JoelSpeed