Skip to content

Conversation

@iroykaufman
Copy link

This commit updates the test utils to support running trusted execution cluster tests on the OpenShift platform.

To execute these tests on OpenShift, the following environment variables must be configured:

  • REGISTRY: The repository location of the container image.
  • TAG: The specific tag of the container image. (default latest)
  • CLUSTER_URL: The API URL of the target cluster.
  • PLATFORM: Set this to openshift.

example: RUST_LOG=info REGISTRY=quay.io PLATFORM=openshift CLUSTER_URL=<SECRET_URL> cargo test --test trusted_execution_cluster -- --no-capture

@iroykaufman iroykaufman force-pushed the test-on-openshift branch 2 times, most recently from 531e94d to eeb7555 Compare January 22, 2026 07:35
This commit updates the test utils to support running trusted execution
cluster tests on the OpenShift platform.

To execute these tests on OpenShift, the following environment variables
must be configured:

- REGISTRY:    The repository location of the container image.
- TAG:         The specific tag of the container image.
- CLUSTER_URL: The API URL of the target cluster.
- PLATFORM:    Set this to 'openshift'.

Signed-off-by: Roy Kaufman <[email protected]>
@openshift-ci
Copy link

openshift-ci bot commented Jan 22, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: iroykaufman, Jakob-Naucke

The full list of commands accepted by this bot can be found here.

Details 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
Copy link

openshift-ci bot commented Jan 22, 2026

@iroykaufman: 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/infra-provision-verify f6c77b2 link true /test infra-provision-verify
ci/prow/operator-lifecycle-verify 8e5ef07 link true /test operator-lifecycle-verify

Full PR test history. Your PR dashboard.

Details

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants