Skip to content

rebase commits from #71414 onto main branch - #2

Closed
amp-rh wants to merge 24 commits into
dfrazzette:gs_bm_cnvfrom
amp-rh:71414-rebase
Closed

rebase commits from #71414 onto main branch#2
amp-rh wants to merge 24 commits into
dfrazzette:gs_bm_cnvfrom
amp-rh:71414-rebase

Conversation

@amp-rh

@amp-rh amp-rh commented Dec 8, 2025

Copy link
Copy Markdown
Collaborator

rebase commits from openshift#71414 onto main branch

dfrazzette and others added 24 commits December 8, 2025 15:46
This client helps you develop, build, deploy, and run your applications on any
OpenShift or Kubernetes cluster. It also includes the administrative
commands for managing a cluster under the 'adm' subcommand.

To familiarize yourself with OpenShift, login to your cluster and try creating a sample application:

    oc login mycluster.mycompany.com
    oc new-project my-example
    oc new-app django-psql-example
    oc logs -f bc/django-psql-example

To see what has been created, run:

    oc status

and get a command shell inside one of the created containers with:

    oc rsh dc/postgresql

To see the list of available toolchains for building applications, run:

    oc new-app -L

Since OpenShift runs on top of Kubernetes, your favorite kubectl commands are also present in oc,
allowing you to quickly switch between development and debugging. You can also run kubectl directly
against any OpenShift cluster using the kubeconfig file created by 'oc login'.

For more on OpenShift, see the documentation at https://docs.openshift.com.

To see the full list of commands supported, run 'oc --help'. commands to retrieve logs files from .
…tal-localnet-test-ref.yaml


Parameterize default storage class.

Co-authored-by: Michael Pruitt <mpruitt@redhat.com>
…tal-localnet-test-commands.sh


Pass parameterized DEFAULT_STORAGE_CLASS value.

Co-authored-by: Michael Pruitt <mpruitt@redhat.com>
Co-authored-by: Michael Pruitt <mpruitt@redhat.com>
Remove unnecessary backticks from script.
…tal-localnet-test-ref.yaml


Fix indent.

Co-authored-by: Edoardo Tirtarahardja <54961875+etirta@users.noreply.github.com>
dfrazzette pushed a commit that referenced this pull request Dec 9, 2025
* 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 <noreply@anthropic.com>

testing with latest opct version

validate 0.6.1

* Removing changes in AI workflow as is not monitored by SPLAT
@dfrazzette
dfrazzette force-pushed the gs_bm_cnv branch 3 times, most recently from 61a3cf3 to 2652437 Compare December 11, 2025 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants