Skip to content

Approve Test Queue #45540

Approve Test Queue

Approve Test Queue #45540

# SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# 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: Approve Test Queue
on:
schedule:
- cron: "*/5 * * * *"
# Scheduled events can be delayed, so refill released queue slots immediately.
workflow_run:
workflows: ["CICD NeMo"]
types: [completed]
workflow_dispatch:
concurrency:
group: approve-test-queue
cancel-in-progress: false
jobs:
approve-test-queue:
if: github.repository == 'NVIDIA-NeMo/Speech'
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_test_approval_queue.yml@f07495d7a01aad5578a407db8e0c4f4e395375f6 # v1.9.1
with:
workflow_name: CICD NeMo
max_concurrency_internal: ${{ fromJSON(vars.MAX_CONCURRENCY || '1') }}
max_concurrency_external: ${{ fromJSON(vars.MAX_CONCURRENCY || '1') }}
secrets:
PAT: ${{ secrets.PAT }}
NVIDIA_MANAGEMENT_ORG_PAT: ${{ secrets.NVIDIA_MANAGEMENT_ORG_PAT }}
SLACK_CI_CHANNEL_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_TEAM_GROUP_ID: ${{ secrets.SLACK_WEBHOOK_ADMIN }}