From d8a453f4dc1be4355ad1f5a7cf8f69a1b9c2fe66 Mon Sep 17 00:00:00 2001 From: Marshall Hanmer Date: Thu, 13 Nov 2025 14:52:35 -0500 Subject: [PATCH 1/5] Update org references for install-dpf-server --- install-dpf-server/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install-dpf-server/action.yml b/install-dpf-server/action.yml index c802b16..6ac1281 100644 --- a/install-dpf-server/action.yml +++ b/install-dpf-server/action.yml @@ -2,12 +2,12 @@ name: "Install DPF Server" description: "Install and test DPF Server for different OS and versions" inputs: dpf-standalone-TOKEN: - description: "github secret to access https://github.com/ansys-dpf/dpf-standalone" + description: "github secret to access https://github.com/ansys-internal/dpf-standalone" required: true ANSYS_VERSION: - description: "Ansys release version number in the format 232" + description: "Ansys release version number in the format 261" required: false - default: "232" + default: "261" standalone_suffix: description: "Suffix of the branch on standalone" required: false @@ -34,7 +34,7 @@ runs: } $BranchName = if ("${{runner.os}}" -eq "Linux") { "linux_release-$ANSYS_VERSION_WITH_POINT" } else { "win_release-$ANSYS_VERSION_WITH_POINT" } echo "cloning standalone branch name: " $BranchName - git clone --branch $BranchName --single-branch --depth=1 https://${{inputs.dpf-standalone-TOKEN}}@github.com/ansys-dpf/dpf-standalone dpf-standalone/v${{inputs.ANSYS_VERSION}} + git clone --branch $BranchName --single-branch --depth=1 https://${{inputs.dpf-standalone-TOKEN}}@github.com/ansys-internal/dpf-standalone dpf-standalone/v${{inputs.ANSYS_VERSION}} echo "pwd: " pwd echo "ls: " From e3f255d43bffc49a3345b091279e5a1daadc9b29 Mon Sep 17 00:00:00 2001 From: Marshall Hanmer Date: Fri, 21 Nov 2025 14:17:20 -0500 Subject: [PATCH 2/5] Update to windows 2022 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0e67f5..712eac2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ on: jobs: test_windows: name: Windows - runs-on: windows-2019 + runs-on: windows-2022 env: ANSYS_VERSION: 232 From 914ff615dd1bbc230c0f5d0495de88ae4cb49e3f Mon Sep 17 00:00:00 2001 From: Marshall Hanmer Date: Fri, 21 Nov 2025 14:20:16 -0500 Subject: [PATCH 3/5] Update ANSYS_VERSION --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 712eac2..623cc2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: windows-2022 env: - ANSYS_VERSION: 232 + ANSYS_VERSION: 261 steps: - uses: actions/checkout@v3.5.2 From 591133d54194e31cc83f4eae5460fc80c0ea46c5 Mon Sep 17 00:00:00 2001 From: Marshall Hanmer Date: Fri, 21 Nov 2025 14:23:50 -0500 Subject: [PATCH 4/5] Update other env var --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 623cc2e..33ae9be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest env: - ANSYS_VERSION: 232 + ANSYS_VERSION: 261 steps: - uses: actions/checkout@v3.5.2 From 75038cb8e124d89ee104bc9648c965225473f585 Mon Sep 17 00:00:00 2001 From: Marshall Hanmer Date: Fri, 21 Nov 2025 14:49:36 -0500 Subject: [PATCH 5/5] Update install-dpf-docker as well --- install-dpf-docker/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-dpf-docker/action.yml b/install-dpf-docker/action.yml index bcac90f..cc5e004 100644 --- a/install-dpf-docker/action.yml +++ b/install-dpf-docker/action.yml @@ -2,7 +2,7 @@ name: "Install DPF Server" description: "Install and test DPF Server for different OS and versions" inputs: dpf-standalone-TOKEN: - description: "github secret to access https://github.com/ansys-dpf/dpf-standalone" + description: "github secret to access https://github.com/ansys-internal/dpf-standalone" required: true ANSYS_VERSION: description: "Ansys release version number in the format 232" @@ -33,7 +33,7 @@ runs: BranchName="linux_release-"${ANSYS_VERSION_WITH_POINT}"${{inputs.standalone_suffix}}" echo $BranchName - git clone --branch $BranchName --single-branch --depth=1 https://${{inputs.dpf-standalone-TOKEN}}@github.com/ansys-dpf/dpf-standalone dpf-standalone + git clone --branch $BranchName --single-branch --depth=1 https://${{inputs.dpf-standalone-TOKEN}}@github.com/ansys-internal/dpf-standalone dpf-standalone ls dpf-standalone/ cd dpf-standalone/ansys/dpf/