You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't we be running at least some of the CI/CD tests for both dev and main branches? In theory nothing should be committed to main that wasn't tested but it wouldn't hurt maybe to double check that. Also anywhere that MONAI is installed directly from the repo needs to refer to dev branch I think otherwise the main branch will be tested or deployed instead. Here I think it should refer to dev?
Shouldn't we be running at least some of the CI/CD tests for both dev and main branches? In theory nothing should be committed to main that wasn't tested but it wouldn't hurt maybe to double check that. Also anywhere that MONAI is installed directly from the repo needs to refer to dev branch I think otherwise the main branch will be tested instead.
yes, this is the part fordev branch only, this will be used for our daily pull request handling, would be great to get this running first. I'm working on the details of the main branch and the releasing related ones, they will be in another few PRs.
This file contains hidden or 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
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.
Signed-off-by: Wenqi Li [email protected]
part of #2041
Description
enable all dev branch related tests
Status
Ready
Types of changes