Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/components-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/components-path-filters.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Platform services
# Platform services
platform/services/auth_proxy:
- platform/services/auth_proxy/**
- libs/grpc_interfaces/account_service/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libs_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# Inputs (workflow_call):
# - component-dir: Root-relative path of the component/library to validate (required)
#
#

name: Libraries - tests and stylechecks

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# Inputs:
# - publish_binaries: Enable publishing binaries (default: true)
#
#test

name: Main CI

Expand Down
Loading