Commit 673d728
authored
Update Dr.CI to use the list of unstable issues (#5131)
This is the next part of #5122
where Dr.CI also uses the list of unstable issues to check if a job is
an unstable job. The same function `isUnstableJob` that powers HUD from
#5122 is used.
### Testing
Mark a job on ET as unstable
pytorch/executorch#3344 as shown on HUD
https://hud.pytorch.org/hud/pytorch/executorch/main and Dr.CI applies
the same logic on a PR pytorch/executorch#3318
to show the job as unstable.
```
curl --request POST \
--url "http://localhost:3000/api/drci/drci?prNumber=3318" \
--header "Authorization: TOKEN" \
--data 'repo=executorch'
```
<!-- drci-comment-start -->
## 🔗 Helpful Links
### 🧪 See artifacts and rendered test results at
[hud.pytorch.org/pr/pytorch/executorch/3318](https://hud.pytorch.org/pr/pytorch/executorch/3318)
* 📄 Preview [Python docs built from this
PR](https://docs-preview.pytorch.org/pytorch/executorch/3318/index.html)
Note: Links to docs will display an error until the docs builds have
been completed.
## ✅ You can merge normally! (1 Unrelated Failure)
As of commit f712e381c161901b733baa6b1fe7d85dc25404d3 with merge base
b669056c1cff5f7fe3786df9e68a14447cd5410b (<sub><sub><img alt="image"
width=70
src="https://img.shields.io/date/1713981882?label=&color=FFFFFF&style=flat-square"></sub></sub>):
<details ><summary><b>UNSTABLE</b> - The following job failed but was
likely due to flakiness present on trunk and has been marked as
unstable:</summary><p>
* [Android / test-llama-app / mobile-job
(android)](https://hud.pytorch.org/pr/pytorch/executorch/3318#24225451316)
([gh](https://github.com/pytorch/executorch/actions/runs/8821313480/job/24225451316))
`Credentials could not be loaded, please check your action inputs: Could
not load credentials from any providers`
</p></details>
This comment was automatically generated by Dr. CI and updates every 15
minutes.
<!-- drci-comment-end -->1 parent 88b6a0a commit 673d728
File tree
3 files changed
+41
-7
lines changed- torchci
- pages/api/drci
- test
3 files changed
+41
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
120 | | - | |
| 122 | + | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
628 | 631 | | |
629 | 632 | | |
630 | 633 | | |
631 | | - | |
| 634 | + | |
| 635 | + | |
632 | 636 | | |
633 | 637 | | |
634 | 638 | | |
| |||
649 | 653 | | |
650 | 654 | | |
651 | 655 | | |
652 | | - | |
| 656 | + | |
653 | 657 | | |
654 | 658 | | |
655 | 659 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
234 | 248 | | |
235 | 249 | | |
236 | 250 | | |
| |||
528 | 542 | | |
529 | 543 | | |
530 | 544 | | |
531 | | - | |
| 545 | + | |
532 | 546 | | |
533 | 547 | | |
534 | 548 | | |
535 | 549 | | |
536 | 550 | | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
537 | 562 | | |
| 563 | + | |
538 | 564 | | |
539 | 565 | | |
540 | 566 | | |
541 | 567 | | |
542 | | - | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
543 | 571 | | |
544 | 572 | | |
545 | 573 | | |
546 | 574 | | |
547 | | - | |
| 575 | + | |
548 | 576 | | |
549 | 577 | | |
550 | 578 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
| |||
0 commit comments