-
Notifications
You must be signed in to change notification settings - Fork 242
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: Update triggers for NPM pipelines #2867
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
huntergregory
previously approved these changes
Jul 22, 2024
35d516e
to
847b50c
Compare
huntergregory
approved these changes
Jul 22, 2024
/azp run NPM Conformance Tests |
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run NPM Scale Test |
Azure Pipelines successfully started running 1 pipeline(s). |
paulyufan2
pushed a commit
that referenced
this pull request
Jul 25, 2024
ci: add triggers to npm pipelines
huntergregory
pushed a commit
that referenced
this pull request
Jul 26, 2024
ci: add triggers to npm pipelines Signed-off-by: Hunter Gregory <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Jul 30, 2024
… NPM pipeline fixes (#2882) * [backport] [fix] ci: update cyclonus workflow (#2866) ci: update cyclonus workflow Signed-off-by: Hunter Gregory <[email protected]> * [backport] ci: Update triggers for NPM pipelines (#2867) ci: add triggers to npm pipelines Signed-off-by: Hunter Gregory <[email protected]> * [backport] ci: update Cyclonus workflow triggers (#2868) ci: update Cyclonus triggers Signed-off-by: Hunter Gregory <[email protected]> * [backport] ci: [NPM] speed up Windows conformance and disable Windows Cyclonus/Scale (#2874) * ci: comment out windows cyclonus and windows scale test Signed-off-by: Hunter Gregory <[email protected]> * ci: slim down windows conformance to 14 tests Signed-off-by: Hunter Gregory <[email protected]> * ci: make sure conformance skips "Linux Only" Signed-off-by: Hunter Gregory <[email protected]> * ci: conformance was not running test cases due to formatting Signed-off-by: Hunter Gregory <[email protected]> --------- Signed-off-by: Hunter Gregory <[email protected]> * [backport] ci: [NPM] NPM Conformance Test improvements (#2875) * ci: Always delete npm conformance clusters * test: pin k8s suite version * ci: comment out updated cyclonus * chore: cleanup yaml Signed-off-by: Hunter Gregory <[email protected]> * [backport] ci: [NPM] add bash directive to scale scripts (#2876) ci: add bash directive to scale scripts Signed-off-by: Hunter Gregory <[email protected]> * [backport] fix: [NPM] [Linux] race condition when editing NetPol with "except" CIDR (#2841) * fix: syntax error when deleting nomatch CIDR ipset Signed-off-by: Hunter Gregory <[email protected]> * test: ut members with nomatch Signed-off-by: Hunter Gregory <[email protected]> --------- Signed-off-by: Hunter Gregory <[email protected]> --------- Signed-off-by: Hunter Gregory <[email protected]> Co-authored-by: John Payne <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 triggers for tags and PR(s).
This will enable Scale Test and NPM Conformance pipelines to be required for PR(s) that impact
npm/*
and all to be ran when merge to master occurs or a tag is created.Issue Fixed:
Requirements:
Notes: