-
Couldn't load subscription status.
- Fork 3.2k
P3.14 disable #43594
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
Open
achauhan-scc
wants to merge
30
commits into
Azure:main
Choose a base branch
from
achauhan-scc:p2.14_disable
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
P3.14 disable #43594
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
561d2e5
testing
achauhan-scc 4de739d
Merge branch 'Azure:main' into main
achauhan-scc fd48755
Merge branch 'Azure:main' into main
achauhan-scc aa0e38c
Merge branch 'Azure:main' into main
achauhan-scc fc47088
Merge branch 'Azure:main' into main
achauhan-scc 9b3b0f1
Merge branch 'Azure:main' into main
achauhan-scc 4e05a44
Merge branch 'Azure:main' into main
achauhan-scc 3ef3043
Merge branch 'Azure:main' into main
achauhan-scc 0fdf2d7
Merge branch 'Azure:main' into main
achauhan-scc f230ef7
api review comment for kwargs in job entity
achauhan-scc 3f360f9
remove unuse entry in change log
achauhan-scc 9999fdf
Merge branch 'Azure:main' into main
achauhan-scc 960f8ef
Merge branch 'Azure:main' into main
achauhan-scc 4e0187e
Merge branch 'Azure:main' into main
achauhan-scc 65614ee
Merge branch 'Azure:main' into main
achauhan-scc 1ef1b5f
Merge branch 'Azure:main' into main
achauhan-scc 7226ff1
Merge branch 'Azure:main' into main
achauhan-scc 2b00850
Merge branch 'Azure:main' into main
achauhan-scc 3d1a866
Merge branch 'Azure:main' into main
achauhan-scc ccca95d
Merge branch 'Azure:main' into main
achauhan-scc e31dd4d
Merge branch 'Azure:main' into main
achauhan-scc a64b091
Merge branch 'Azure:main' into main
achauhan-scc 5e0720c
Merge branch 'Azure:main' into main
achauhan-scc 13351ff
Merge branch 'Azure:main' into main
achauhan-scc 77a576c
Merge branch 'Azure:main' into main
achauhan-scc 04b37e1
Merge branch 'Azure:main' into main
achauhan-scc b814513
Merge branch 'Azure:main' into main
achauhan-scc 49951b0
disabling 3.14 test cases
achauhan-scc 5a4f620
testability matrix
achauhan-scc 1ffdb80
following eval
achauhan-scc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| { | ||
| "displayNames": { | ||
| "--disablecov": "", | ||
| "false": "", | ||
| "true": "" | ||
| }, | ||
| "matrix": { | ||
| "Agent": { | ||
| "macos-latest": { "OSVmImage": "env:MACVMIMAGE", "Pool": "env:MACPOOL" }, | ||
| "ubuntu-24.04": { "OSVmImage": "env:LINUXVMIMAGE", "Pool": "env:LINUXPOOL" } | ||
| }, | ||
| "PythonVersion": [ "3.9", "3.11", "3.10" ], | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false" | ||
| }, | ||
| "include": [ | ||
| { | ||
| "CoverageConfig": { | ||
| "ubuntu2404_39_coverage": { | ||
| "OSVmImage": "env:LINUXVMIMAGE", | ||
| "Pool": "env:LINUXPOOL", | ||
| "PythonVersion": "3.9", | ||
| "CoverageArg": "", | ||
| "TestSamples": "false" | ||
| } | ||
| } | ||
| }, | ||
| { | ||
| "Config": { | ||
| "Ubuntu2404_312": { | ||
| "OSVmImage": "env:LINUXVMIMAGE", | ||
| "Pool": "env:LINUXPOOL", | ||
| "PythonVersion": "3.12", | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false" | ||
| } | ||
| } | ||
| }, | ||
| { | ||
| "Config": { | ||
| "sk_Ubuntu2404_310": { | ||
| "OSVmImage": "env:LINUXVMIMAGE", | ||
| "Pool": "env:LINUXPOOL", | ||
| "PythonVersion": "3.10", | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false", | ||
| "InjectedPackages": "semantic-kernel", | ||
| "UnsupportedToxEnvironments": "sdist,depends,latestdependency,mindependency,whl_no_aio" | ||
| } | ||
| } | ||
| }, | ||
| { | ||
| "Config": { | ||
| "Ubuntu2404_313": { | ||
| "OSVmImage": "env:LINUXVMIMAGE", | ||
| "Pool": "env:LINUXPOOL", | ||
| "PythonVersion": "3.13", | ||
| "CoverageArg": "--disablecov", | ||
| "TestSamples": "false" | ||
| } | ||
| } | ||
| } | ||
| ] | ||
| } |
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.
Uh oh!
There was an error while loading. Please reload this page.