From 32e9ef8e4203a60ac4a24b6cef9b01ab3defcbe0 Mon Sep 17 00:00:00 2001 From: Hyeongseok Oh Date: Wed, 26 Feb 2025 17:28:23 +0900 Subject: [PATCH] [onert/contrib] Update README.md and workflows (#14731) This commit updates README.md for runtime/contrib and disable workflows when contrib directory is updated. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh Co-authored-by: Jang Jiseob --- .github/workflows/run-onert-android-build.yml | 2 ++ .github/workflows/run-onert-build.yml | 2 ++ .github/workflows/run-onert-gbs-build.yml | 2 ++ runtime/contrib/README.md | 7 +++++++ 4 files changed, 13 insertions(+) create mode 100644 runtime/contrib/README.md diff --git a/.github/workflows/run-onert-android-build.yml b/.github/workflows/run-onert-android-build.yml index b183dcde64f..53ef59ea414 100644 --- a/.github/workflows/run-onert-android-build.yml +++ b/.github/workflows/run-onert-android-build.yml @@ -14,6 +14,7 @@ on: - 'infra/nncc/**' - 'infra/nnfw/**' - 'runtime/**' + - '!runtime/contrib/**' - '!**/*.md' pull_request: branches: @@ -28,6 +29,7 @@ on: - 'infra/nncc/**' - 'infra/nnfw/**' - 'runtime/**' + - '!runtime/contrib/**' - '!**/*.md' defaults: diff --git a/.github/workflows/run-onert-build.yml b/.github/workflows/run-onert-build.yml index 08cc76eb0e4..ab9c57cd323 100644 --- a/.github/workflows/run-onert-build.yml +++ b/.github/workflows/run-onert-build.yml @@ -14,6 +14,7 @@ on: - 'infra/nncc/**' - 'infra/nnfw/**' - 'runtime/**' + - '!runtime/contrib/**' - '!**/*.md' pull_request: branches: @@ -28,6 +29,7 @@ on: - 'infra/nncc/**' - 'infra/nnfw/**' - 'runtime/**' + - '!runtime/contrib/**' - '!**/*.md' defaults: diff --git a/.github/workflows/run-onert-gbs-build.yml b/.github/workflows/run-onert-gbs-build.yml index 18f785521f6..fdc74ef2b7e 100644 --- a/.github/workflows/run-onert-gbs-build.yml +++ b/.github/workflows/run-onert-gbs-build.yml @@ -16,6 +16,7 @@ on: - 'infra/nnfw/**' - 'infra/cmake/**' - 'runtime/**' + - '!runtime/contrib/**' - 'packaging/**' - '!**.md' push: @@ -33,6 +34,7 @@ on: - 'infra/nnfw/**' - 'infra/cmake/**' - 'runtime/**' + - '!runtime/contrib/**' - 'packaging/**' - '!**.md' diff --git a/runtime/contrib/README.md b/runtime/contrib/README.md new file mode 100644 index 00000000000..ad04bcf741c --- /dev/null +++ b/runtime/contrib/README.md @@ -0,0 +1,7 @@ +# Contrib Runtime Components + +This directory contains contributed runtime components. +- It is developing as a PoC or experimental purposes, but not part of officially maintained code yet. +- It was maintained before, but it is moved to contrib to make it clear that they are not officially supported. It remains to help history tracking and code reference. + +These are not maintained by the CI/CD infra except for format checks.