Skip to content

Conversation

@Jakob-Naucke
Copy link
Contributor

No description provided.

@openshift-ci
Copy link

openshift-ci bot commented Jan 27, 2026

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci
Copy link

openshift-ci bot commented Jan 27, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: 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

iroykaufman and others added 2 commits January 29, 2026 11:16
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 <rkaufman@redhat.com>
Split test_utils::virt into a module with separate
virt::kubevirt.

Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
Assisted-by: Claude
}

async fn create_machine(client: Client, uuid: &str, client_ip: &str) -> anyhow::Result<()> {
let machines: Api<Machine> = Api::default_namespaced(client);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we open a separate PR for this?


integration-tests: generate trusted-cluster-gen crds-rs
RUST_LOG=info REGISTRY=$(REGISTRY) TAG=$(TAG) \
TRUSTEE_IMAGE=$(TRUSTEE_IMAGE) APPROVED_IMAGE=$(APPROVED_IMAGE) TEST_IMAGE=$(TEST_IMAGE) \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can you also update the README for the integrations tests

Jakob-Naucke and others added 2 commits January 29, 2026 23:20
Less double-tracking and adds flexibility for testing on cloud
platforms.

Environment variables:
- {TEST,TRUSTEE,APPROVED}_IMAGE
- TEST_NAMESPACE_PREFIX

Other changes:
- OpenShift service exposure
- Remove CLUSTER_URL, get it from OpenShift directly
- Reduce some lines & indentation in
  TestContext::apply_operator_manifests and break it up some
- Move endpoint constants to lib
- Log error upon poll timeout

Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
Signed-off-by: Jakob Naucke <jnaucke@redhat.com>
Co-authored-by: Uri Lublin <uril@redhat.com>
Assisted-by: Gemini, Claude
@openshift-merge-robot
Copy link
Collaborator

PR needs rebase.

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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants