* Partial progress * Finish v1 * Cleanup * Remove useless files * Fix path to pdpd * Fix onnx path * Minor change * Rework MO * Minor change * Remove some costraints * Add MO constraints * Update gitignore for MO * Minor change * Apply tech sync discussion * Cleanup * CR comment * Debug ONNX FE * simplify ONNX FE * Update cmake * Hardcode ONNX requirement * Add dependency resolver to cmake * Add constraints for openvino/tests * Add missing pytest-html * Fix -c path * Revert debug changes to path * Add cmake to copy constraints.txt * Update dependabot * Remove slash * Remove cmake * Debug prints * Minor changes * Move reqs check to separate file * Add requirements parser to benchmark_tool * Fix smoke tests constraints * Minor fixes * Minor change * My fixes were apparently wrong * Debug - self.executable_path * Debug - add singledispatch to tests and tools * Debug - print IE_APP_PATHs * Revert "Debug - print IE_APP_PATHs" This reverts commit67ccb6d3f5. * Revert "Debug - add singledispatch to tests and tools" This reverts commit3b945931e2. * Revert "Debug - self.executable_path" This reverts commit3aa724eff6. * update dependabot * update dependabot * Skip benchmark_app tests * Use CMAKE_CURRENT_BINARY_DIR in cmake * Remove debug prints * minor change --------- Signed-off-by: p-wysocki <przemyslaw.wysocki@intel.com>
160 lines
3.5 KiB
YAML
160 lines
3.5 KiB
YAML
# See help here: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
|
|
|
|
version: 2
|
|
updates:
|
|
#
|
|
# Python product dependencies
|
|
#
|
|
|
|
# Python API, Frontends
|
|
- package-ecosystem: pip
|
|
directory: "/src/bindings/python/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Poland"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "akuporos"
|
|
- "rkazants"
|
|
- "ceciliapeng2011"
|
|
- "meiyang-intel"
|
|
- "mbencer"
|
|
- "tomdol"
|
|
- "jane-intel"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
# Tests
|
|
- package-ecosystem: pip
|
|
directory: "/tests"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Poland"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "akuporos"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
# Model Optimizer, openvino_dev and Benchmark tool
|
|
- package-ecosystem: pip
|
|
directory: "/tools"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "rkazants"
|
|
- "andrei-kochin"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "akuporos"
|
|
- "Wovchena"
|
|
allow:
|
|
- dependency-name: "*"
|
|
dependency-type: "production"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
# POT requirements
|
|
- package-ecosystem: pip
|
|
directory: "/tools/pot"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "AlexKoff88"
|
|
- "KodiaqQ"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "akuporos"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
#
|
|
# Python Samples
|
|
#
|
|
|
|
- package-ecosystem: pip
|
|
directory: "/samples/python/hello_reshape_ssd/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "Wovchena"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "akuporos"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
- package-ecosystem: pip
|
|
directory: "/samples/python/classification_sample_async/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "Wovchena"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "akuporos"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
- package-ecosystem: pip
|
|
directory: "/samples/python/benchmark/bert_benchmark/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "Wovchena"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "akuporos"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
- package-ecosystem: pip
|
|
directory: "/samples/python/hello_classification/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
open-pull-requests-limit: 3
|
|
assignees:
|
|
- "Wovchena"
|
|
- "jiwaszki"
|
|
- "p-wysocki"
|
|
- "akuporos"
|
|
- "rkazants"
|
|
versioning-strategy: increase-if-necessary
|
|
|
|
#
|
|
# Github actions - CI
|
|
#
|
|
|
|
# Github actions
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "Asia/Dubai"
|
|
assignees:
|
|
- "ilyachur"
|
|
- "ilya-lavrenov"
|
|
open-pull-requests-limit: 3
|