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: add taints and tolerations e2e test #5901

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Devinwong
Copy link
Collaborator

What type of PR is this?
/kind test

What this PR does / why we need it:

  • Add taints and tolerations e2e test. In the next PR, I will add another one for scriptless.
  • Intentionally adding taints test into an existing test to save some testing cost. Otherwise it will need to spin up a new node to test which is expensive.

Which issue(s) this PR fixes:

Fixes #

Requirements:

Special notes for your reviewer:

Release note:

none

@@ -824,18 +824,20 @@ func Test_Ubuntu2204_ArtifactStreaming_Scriptless(t *testing.T) {
})
}

func Test_Ubuntu2204_ChronyRestarts(t *testing.T) {
func Test_Ubuntu2204_ChronyRestarts_Taints_And_Tolerations(t *testing.T) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Intentionally adding taints test into an existing test to save some testing cost. Otherwise it will need to spin up a new node to test which is expensive.

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.

1 participant