{Packaging} Fix CI job "Test Yum Package" by using centos7#21207
Merged
{Packaging} Fix CI job "Test Yum Package" by using centos7#21207
centos7#21207Conversation
Collaborator
|
Packaging |
kairu-ms
approved these changes
Feb 7, 2022
wangzelin007
approved these changes
Feb 7, 2022
zhoxing-ms
pushed a commit
to zhoxing-ms/azure-cli
that referenced
this pull request
Feb 14, 2022
3 tasks
zhoxing-ms
added a commit
that referenced
this pull request
Feb 14, 2022
* [Packaging] BREAKING CHANGE: Drop `jmespath-terminal` from docker image (#21206) * {Packaging} Fix CI job "Test Yum Package" by using `centos7` (#21207) * Update azure-pipelines.yml for Azure Pipelines (#21230) Pin version for cred scan Co-authored-by: Jiashuo Li <4003950+jiasli@users.noreply.github.com>
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
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.
Description
Since CentOS 8 has been deprecated,
centos8image no longer works:https://dev.azure.com/azure-sdk/public/_build/results?buildId=1348614&view=logs&j=1e6fba43-bdcf-51f0-a062-3712c33fbb51&t=a1e787eb-ec67-5c3d-79ec-0c68f4f59d65
This PR is only a quick fix to unblock CI by reverting to
centos7which is still supported. (However,centos7has its own complication.)See https://forums.centos.org/viewtopic.php?f=54&t=78708