forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing metrics workflow (openvinotoolkit#28036)
Metrics workflow doesn't work after recent changes made in openvinotoolkit#28010
- Loading branch information
Showing
2 changed files
with
100 additions
and
25 deletions.
There are no files selected for viewing
50 changes: 25 additions & 25 deletions
50
...flows/send_workflows_to_opentelemetry.yml → ...hub/workflows/export_workflow_metrics.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |