diff --git a/.github/components-config.yaml b/.github/components-config.yaml index 9f4d9303d..7ac6bae5a 100644 --- a/.github/components-config.yaml +++ b/.github/components-config.yaml @@ -1,7 +1,7 @@ # Component Build Configuration # # This file optimizes CI/CD builds by configuring settings per component. -# Components not listed here use the 'defaults' section below. +# Components not listed here use the 'defaults' section below. components: interactive_ai/workflows/train/trainer/xpu: # Heavy builds requiring cleanup to fit into default GitHub runner disk space diff --git a/.github/components-path-filters.yml b/.github/components-path-filters.yml index 1987f3a6c..a1c4ed4e7 100644 --- a/.github/components-path-filters.yml +++ b/.github/components-path-filters.yml @@ -1,4 +1,4 @@ -# Platform services +# Platform services platform/services/auth_proxy: - platform/services/auth_proxy/** - libs/grpc_interfaces/account_service/** diff --git a/.github/workflows/component.yml b/.github/workflows/component.yml index 6ac360b4d..274d403f7 100644 --- a/.github/workflows/component.yml +++ b/.github/workflows/component.yml @@ -31,7 +31,7 @@ # - build_version (string, required): Version tag applied to built artifacts (fallback to commit) # - publish_binaries (bool, default false): Enable push of image & Helm chart # - registry (string, required): Target container registry base -# +# name: Components workflow diff --git a/.github/workflows/libs_test.yml b/.github/workflows/libs_test.yml index a5051a621..33323d374 100644 --- a/.github/workflows/libs_test.yml +++ b/.github/workflows/libs_test.yml @@ -18,7 +18,7 @@ # # Inputs (workflow_call): # - component-dir: Root-relative path of the component/library to validate (required) -# +# name: Libraries - tests and stylechecks diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a6fe147e2..cc7ab7fb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,6 +22,7 @@ # Inputs: # - publish_binaries: Enable publishing binaries (default: true) # +#test name: Main CI