Skip to content

Commit

Permalink
Fixing metrics workflow (openvinotoolkit#28036)
Browse files Browse the repository at this point in the history
Metrics workflow doesn't work after recent changes made in
openvinotoolkit#28010
  • Loading branch information
ababushk authored Dec 12, 2024
1 parent e3ebef2 commit dba4ef1
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
name: Export workflow metrics (BETA)
name: Export workflow metrics

on:
workflow_run:
workflows:
- Android ARM64 with vcpkg
- Android x64
- Cleanup caches
- Coverity (Ubuntu 20.04, Python 3.11)
- Debian 10 ARM
- Fedora 29 (RHEL 8.4), Python 3.9
- Linux (Ubuntu 20.04, Python 3.9)
- Linux (Ubuntu 22.04, Python 3.11)
- Linux (Ubuntu 24.04, Python 3.12)
- 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)
- Linux (Ubuntu 22.04, Python 3.11, Intel DPC++ Compiler)
- Linux CPU Plugin Snippets with LIBXSMM (Ubuntu 20.04)
- Linux Sanitizers (Ubuntu 20.04, Python 3.9)
- macOS (Python 3.11)
- macOS ARM64 (Python 3.11)
- Manylinux 2014
- Webassembly
- Windows (VS 2019, Python 3.11, Release)
- Windows (VS 2019, Python 3.11, Debug)
- Windows Conditional Compilation (VS 2022, Python 3.11)
- Rerun Workflow with Known Errors
- "Android ARM64 with vcpkg"
- "Android x64"
- "Cleanup caches"
- "Coverity (Ubuntu 20.04, Python 3.11)"
- "Debian 10 ARM"
- "Fedora 29 (RHEL 8.4), Python 3.9"
- "Linux (Ubuntu 20.04, Python 3.9)"
- "Linux (Ubuntu 22.04, Python 3.11)"
- "Linux (Ubuntu 24.04, Python 3.12)"
- "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)"
- "Linux (Ubuntu 22.04, Python 3.11, Intel DPC++ Compiler)"
- "Linux CPU Plugin Snippets with LIBXSMM (Ubuntu 20.04)"
- "Linux Sanitizers (Ubuntu 20.04, Python 3.9)"
- "macOS (Python 3.11)"
- "macOS ARM64 (Python 3.11)"
- "Manylinux 2014"
- "Webassembly"
- "Windows (VS 2019, Python 3.11, Release)"
- "Windows (VS 2019, Python 3.11, Debug)"
- "Windows Conditional Compilation (VS 2022, Python 3.11)"
- "Rerun Workflow with Known Errors"
types:
- completed

permissions: read-all

jobs:
otel-export-trace:
export-workflow-metrics:
name: Export finished workflow metrics
runs-on: aks-linux-2-cores-8gb
if: ${{ github.repository_owner == 'openvinotoolkit' }}
Expand Down
75 changes: 75 additions & 0 deletions .github/workflows/workflows_to_track.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
==> ./stale_prs_and_issues.yml <==
name: 'Close stale issues and PRs'
==> ./build_doc.yml <==
name: Documentation
==> ./ovc.yml <==
name: OVC
==> ./ubuntu_22.yml <==
name: Linux (Ubuntu 22.04, Python 3.11)
==> ./windows_conditional_compilation.yml <==
name: Windows Conditional Compilation (VS 2022, Python 3.11)
==> ./send_workflows_to_opentelemetry.yml <==
name: Export workflow metrics (BETA)
==> ./ubuntu_22_dpcpp.yml <==
name: Linux (Ubuntu 22.04, Python 3.11, Intel DPC++ Compiler)
==> ./coverage.yml <==
name: Code coverage
==> ./linux_conditional_compilation.yml <==
name: Linux Static CC (Ubuntu 22.04, Python 3.11, Clang)
==> ./workflows_scans.yml <==
name: GitHub Actions Workflows Scans
==> ./check_pr_commits.yml <==
name: PR Commits
==> ./windows_vs2019_debug.yml <==
name: Windows (VS 2019, Python 3.11, Debug)
==> ./files_size.yml <==
name: Files Size
==> ./cleanup_caches.yml <==
name: Cleanup caches
==> ./mac.yml <==
name: macOS (Python 3.11)
==> ./merge_queue_stub.yml <==
==> ./debian_10_arm.yml <==
name: Debian 10 ARM
==> ./android_arm64.yml <==
name: Android ARM64 with vcpkg
==> ./code_style.yml <==
name: Code Style
==> ./manylinux_2014.yml <==
name: Manylinux 2014
==> ./linux_arm64.yml <==
name: Linux ARM64 (Ubuntu 20.04, Python 3.11)
==> ./dev_cpu_linux_snippets_libxsmm.yml <==
name: Linux CPU Plugin Snippets with LIBXSMM (Ubuntu 20.04)
==> ./labeler.yml <==
name: "Pull Request Labeler"
==> ./mac_arm64.yml <==
name: macOS ARM64 (Python 3.11)
==> ./dependency_review.yml <==
name: 'Dependency Review'
==> ./fedora_29.yml <==
name: Fedora 29 (RHEL 8.4), Python 3.9
==> ./code_snippets.yml <==
name: Code snippets
==> ./ubuntu_20.yml <==
name: Linux (Ubuntu 20.04, Python 3.9)
==> ./linux_riscv.yml <==
name: Linux RISC-V with Conan (Ubuntu 22.04, Python 3.10)
==> ./android_x64.yml <==
name: Android x64
==> ./workflow_rerunner.yml <==
name: Rerun Workflow with Known Errors
==> ./linux_sanitizers.yml <==
name: Linux Sanitizers (Ubuntu 20.04, Python 3.9)
==> ./py_checks.yml <==
name: Python API Checks
==> ./webassembly.yml <==
name: Webassembly
==> ./ubuntu_24.yml <==
name: Linux (Ubuntu 24.04, Python 3.12)
==> ./assign_issue.yml <==
name: Take Issue
==> ./windows_vs2019_release.yml <==
name: Windows (VS 2019, Python 3.11, Release)
==> ./coverity.yml <==
name: Coverity (Ubuntu 20.04, Python 3.11)

0 comments on commit dba4ef1

Please sign in to comment.