-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Disable Jetty by default. #4964
Conversation
Can't wait to get this merged! |
/azp run java - keyvault - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
Those CI times are super nice. |
/azp run java - keyvault - ci.data |
Azure Pipelines successfully started running 1 pipeline(s). |
I think that this PR is ready to go. When it is merged all pipelines that include track 1 and track 2 libraries will continue to build as usual (including starting Jetty). Then for libraries which have no track 1 elements we can simply set the EnableJetty flag to false and Jetty will disappear from the build times. For libraries that contain track 1 and track 2 libraries work needs to be done on a per library basis to split out the track 1 libraries into a separate build. This PR contains an example of how this is done for KeyVault (using profiles). The template yml is setup so that Jetty will start unless it is specifically disabled, but the approach to the |
Spoke too soon - looks like the track 1 build is failing. Not sure why. |
OK - it looks like some recorded tests didn't come across in the move. Will need to go back and find them and put them in the right place. |
/azp run java - keyvault - ci |
/azp run java - keyvault - ci.data |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
d313540
to
880672c
Compare
Adds a flag to the pipeline which controls whether it is a track 1 or track 2 build.
Adds a flag to the pipeline which controls whether it is a track 1 or track 2 build.
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.
LGTM
No description provided.