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

test: combining all NFS related tests for gcp to reduce execution time #36

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

abalaie
Copy link
Contributor

@abalaie abalaie commented Sep 24, 2024

Description

Changes proposed in this pull request:

  • combining gcpnfsvolume, backup, in place restore and restore with volume creation in a single scenario to decrease the execution time by minimizing the number of volume creation/deletion which takes a long time.

Related issue(s)

Resolves #647

@abalaie abalaie requested a review from a team September 24, 2024 03:33
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Sep 24, 2024
Copy link

@kevin-kho kevin-kho left a comment

Choose a reason for hiding this comment

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

lgtm

@kyma-bot kyma-bot added the lgtm Looks good to me! label Sep 24, 2024
@kyma-bot kyma-bot merged commit aefe7bf into main Sep 24, 2024
6 checks passed
@kyma-bot kyma-bot deleted the ab-647-faster-e2e-tests branch September 24, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. lgtm Looks good to me! size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce the overall execution time of e2e tests for backup/restore
3 participants