-
Notifications
You must be signed in to change notification settings - Fork 1.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
[dev-tool][smoke-tests] Use same configuration for skippable samples in live environments #13515
Merged
witemple-msft
merged 6 commits into
Azure:master
from
witemple-msft:dev-tool/st-alignment
Feb 3, 2021
Merged
[dev-tool][smoke-tests] Use same configuration for skippable samples in live environments #13515
witemple-msft
merged 6 commits into
Azure:master
from
witemple-msft:dev-tool/st-alignment
Feb 3, 2021
Conversation
This file contains 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
witemple-msft
added
EngSys
This issue is impacting the engineering system.
dev-tool
Issues related to the Azure SDK for JS dev-tool
labels
Feb 1, 2021
witemple-msft
requested review from
0rland0Wats0n,
ankitarorabit,
chradek,
deyaaeldeen,
DominikMe,
HarshaNalluru,
jeremymeng,
jiacfan,
sophiajt,
KarishmaGhiya,
ljian3377,
maorleger,
mikeharder,
praveenkuttappan,
ramya-rao-a,
richardpark-msft,
sadasant,
vinjiang,
XiaoningLiu,
xirzec and
a team
as code owners
February 1, 2021 21:29
ghost
added
the
Communication
label
Feb 1, 2021
ghost
added
Digital Twins
Event Hubs
Service Bus
KeyVault
Storage
Storage Service (Queues, Blobs, Files)
Cognitive - Text Analytics
Cognitive - Form Recognizer
Cognitive - Metrics Advisor
labels
Feb 1, 2021
witemple-msft
changed the title
Dev tool/st alignment
[dev-tool][smoke-tests] Use same configuration for skippable samples in live environments
Feb 1, 2021
/azp run js - ai-text-analytics - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
benbp
approved these changes
Feb 1, 2021
openapi-sdkautomation bot
pushed a commit
to AzureSDKAutomation/azure-sdk-for-js
that referenced
this pull request
Apr 1, 2021
Merge Dev-containerservice-microsoft.containerservice-2021-03-01 API to master (Azure#13737) * Adds base for updating Microsoft.ContainerService from version stable/2021-02-01 to version 2021-03-01 * Updates readme * Updates API version in new specs and examples * fix the top swagger offenses caused by privateLinkResources, enableCSIProxy and OSDiskSize range (Azure#13349) Co-authored-by: Charlie Li <[email protected]> * Add enableFIPS property to 2021-03-01 API in dev 2021-03-01 branch (Azure#13359) * fix the top swagger offenses caused by privateLinkResources, enableCSIProxy and OSDiskSize range * Add enableFIPS property to the 2021-03-01 API * Add enableFIPS property to the 2021-03-01 API Co-authored-by: Charlie Li <[email protected]> * adding node-image upgrade channel enum (Azure#13375) Co-authored-by: Charlie McBride <[email protected]> * Add httpProxyConfig specs to 2021-03-01 API - dev (Azure#13410) * Add httpProxyConfig specs to 2021-03-01 API - dev * Fix prettier * aks: add `bindingSelector` to managed cluster pod identity profile (Azure#13399) * AKS runCommand new feature (Azure#13420) * runCommand target to 03-01 * fix api-version in examples * Add property disableLocalAccounts to 2021-03-01 API version (Azure#13385) * Add property disableLocalAccounts * Fix indentation * Add OSSKU and GPUInstanceProfile to containerservice/microsoft.container API 2021-03-01 (Azure#13532) * Add OSSKU and GPUInstanceProfile * Add sample for OSSKU and GPUInstanceProfile * Fix custom words * Reference sample files * update custom-words * Update readme for sdks (Azure#13515) * update readme for sdks * update readme for sdks Co-authored-by: Charlie Li <[email protected]> * Add example to create agent pool with FIPS enabled (Azure#13557) * add example to create agent pool with FIPS enabled * change a property name in the example file Co-authored-by: Charlie Li <[email protected]> * Added extended location parameter to managed cluster which will target all agent pools to that extended location. (Azure#13560) * Add data model for get OS options. (Azure#13619) * Add data model for get OS options. * Add default resource name in API path. * Fix container service tags. (Azure#13739) Co-authored-by: Tongyao Si <[email protected]> Co-authored-by: Charlie Li <[email protected]> Co-authored-by: Charlie McBride <[email protected]> Co-authored-by: Charlie McBride <[email protected]> Co-authored-by: Bo Wang <[email protected]> Co-authored-by: hbc <[email protected]> Co-authored-by: Haitao Chen <[email protected]> Co-authored-by: Tony Xu <[email protected]> Co-authored-by: Mirza Sikander <[email protected]> Co-authored-by: Jun Sun <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Cognitive - Form Recognizer
Cognitive - Metrics Advisor
Cognitive - Text Analytics
Communication
dev-tool
Issues related to the Azure SDK for JS dev-tool
Digital Twins
EngSys
This issue is impacting the engineering system.
Event Hubs
KeyVault
Service Bus
Storage
Storage Service (Queues, Blobs, Files)
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.
NOTE: If you were added as a reviewer to this PR because you are a package/service maintainer, there is NO REQUIRED ACTION from you. We are changing a configuration setting related to smoke-test automation, so everyone was added.
CC @benbp , this PR changes the samples scripts to use the
//smokeTestConfiguration
setting, which I renamed//sampleConfiguration
.The way the samples harness is treating it at the moment is as an "extensionless" reverse path. It trims off the .js/.ts extension and if a sample file ends with the whole path listed in the skip list (again, minus the extension), then it will be skipped.
I still need to do some testing on this because I think the matching logic is a little wonky, but wanted to get this up for conceptual review first.
Closes #13007