Conversation
jiasli
commented
Nov 19, 2021
|
|
||
| # azure-cli-ml: https://github.com/Azure/azure-cli-extensions/issues/826 | ||
| ignore_list='azure-cli-ml fzf' | ||
| ignore_list='azure-cli-ml fzf arcappliance arcdata connectedk8s' |
Member
Author
There was a problem hiding this comment.
arcapplianceis added by @pkoushik in [New Extension] Adding Support for Arc Appliance CLI Extension azure-cli-extensions#3079arcdatais added by @swells in chore(arcdata): version bump to 1.1.1 azure-cli-extensions#4069connectedk8sis added by @akashkeshari in cli extension for connected kubernetes RP azure-cli-extensions#1570
arcappliance, arcdata and connectedk8s should depend on the same kubernetes version.
Collaborator
|
CI |
wangzelin007
approved these changes
Nov 19, 2021
yonzhan
approved these changes
Nov 19, 2021
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
evelyn-ys
approved these changes
Nov 22, 2021
kairu-ms
approved these changes
Nov 22, 2021
3 tasks
3 tasks
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.
Symptom
CI fails with
https://dev.azure.com/azure-sdk/public/_build/results?buildId=1204020&view=logs&jobId=dec4b9a0-9c0f-52f1-3e08-6456fce2bf62&j=dec4b9a0-9c0f-52f1-3e08-6456fce2bf62&t=98b838e2-1481-5123-a5d1-63f080201667
Debug
In
scripts/ci/test_extensions.sh, add a debug linebefore
We can see the output to be
Using a docker image locally, we can see
kubernetes-12.0.1contains a new moduleexceptions.pynot existing inkubernetes-11.0.0. When multiplekubernetess appear onsys.path, only the first one is honored.Fix
To treat these extensions equally without discrimination, disable all 3 extensions.
Proposal
az extension addshould be able to detect conflicting dependencies.