From 8f504422d99e2e63c02f93b7cbe83af5addfe514 Mon Sep 17 00:00:00 2001 From: "paul.profizi" Date: Thu, 18 Jul 2024 10:04:50 +0200 Subject: [PATCH] Switch release CI to 251.pre0 Signed-off-by: paul.profizi --- .github/workflows/ci_release.yml | 41 +++++++++++++++++++------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 12f0e37700..9ec8bac707 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -11,11 +11,11 @@ on: ansys_version: description: "Ansys version of the standalone." required: false - default: '242' + default: '251' standalone_branch_suffix: description: 'Suffix of the branch on standalone' required: false - default: '.pre1' + default: '.pre0' #┌───────────── minute (0 - 59) #│ ┌───────────── hour (0 - 23) @@ -77,38 +77,38 @@ jobs: tests: uses: ./.github/workflows/tests.yml with: - ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }} + ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} python_versions: '["3.9", "3.10", "3.11"]' wheel: true wheelhouse: true - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} secrets: inherit tests_any: uses: ./.github/workflows/tests.yml with: - ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }} + ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} python_versions: '["3.9", "3.10", "3.11"]' wheel: true wheelhouse: false - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} test_any: true secrets: inherit docs: uses: ./.github/workflows/docs.yml with: - ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }} - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} + ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} event_name: ${{ github.event_name }} secrets: inherit examples: uses: ./.github/workflows/examples.yml with: - ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }} + ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} python_versions: '["3.9", "3.10", "3.11"]' - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} secrets: inherit retro_241: @@ -148,13 +148,20 @@ jobs: DOCSTRING: false secrets: inherit + pydpf-post_251: + name: "PyDPF-Post with 251" + uses: ./.github/workflows/pydpf-post.yml + with: + ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} + test_docstrings: "true" + secrets: inherit + pydpf-post_242: name: "PyDPF-Post with 242" uses: ./.github/workflows/pydpf-post.yml with: - ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }} - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} - test_docstrings: "true" + ANSYS_VERSION: "242" secrets: inherit pydpf-post_241: @@ -189,17 +196,17 @@ jobs: name: "Build and Test on Docker" uses: ./.github/workflows/test_docker.yml with: - ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }} - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} + ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} secrets: inherit docker_examples: name: "Run examples on Docker" uses: ./.github/workflows/examples_docker.yml with: - ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '242' }} + ANSYS_VERSION: ${{ github.event.inputs.ansys_version || '251' }} python_versions: '["3.9", "3.10", "3.11"]' - standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre1' }} + standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '.pre0' }} secrets: inherit draft_release: