mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 10:00:57 +09:00
Fix various typos (#43073)
* Fix various typos * `occurence`, `occurance` -> `occurrence` * `accross` -> `across` * `adddress`, `addresss` -> `address` * `alignement`, `aligment` -> `alignment` * Remove `c` from triple c. * Remove `s` from triple s. * In palsuite, `Successs` (with triple s) was in commented out `Trace()` message, removed all commented out `Trace()` calls from such files. * Fix invalid markdown in `unix-test-instructions.md`. * Revert event source change
This commit is contained in:
parent
730215a676
commit
4486164506
90 changed files with 574 additions and 656 deletions
|
@ -1,6 +1,6 @@
|
|||
# CI Health and Investigation
|
||||
|
||||
`dotnet/runtime` runs testing accross many different architectures and operating systems. The breadth of testing that happens lends itself to a complex system which is susceptible to different points of failure.
|
||||
`dotnet/runtime` runs testing across many different architectures and operating systems. The breadth of testing that happens lends itself to a complex system which is susceptible to different points of failure.
|
||||
|
||||
Note that this document focuses on coreclr testing in `dotnet/runtime`.
|
||||
|
||||
|
@ -103,7 +103,7 @@ In order to view the analytics of the pipeline navigate to [runtime-coreclr](htt
|
|||
|
||||
**Pipeline Pass Rate**
|
||||
|
||||
This is tracking the pipeline pass rate generally over two weeks. This view is not very useful for [runtime-coreclr](https://dev.azure.com/dnceng/public/_build?definitionId=649) as the PR pipeline is expected to break during PR validation. Therefore, it is generally recommended to view [runtime-coreclr outerloop](https://dev.azure.com/dnceng/public/_build?definitionId=655) to get a better idea of what the overall success rate is for [runtime-coreclr](https://dev.azure.com/dnceng/public/_build?definitionId=228). Note that this is not exactly a fair comparison as we run signicantly more tests in [runtime-outerloop](https://dev.azure.com/dnceng/public/_build?definitionId=655) accross more platforms. It is however, a good proxy to see the overall CI health.
|
||||
This is tracking the pipeline pass rate generally over two weeks. This view is not very useful for [runtime-coreclr](https://dev.azure.com/dnceng/public/_build?definitionId=649) as the PR pipeline is expected to break during PR validation. Therefore, it is generally recommended to view [runtime-coreclr outerloop](https://dev.azure.com/dnceng/public/_build?definitionId=655) to get a better idea of what the overall success rate is for [runtime-coreclr](https://dev.azure.com/dnceng/public/_build?definitionId=228). Note that this is not exactly a fair comparison as we run signicantly more tests in [runtime-outerloop](https://dev.azure.com/dnceng/public/_build?definitionId=655) across more platforms. It is however, a good proxy to see the overall CI health.
|
||||
|
||||
Opening the [runtime-outerloop Pipeline Pass Rate](https://dev.azure.com/dnceng/public/_pipeline/analytics/stageawareoutcome?definitionId=655&contextType=build) there is a presentation of a line graph of the end to end success rate for the pipeline over time.
|
||||
|
||||
|
|
|
@ -81,7 +81,8 @@ PAL tests
|
|||
|
||||
Build CoreCLR with PAL tests on the Unix machine:
|
||||
|
||||
```sh ./build.sh clr.paltests
|
||||
```sh
|
||||
./build.sh clr.paltests
|
||||
```
|
||||
|
||||
Run tests:
|
||||
|
@ -100,4 +101,4 @@ artifacts/bin/coreclr/$(uname).x64.Debug/paltests/runpaltests.sh $(pwd)/artifact
|
|||
Test results will go into: `/tmp/PalTestOutput/default/pal_tests.xml`
|
||||
|
||||
To disable tests in the CI edit
|
||||
`src/coreclr/src/pal/tests/palsuite/issues.targets`
|
||||
`src/coreclr/src/pal/tests/palsuite/issues.targets`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue