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

Cleanup redundant data after migrating vanilla K8s tests #2063

Merged
merged 9 commits into from
Mar 28, 2024

Conversation

gurevichdmitry
Copy link
Collaborator

Summary of your changes

This PR performs cleanup tasks of the testing infrastructure following the migration of vanilla Kubernetes tests to a new format. Specifically, it includes the removal of outdated test cases, unnecessary test data, and folders that are no longer relevant. Additionally, the k8s CI workflow has been updated.

  • Old test cases removed: All outdated test cases are identified and safely removed from the codebase.
  • Unnecessary test data removed: Redundant test data is cleaned up, ensuring only relevant and up-to-date data remains.
  • Folder cleanup: Unnecessary folders related to old tests are deleted, optimizing the repository structure.
  • GitHub CI workflow updated: The GitHub CI workflow is modified to reflect the changes introduced by the migration.
  • Documentation Updated: Any relevant documentation is updated to reflect the changes made during the cleanup.
  • Successful CI tests: After cleanup, the CI workflow should successfully run tests on the modified codebase without errors.

Screenshot/Data

Related Issues

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary README/documentation (if appropriate)

Introducing a new rule?

@gurevichdmitry gurevichdmitry linked an issue Mar 26, 2024 that may be closed by this pull request
6 tasks
Copy link

mergify bot commented Mar 26, 2024

This pull request does not have a backport label. Could you fix it @gurevichdmitry? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v./d./d./d is the label to automatically backport to the 8./d branch. /d is the digit
    NOTE: backport-skip has been added to this pull request.

Copy link

github-actions bot commented Mar 26, 2024

❌ No tests were run ❌

Copy link

📊 Allure Report - 💚 No failures were reported.

Result Count
🟥 Failed 0
🟩 Passed 359
⬜ Skipped 33

@gurevichdmitry gurevichdmitry marked this pull request as ready for review March 28, 2024 06:56
@gurevichdmitry gurevichdmitry requested a review from a team as a code owner March 28, 2024 06:56
Copy link
Member

@kubasobon kubasobon left a comment

Choose a reason for hiding this comment

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

🚀

@gurevichdmitry gurevichdmitry merged commit d9d02a4 into main Mar 28, 2024
40 checks passed
@gurevichdmitry gurevichdmitry deleted the dg-cleanup-k8s-tests branch March 28, 2024 14:50
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.

Cleanup redundant data after migrating vanilla K8s tests
2 participants