Skip to content

feat(validator): add Kubeflow Trainer to robust-controller and skip inference-gateway on training clusters #1794

feat(validator): add Kubeflow Trainer to robust-controller and skip inference-gateway on training clusters

feat(validator): add Kubeflow Trainer to robust-controller and skip inference-gateway on training clusters #1794

Workflow file for this run

# Copyright (c) 2026, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: On Push Qualification
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'docs/**'
- 'site/**'
- 'LICENSE'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- 'docs/**'
- 'site/**'
- 'LICENSE'
workflow_dispatch: {} # Allow manual runs
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/qualification.yaml
permissions:
actions: read
contents: read
id-token: write
security-events: write
with:
coverage_report: true