Skip to content

Commit 3ea01c3

Browse files
authored
[CI] [GHA] Update workflow list in rerunner and statistics collection workflows (openvinotoolkit#28811)
### Tickets: - Should also cover *158401*
1 parent c31a4c8 commit 3ea01c3

4 files changed

+6
-4
lines changed

.github/workflows/export_workflow_metrics.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ on:
2222
- "macOS ARM64 (Python 3.11)"
2323
- "Manylinux 2014"
2424
- "Webassembly"
25-
- "Windows (VS 2019, Python 3.11, Release)"
26-
- "Windows (VS 2019, Python 3.11, Debug)"
25+
- "Windows (VS 2022, Python 3.11, Release)"
26+
- "Windows (VS 2022, Python 3.11, Debug)"
2727
- "Windows Conditional Compilation (VS 2022, Python 3.11)"
2828
- "Rerun Workflow with Known Errors"
2929
types:

.github/workflows/workflow_rerunner.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ on:
1212
- Linux ARM64 (Ubuntu 20.04, Python 3.11)
1313
- Linux Static CC (Ubuntu 22.04, Python 3.11, Clang)
1414
- Linux RISC-V with Conan (Ubuntu 22.04, Python 3.10)
15-
- Windows (VS 2019, Python 3.11, Release)
16-
- Windows (VS 2019, Python 3.11, Debug)
15+
- Fedora 29 (RHEL 8.4), Python 3.9
16+
- Windows (VS 2022, Python 3.11, Release)
17+
- Windows (VS 2022, Python 3.11, Debug)
1718
- Windows Conditional Compilation (VS 2022, Python 3.11)
19+
- Manylinux 2014
1820
types:
1921
- completed
2022
pull_request:

0 commit comments

Comments
 (0)