-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several fixes to the release pipeline following 0.11.0 (#1432)
* Add timeout to PyDPF-Post tests Signed-off-by: paul.profizi <[email protected]> * Try fix releaser.yml upload_docs_release job Signed-off-by: paul.profizi <[email protected]> Try fix releaser.yml upload_docs_release job Signed-off-by: paul.profizi <[email protected]> Try fix releaser.yml upload_docs_release job Signed-off-by: paul.profizi <[email protected]> Try fix releaser.yml upload_docs_release job Signed-off-by: paul.profizi <[email protected]> * Try fix releaser.yml upload_docs_release job Signed-off-by: paul.profizi <[email protected]> * Try fix releaser.yml upload_docs_release job Signed-off-by: paul.profizi <[email protected]> * Try fix releaser.yml upload_docs_release job Signed-off-by: paul.profizi <[email protected]> * ansys_lab.yml do not fail on no diff Signed-off-by: paul.profizi <[email protected]> * Update checkout to v4 and release-downloader to v1.9 for new nodeJS 20 Signed-off-by: paul.profizi <[email protected]> --------- Signed-off-by: paul.profizi <[email protected]>
- Loading branch information
Showing
11 changed files
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
name: "Style Check" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: "Setup Python" | ||
uses: actions/[email protected] | ||
|
@@ -81,7 +81,7 @@ jobs: | |
name: "Build linux1 wheel" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: "Install requirements" | ||
run: pip install -r requirements/requirements_build.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
name: "Style Check" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: "Setup Python" | ||
uses: actions/[email protected] | ||
|
@@ -61,7 +61,7 @@ jobs: | |
name: "Build linux1 wheel" | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: "Install requirements" | ||
run: pip install -r requirements/requirements_build.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
os: ["ubuntu-latest"] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: "Setup Python" | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
python-version: ["3.9"] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: "Set licensing if necessary" | ||
if: inputs.ANSYS_VERSION > 231 | ||
|
@@ -153,13 +153,15 @@ jobs: | |
PACKAGE_NAME: ansys-dpf-post | ||
working-directory: pydpf-post/src | ||
if: inputs.test_docstrings == 'true' | ||
timeout-minutes: 10 | ||
|
||
- name: "Test API" | ||
shell: bash | ||
working-directory: pydpf-post/tests | ||
run: | | ||
pytest $DEBUG --reruns 2 . | ||
if: always() | ||
timeout-minutes: 20 | ||
|
||
- name: "Kill all servers" | ||
uses: ansys/pydpf-actions/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
os: ["ubuntu-latest"] | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: "Setup Python" | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
- name: echo distinct ID ${{ github.event.inputs.distinct_id }} | ||
run: echo ${{ github.event.inputs.distinct_id }} | ||
|
||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Setup Python | ||
uses: actions/[email protected] | ||
|