From 81a557411e8fb8c23ac5cc2fa35306d4cb5ccaa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Fri, 23 May 2025 10:59:23 +0200 Subject: [PATCH 1/2] CI: Minor changes to update jobs name --- .github/workflows/ci_cd.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index fc0318f7332..8bc57f27b0c 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -516,7 +516,7 @@ jobs: # # ================================================================================================= system-tests-visualization-linux: - name: Testing and coverage visualization(Linux) + name: Testing and coverage visualization (Linux) if: github.event.pull_request.draft == false needs: [integration-tests] runs-on: [ self-hosted, Linux, pyaedt ] @@ -578,8 +578,12 @@ jobs: path: junit/test-results.xml if: ${{ always() }} +# # ================================================================================================= +# # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv RUNNING ON SELF-HOSTED RUNNER vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv +# # ================================================================================================= + system-tests-extensions-windows: - name: Testing and coverage Extensions (Windows) + name: Testing and coverage extensions (Windows) needs: [integration-tests] if: github.event.pull_request.draft == false runs-on: [ self-hosted, Windows, pyaedt ] From 270c9f3e28e1fb84cf5f886fba6f11136cdce47d Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 23 May 2025 09:01:32 +0000 Subject: [PATCH 2/2] chore: adding changelog file 6190.maintenance.md [dependabot-skip] --- doc/changelog.d/6190.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/6190.maintenance.md diff --git a/doc/changelog.d/6190.maintenance.md b/doc/changelog.d/6190.maintenance.md new file mode 100644 index 00000000000..75e2ac7d732 --- /dev/null +++ b/doc/changelog.d/6190.maintenance.md @@ -0,0 +1 @@ +Minor changes to update jobs name \ No newline at end of file