Skip to content
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

Allow to pass a PV as storage #11

Closed
wants to merge 1 commit into from
Closed

Allow to pass a PV as storage #11

wants to merge 1 commit into from

Conversation

afazekas
Copy link
Contributor

This change allows to use an user managed pv to
use as results store.
We might use different strategies at the end.

This change allows to use an user managed pv to
use as results store.
We might use different strategies at the end.
@kopecmartin kopecmartin requested a review from lpiwowar November 7, 2023 14:40
@@ -4,7 +4,7 @@ set -x
TEMPEST_DIR=$HOME/openshift
OPERATOR_ETC=/etc/test_operator
# NOTE: might be backed with a PV
OUTPUT_PATH=$HOME/output
OUTPUT_PATH=${TEMPEST_OUTPUTDIR:-$HOME/output}
Copy link
Collaborator

Choose a reason for hiding this comment

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

@afazekas do we want to still keep the invoke_tempest script? I think we should stick with only one script for tempest execution. And shouldn't we make the same change in the run_tempest.sh in tcib?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm removing the calling of the invoke_tempest script in this PR - maybe I should update the description of the PR. I think we need to agree how we will approach this.

// +kubebuilder:validation:Optional
// persistentVolumeClaimVolumeSource represents a reference to a
// PersistentVolumeClaim in the same namespace. Usable for storing test results.
PersistentVolumeClaim *corev1.PersistentVolumeClaimVolumeSource `json:"persistentVolumeClaim,omitempty"`
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is just an idea. I know that we might be changing this later but don't we want to choose more descriptive name? Something like testResultsPV?

@lpiwowar
Copy link
Collaborator

A similar issue was already resolved here -> #18. I'm closing this PR for now. If you think I'm wrong then please reopen this PR:).

@lpiwowar lpiwowar closed this Mar 20, 2024
@lpiwowar lpiwowar deleted the pv-merge branch June 20, 2024 12:51
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