Skip to content

Commit 78dc065

Browse files
authored
Remove smoke-tests and fix aggregate reports (Azure#45835)
Remove smoke-tests and fix aggregate reports
1 parent 1e86fd2 commit 78dc065

File tree

34 files changed

+43
-1391
lines changed

34 files changed

+43
-1391
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -899,9 +899,6 @@
899899
# PRLabel: %Azure.Identity
900900
/sdk/e2e/ @g2vinay @joshfree @Azure/azure-java-sdk
901901

902-
# PRLabel: %common
903-
/common/smoke-tests/ @alzimmermsft @srnagar @joshfree @jonathangiles @g2vinay @conniey @Azure/azure-java-sdk
904-
905902
# PRLabel: %common
906903
/common/perf-test-core/ @alzimmermsft @srnagar @g2vinay @Azure/azure-java-sdk
907904

.vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
1. Install VS Code.
66
2. Install the Code Spell Checker by Street Side Software.
7-
This will allow testing of the changes locally with minimal effort. Literally, you'll just need to load a file and anything it flags will be underlined in blue. The configuration definition can be found at <https://cspell.org/configuration/>
7+
This will allow testing of the changes locally with minimal effort. Literally, you'll just need to load a file and anything it flags will be underlined in blue. The configuration definition can be found at <https://cspell.org/docs/Configuration>
88
3. The main spellcheck document can be found [here](https://github.com/Azure/azure-sdk-tools/blob/main/doc/common/spellcheck.md) in the [azure-sdk-tools](https://github.com/Azure/azure-sdk-tools) repository.
99

1010
## Words and word boundaries

.vscode/cspell.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,12 @@
872872
"listbyconfigurationprofileassignments"
873873
]
874874
},
875+
{
876+
"filename": "sdk/storage/CONTRIBUTING.md",
877+
"words": [
878+
"HKLM"
879+
]
880+
},
875881
{
876882
"filename": "sdk/storage/azure-storage-common/**",
877883
"words": [

common/smoke-tests/README.md

Lines changed: 0 additions & 138 deletions
This file was deleted.

common/smoke-tests/pom.xml

Lines changed: 0 additions & 170 deletions
This file was deleted.

common/smoke-tests/smoke-test-dependencies.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)