-
Notifications
You must be signed in to change notification settings - Fork 2k
OPCT: promoting OPCT v0.6.1 #71865
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
OPCT: promoting OPCT v0.6.1 #71865
Conversation
|
Skipping CI for Draft Pull Request. |
|
/pj-rehearse periodic-ci-openshift-release-master-nightly-4.18-opct-external-aws-ccm |
|
@mtulio: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-release-master-nightly-4.18-opct-external-aws-ccm |
|
@mtulio: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-release-master-nightly-4.20-opct-external-aws-ccm |
|
@mtulio: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-release-master-nightly-4.20-opct-external-aws-ccm |
|
@mtulio: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-release-master-nightly-4.18-opct-external-aws-ccm |
|
@mtulio: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-release-master-nightly-4.20-opct-external-aws-ccm periodic-ci-openshift-release-master-nightly-4.21-opct-external-aws-ccm |
|
@mtulio: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
opct plugin image expired :( /pj-rehearse periodic-ci-openshift-release-master-nightly-4.20-opct-external-aws-ccm periodic-ci-openshift-release-master-nightly-4.21-opct-external-aws-ccm |
|
@mtulio: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@mtulio: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
PRs redhat-openshift-ecosystem/opct#183 (comment) and redhat-openshift-ecosystem/provider-certification-plugins#82 are validated with jobs: I will notify them for ready for review (OPCT project does not have presubmit, so those rehearsal intends to validate it). Once we have a new release for OPCT I will update this PR for readiness. |
Updated OPCT workflow to use development images for testing fixes to CI failures in OCP 4.20+ clusters. Changes: - Updated OPCT_CLI_IMAGE to quay.io/mrbraga/opct:spike-420-issues - Added OPCT_DEV_EXTRA_CMD with --plugins-image flag pointing to quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx This allows testing custom images without modifying pkg/types.go, using the --plugins-image CLI argument instead of hardcoded defaults. Built images: - opct CLI: quay.io/mrbraga/opct:spike-420-issues - plugins: quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx Related fixes being tested: - Issue #1: Fixed map printing in status utils - Issue #2 & #3: Fixed HTML encoding and messages in printer - Issue openshift#4: Added failure propagation between plugins - Issue #5: Made log level configurable via LOG_LEVEL env var - Issue openshift#6: Fixed time calculation bug in archive metalog - Issue openshift#7: Added k8s conformance test extraction for OCP 4.20+ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> testing with latest opct version validate 0.6.1
6ac0656 to
168c7e5
Compare
|
/pj-rehearse periodic-ci-openshift-release-master-nightly-4.18-opct-external-aws-ccm periodic-ci-openshift-release-master-nightly-4.20-opct-external-aws-ccm periodic-ci-openshift-release-master-nightly-4.21-opct-external-aws-ccm |
|
@mtulio: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@mtulio: job(s): periodic-ci-openshift-release-master-nightly-4.18-opct-external-aws-ccm, periodic-ci-openshift-release-master-nightly-4.20-opct-external-aws-ccm, periodic-ci-openshift-release-master-nightly-4.21-opct-external-aws-ccm either don't exist or were not found to be affected, and cannot be rehearsed |
|
/test all |
1 similar comment
|
/test all |
|
I dont know why detecting no rehearsals, let me convert to ready to see if bot detects correctly the changes. |
|
/hold cancel |
|
/pj-rehearse list |
|
@jcpowermac: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER] Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/approve |
|
@jcpowermac: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcpowermac, mtulio The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Rehearsal jobs weren't detected by CI bot - as expected. We are going to proceed with this PR and keep monitoring the jobs on Slack: |
* ci: use spike-420-issues images for CI rehearsal validation Updated OPCT workflow to use development images for testing fixes to CI failures in OCP 4.20+ clusters. Changes: - Updated OPCT_CLI_IMAGE to quay.io/mrbraga/opct:spike-420-issues - Added OPCT_DEV_EXTRA_CMD with --plugins-image flag pointing to quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx This allows testing custom images without modifying pkg/types.go, using the --plugins-image CLI argument instead of hardcoded defaults. Built images: - opct CLI: quay.io/mrbraga/opct:spike-420-issues - plugins: quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx Related fixes being tested: - Issue #1: Fixed map printing in status utils - Issue #2 & #3: Fixed HTML encoding and messages in printer - Issue openshift#4: Added failure propagation between plugins - Issue #5: Made log level configurable via LOG_LEVEL env var - Issue openshift#6: Fixed time calculation bug in archive metalog - Issue openshift#7: Added k8s conformance test extraction for OCP 4.20+ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> testing with latest opct version validate 0.6.1 * Removing changes in AI workflow as is not monitored by SPLAT
* ci: use spike-420-issues images for CI rehearsal validation Updated OPCT workflow to use development images for testing fixes to CI failures in OCP 4.20+ clusters. Changes: - Updated OPCT_CLI_IMAGE to quay.io/mrbraga/opct:spike-420-issues - Added OPCT_DEV_EXTRA_CMD with --plugins-image flag pointing to quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx This allows testing custom images without modifying pkg/types.go, using the --plugins-image CLI argument instead of hardcoded defaults. Built images: - opct CLI: quay.io/mrbraga/opct:spike-420-issues - plugins: quay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildx Related fixes being tested: - Issue #1: Fixed map printing in status utils - Issue #2 & #3: Fixed HTML encoding and messages in printer - Issue openshift#4: Added failure propagation between plugins - Issue #5: Made log level configurable via LOG_LEVEL env var - Issue openshift#6: Fixed time calculation bug in archive metalog - Issue openshift#7: Added k8s conformance test extraction for OCP 4.20+ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> testing with latest opct version validate 0.6.1 * Removing changes in AI workflow as is not monitored by SPLAT
Summary
This PR updates the OPCT workflow configuration to use development images from quay.io/mrbraga for testing fixes to CI failures in OCP 4.20+ clusters.
Changes
OPCT_CLI_IMAGEtoquay.io/mrbraga/opct:spike-420-issuesOPCT_DEV_EXTRA_CMDwith--plugins-imageflag pointing toquay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildxThis approach allows testing custom images without modifying
pkg/types.go, using the--plugins-imageCLI argument instead of hardcoded defaults.Built Images
quay.io/mrbraga/opct:spike-420-issuesquay.io/mrbraga/plugin-openshift-tests:spike-420-issues-buildxRelated Fixes Being Tested
Testing
This PR enables CI rehearsal testing of all fixes. Once the rehearsal job passes, we can merge the individual fixes to the respective repositories.
🤖 Generated with Claude Code
Co-Authored-By: Claude [email protected]