Skip to content

Conversation

@amp-rh
Copy link
Collaborator

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

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 <[email protected]>
…tal-localnet-test-commands.sh


Pass parameterized DEFAULT_STORAGE_CLASS value.

Co-authored-by: Michael Pruitt <[email protected]>
Remove unnecessary backticks from script.
…tal-localnet-test-ref.yaml


Fix indent.

Co-authored-by: Edoardo Tirtarahardja <[email protected]>
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 <[email protected]>

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
@etirta etirta force-pushed the gs_bm_cnv branch 3 times, most recently from a24133e to 4ea7d4c Compare December 11, 2025 04:44
@amp-rh amp-rh closed this Dec 16, 2025
@amp-rh amp-rh deleted the 71414-rebase branch December 16, 2025 14:49
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