-
Notifications
You must be signed in to change notification settings - Fork 38
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
Modified azure-pipeline.yml to use ubuntu-latest versus ubuntu-16.04 #1166
Modified azure-pipeline.yml to use ubuntu-latest versus ubuntu-16.04 #1166
Conversation
… This was necessary as support for Ubuntu 16.04 was removed from Azure DevOps on 18 October 2021. See this URL for details: actions/runner-images#3287
There are two references in azure-pipelines.yml, and one in azure-templates.yml. This PR only addresses one of the three. |
My bad - blinded by the light. Addressed the problem by changing ALL instances of ubuntu-16.04 to ubuntu-latest. |
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: straightforward update to linux base image
…pacetelescope#1166) * Modified azure-pipeline.yml to use ubuntu-latest versus ubuntu-16.04. This was necessary as support for Ubuntu 16.04 was removed from Azure DevOps on 18 October 2021. See this URL for details: actions/runner-images#3287 * Updated *all* instances of ubuntu-16.04 to ubuntu-latest.
* Modified azure-pipeline.yml to use ubuntu-latest versus ubuntu-16.04 (#1166) * Modified azure-pipeline.yml to use ubuntu-latest versus ubuntu-16.04. This was necessary as support for Ubuntu 16.04 was removed from Azure DevOps on 18 October 2021. See this URL for details: actions/runner-images#3287 * Updated *all* instances of ubuntu-16.04 to ubuntu-latest. * No longer create MVM exposure level DRC images (#1167) * Remove unmodified input files from disk and manifest file (#1163) * Identify and remove unmodified inputs from disk * Apply logic in MVM classes * Change floating point fill value from -9999.9 to -9999.0 to ease (#1165) comparison issues. Co-authored-by: mdlpstsci <[email protected]>
…pacetelescope#1166) * Modified azure-pipeline.yml to use ubuntu-latest versus ubuntu-16.04. This was necessary as support for Ubuntu 16.04 was removed from Azure DevOps on 18 October 2021. See this URL for details: actions/runner-images#3287 * Updated *all* instances of ubuntu-16.04 to ubuntu-latest.
Modified azure-pipeline.yml to use ubuntu-latest versus ubuntu-16.04. This was necessary
as support for Ubuntu 16.04 was removed from Azure DevOps on 18 October 2021. See this
URL for details: actions/runner-images#3287