-
Notifications
You must be signed in to change notification settings - Fork 240
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
ci: Add node restart to cniv2 E2E #2901
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jpayne3506
changed the title
ci: add node restart to cniv2 E2E
ci: Add node restart to cniv2 E2E
Aug 7, 2024
jpayne3506
force-pushed
the
jpayne3506/cns-cicd
branch
from
August 12, 2024 16:02
5c031b3
to
cc07553
Compare
jpayne3506
force-pushed
the
jpayne3506/cns-cicd
branch
from
August 14, 2024 17:36
77d7cfb
to
443cde8
Compare
jpayne3506
added
ci
Infra or tooling.
release/1.4
Change affects v1.4 release train
needs-backport
Change needs to be backported to previous release trains
release/1.5
Change affects v1.5 release train
labels
Aug 15, 2024
QxBytes
reviewed
Aug 15, 2024
.pipelines/singletenancy/azure-cni-overlay/azure-cni-overlay-e2e-job-template.yaml
Show resolved
Hide resolved
.pipelines/singletenancy/azure-cni-overlay/azure-cni-overlay-e2e-step-template.yaml
Outdated
Show resolved
Hide resolved
.pipelines/singletenancy/azure-cni-overlay/azure-cni-overlay-e2e-step-template.yaml
Outdated
Show resolved
Hide resolved
.pipelines/singletenancy/cilium-overlay-withhubble/cilium-overlay-e2e-step-template.yaml
Outdated
Show resolved
Hide resolved
Will address general pipeline testing not utilizing |
QxBytes
approved these changes
Aug 16, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 16, 2024
* ci: add node restart to cniv2 E2E * chore: change directory after scale * chore: fixup nodepool * chore: pipeline cleanup * ci: cleanup test resources * chore: address comments
jpayne3506
added a commit
that referenced
this pull request
Aug 20, 2024
* ci: add node restart to cniv2 E2E * chore: change directory after scale * chore: fixup nodepool * chore: pipeline cleanup * ci: cleanup test resources * chore: address comments
4 tasks
jpayne3506
added a commit
that referenced
this pull request
Aug 20, 2024
* ci: add node restart to cniv2 E2E * chore: change directory after scale * chore: fixup nodepool * chore: pipeline cleanup * ci: cleanup test resources * chore: address comments
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 21, 2024
* ci: Add node restart to cniv2 E2E (#2901) * ci: add node restart to cniv2 E2E * chore: change directory after scale * chore: fixup nodepool * chore: pipeline cleanup * ci: cleanup test resources * chore: address comments * [FIX] ci: Update AzCLI task to v2 (#2922) * ci: Update AzCLI task to v2 * ci: add scriptType: "bash" * ci: Shift E2E cluster creation (#2862) * ci: shift cluster creation * chore: change depends on for release test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci
Infra or tooling.
needs-backport
Change needs to be backported to previous release trains
release/1.4
Change affects v1.4 release train
release/1.5
Change affects v1.5 release train
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reason for Change:
Adds test coverage to validate CNI binary install occurs correctly on all scenarios. Additionally, refreshes current E2E to remove duplicate testing, pull out windows nodepool creation, and leverages existing makefile commands for validation testing.
Issue Fixed:
Contributes to CI/CD to cover #2818
Requirements:
Notes: