-
Notifications
You must be signed in to change notification settings - Fork 0
Day0 separate create and delete tests #91
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
base: main
Are you sure you want to change the base?
Conversation
day2Label = "infra-tests-day2" | ||
day1Label = "infra-tests-day1" | ||
day0Label = "infra-tests-day0" | ||
day0CreateLabel = "infra-tests-day0-create" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe change this to day0CreateLabel = "infra-tests-custom-day0-create"
So it does not get executed when tests with the label infra-tests-day0
are called.
Same for the delete one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment, and good to go.
Description
This PR adds two day0 infra test cases that split existing day0 behavior into:
The new test cases use new labels.
Tested in open-edge-platform/infra-charts#45
Ticket: ITEP-27768
Fixes # (issue)
Any Newly Introduced Dependencies
Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: