From eecfc1a17e19b001d9e694fd61d4956e81d7d530 Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Mon, 6 Apr 2026 13:55:56 -0500 Subject: [PATCH 1/3] rename workflows for better understanding --- .github/workflows/build.yaml | 2 +- .github/workflows/build_test_publish_images.yaml | 4 ++-- .github/workflows/inactivity_reminder.yaml | 2 +- .github/workflows/pr.yaml | 2 +- .github/workflows/self_hosted_service_test.yaml | 2 +- .github/workflows/test.yaml | 2 +- .github/workflows/test_images.yaml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a945cde8ec..b38650db1f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: build +name: Branch, release, tag, and nightly build on: push: diff --git a/.github/workflows/build_test_publish_images.yaml b/.github/workflows/build_test_publish_images.yaml index 17d4e9ab57..4a333e145f 100644 --- a/.github/workflows/build_test_publish_images.yaml +++ b/.github/workflows/build_test_publish_images.yaml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: Build, Test and Publish cuopt images +name: Build, test, and publish cuOpt container images on: workflow_call: @@ -160,7 +160,7 @@ jobs: run: bash ci/docker/create_multiarch_manifest.sh test-images: - name: Test images + name: Test cuOpt container images needs: [build-cuopt-multiarch-manifest, compute-matrix] secrets: inherit strategy: diff --git a/.github/workflows/inactivity_reminder.yaml b/.github/workflows/inactivity_reminder.yaml index 8b65b78064..0211b25fd9 100644 --- a/.github/workflows/inactivity_reminder.yaml +++ b/.github/workflows/inactivity_reminder.yaml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: Inactivity Reminder with Different Times +name: Stale issue and PR reminders on: schedule: diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index a652c23b9a..e3c8b9f623 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: pr +name: Pull Request Builder on: push: diff --git a/.github/workflows/self_hosted_service_test.yaml b/.github/workflows/self_hosted_service_test.yaml index 0761a653fd..b88d923465 100644 --- a/.github/workflows/self_hosted_service_test.yaml +++ b/.github/workflows/self_hosted_service_test.yaml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: Test self-hosted service on local-setup +name: Self-hosted service tests on: workflow_call: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a8cc5f2943..69455c522b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: test +name: Branch, release, tag, and nightly tests on: workflow_dispatch: diff --git a/.github/workflows/test_images.yaml b/.github/workflows/test_images.yaml index 66cbce036d..72949d3f36 100644 --- a/.github/workflows/test_images.yaml +++ b/.github/workflows/test_images.yaml @@ -10,7 +10,7 @@ # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, -name: Test images +name: Test cuOpt container images on: workflow_call: From e394ae487c2c3fe4cb5e913e67ddc49030fa2a19 Mon Sep 17 00:00:00 2001 From: Ramakrishnap <42624703+rgsl888prabhu@users.noreply.github.com> Date: Mon, 6 Apr 2026 13:58:11 -0500 Subject: [PATCH 2/3] Update pr.yaml --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index e3c8b9f623..57ccb3a9b4 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -1,7 +1,7 @@ # SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -name: Pull Request Builder +name: Pull Requests on: push: From 5896638597af43bf290c02f1db4128c4fd040418 Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Mon, 6 Apr 2026 14:14:02 -0500 Subject: [PATCH 3/3] fix style --- .github/workflows/inactivity_reminder.yaml | 2 +- .github/workflows/self_hosted_service_test.yaml | 2 +- .github/workflows/test_images.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/inactivity_reminder.yaml b/.github/workflows/inactivity_reminder.yaml index 0211b25fd9..0c140ccfef 100644 --- a/.github/workflows/inactivity_reminder.yaml +++ b/.github/workflows/inactivity_reminder.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 name: Stale issue and PR reminders diff --git a/.github/workflows/self_hosted_service_test.yaml b/.github/workflows/self_hosted_service_test.yaml index b88d923465..f9f7037fa1 100644 --- a/.github/workflows/self_hosted_service_test.yaml +++ b/.github/workflows/self_hosted_service_test.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 name: Self-hosted service tests diff --git a/.github/workflows/test_images.yaml b/.github/workflows/test_images.yaml index 72949d3f36..e9e70b8e65 100644 --- a/.github/workflows/test_images.yaml +++ b/.github/workflows/test_images.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License");