From 945d50a3df8f298727bb824f34c93c1e743326c8 Mon Sep 17 00:00:00 2001 From: Andrei Kashchikhin Date: Tue, 4 Feb 2025 10:21:40 +0000 Subject: [PATCH 1/2] update wf name list --- .github/workflows/workflow_rerunner.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow_rerunner.yml b/.github/workflows/workflow_rerunner.yml index d6e92ade349e1d..42de190985473b 100644 --- a/.github/workflows/workflow_rerunner.yml +++ b/.github/workflows/workflow_rerunner.yml @@ -12,9 +12,11 @@ on: - Linux ARM64 (Ubuntu 20.04, Python 3.11) - Linux Static CC (Ubuntu 22.04, Python 3.11, Clang) - Linux RISC-V with Conan (Ubuntu 22.04, Python 3.10) - - Windows (VS 2019, Python 3.11, Release) - - Windows (VS 2019, Python 3.11, Debug) + - Fedora 29 (RHEL 8.4), Python 3.9 + - Windows (VS 2022, Python 3.11, Release) + - Windows (VS 2022, Python 3.11, Debug) - Windows Conditional Compilation (VS 2022, Python 3.11) + - Manylinux 2014 types: - completed pull_request: From 6c0f43d0bae0a6a763b53a510991b72c15d42b1e Mon Sep 17 00:00:00 2001 From: Andrei Kashchikhin Date: Tue, 4 Feb 2025 11:06:09 +0000 Subject: [PATCH 2/2] update for export metrics --- .github/workflows/export_workflow_metrics.yml | 4 ++-- .../{windows_vs2019_debug.yml => windows_vs2022_debug.yml} | 0 ...{windows_vs2019_release.yml => windows_vs2022_release.yml} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{windows_vs2019_debug.yml => windows_vs2022_debug.yml} (100%) rename .github/workflows/{windows_vs2019_release.yml => windows_vs2022_release.yml} (100%) diff --git a/.github/workflows/export_workflow_metrics.yml b/.github/workflows/export_workflow_metrics.yml index 4b4a4234a66506..b12cea3aa237e0 100644 --- a/.github/workflows/export_workflow_metrics.yml +++ b/.github/workflows/export_workflow_metrics.yml @@ -22,8 +22,8 @@ on: - "macOS ARM64 (Python 3.11)" - "Manylinux 2014" - "Webassembly" - - "Windows (VS 2019, Python 3.11, Release)" - - "Windows (VS 2019, Python 3.11, Debug)" + - "Windows (VS 2022, Python 3.11, Release)" + - "Windows (VS 2022, Python 3.11, Debug)" - "Windows Conditional Compilation (VS 2022, Python 3.11)" - "Rerun Workflow with Known Errors" types: diff --git a/.github/workflows/windows_vs2019_debug.yml b/.github/workflows/windows_vs2022_debug.yml similarity index 100% rename from .github/workflows/windows_vs2019_debug.yml rename to .github/workflows/windows_vs2022_debug.yml diff --git a/.github/workflows/windows_vs2019_release.yml b/.github/workflows/windows_vs2022_release.yml similarity index 100% rename from .github/workflows/windows_vs2019_release.yml rename to .github/workflows/windows_vs2022_release.yml