Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- name: "Install DPF"
id: set-server-path
uses: ansys/pydpf-actions/install-dpf-server@v2.3
uses: ansys/pydpf-actions/install-dpf-server@fix/docker_disk_usage_issues
with:
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
standalone_suffix: ${{ inputs.standalone_suffix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: "Install DPF"
id: set-server-path
uses: ansys/pydpf-actions/install-dpf-server@v2.3
uses: ansys/pydpf-actions/install-dpf-server@fix/docker_disk_usage_issues
with:
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
standalone_suffix: ${{ inputs.standalone_suffix }}
Expand Down
25 changes: 24 additions & 1 deletion .github/workflows/examples_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,21 @@ jobs:
os: ["ubuntu-latest"]

steps:

- name: "Check disk space"
run: df . -h

- uses: actions/checkout@v4

- name: "Setup Python"
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}

- name: "Check disk space"
run: df . -h
- uses: actions/checkout@v4

- name: "Install requirements"
run: pip install -r requirements/requirements_build.txt

Expand Down Expand Up @@ -99,14 +107,21 @@ jobs:
run: |
pip install dist/${{ steps.wheel.outputs.wheel_name }}[plotting]

- name: "Check disk space"
run: df . -h

- name: "Install DPF"
id: set-server-path
uses: ansys/pydpf-actions/install-dpf-docker@v2.3
uses: ansys/pydpf-actions/install-dpf-docker@fix/docker_disk_usage_issues
with:
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
standalone_suffix: ${{ inputs.standalone_suffix }}
ANSYS_VERSION : ${{inputs.ANSYS_VERSION}}

- name: "Check disk space"
run: df . -h
- uses: actions/checkout@v4

- name: "Check licences of packages"
uses: ansys/pydpf-actions/[email protected]

Expand All @@ -124,9 +139,17 @@ jobs:
shell: bash
run: pip list

- name: "Check disk space"
run: df . -h
- uses: actions/checkout@v4

- name: "Run examples"
shell: bash
working-directory: .ci
run: |
echo on
python run_examples.py

- name: "Check disk space"
run: df . -h
- uses: actions/checkout@v4
2 changes: 1 addition & 1 deletion .github/workflows/pydpf-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- name: "Install DPF"
id: set-server-path
uses: ansys/pydpf-actions/install-dpf-server@v2.3
uses: ansys/pydpf-actions/install-dpf-server@fix/docker_disk_usage_issues
with:
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
standalone_suffix: ${{ inputs.standalone_suffix }}
Expand Down
21 changes: 20 additions & 1 deletion .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,20 @@ jobs:
os: ["ubuntu-latest"]

steps:

- name: "Check disk space"
run: df . -h

- uses: actions/checkout@v4

- name: "Setup Python"
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}

- name: "Check disk space"
run: df . -h

- name: "Install requirements"
run: pip install -r requirements/requirements_build.txt

Expand Down Expand Up @@ -78,14 +85,20 @@ jobs:
run: |
pip install dist/${{ steps.wheel.outputs.wheel_name }}[plotting]

- name: "Check disk space"
run: df . -h

- name: "Install DPF"
id: set-server-path
uses: ansys/pydpf-actions/install-dpf-docker@v2.3
uses: ansys/pydpf-actions/install-dpf-docker@fix/docker_disk_usage_issues
with:
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
standalone_suffix: ${{ inputs.standalone_suffix }}
ANSYS_VERSION : ${{inputs.ANSYS_VERSION}}

- name: "Check disk space"
run: df . -h

- name: "Check licences of packages"
uses: ansys/pydpf-actions/[email protected]

Expand Down Expand Up @@ -114,6 +127,9 @@ jobs:
echo "COVERAGE=--cov=ansys.dpf.${{env.MODULE}} --cov-report=xml --cov-report=html --log-level=ERROR --cov-append" >> $GITHUB_ENV
echo "RERUNS=--reruns 2 --reruns-delay 1" >> $GITHUB_ENV

- name: "Check disk space"
run: df . -h

- name: "Test API"
uses: nick-fields/retry@v2
with:
Expand Down Expand Up @@ -213,3 +229,6 @@ jobs:

- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3

- name: "Check disk space"
run: df . -h
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,20 @@ jobs:
run: |
pip install dist/${{ steps.wheel.outputs.wheel_name }}[plotting]

- name: "Check disk space"
run: df . -h

- name: "Install DPF"
id: set-server-path
uses: ansys/pydpf-actions/install-dpf-server@v2.3
uses: ansys/pydpf-actions/install-dpf-server@fix/docker_disk_usage_issues
with:
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
standalone_suffix: ${{ inputs.standalone_suffix }}
ANSYS_VERSION : ${{inputs.ANSYS_VERSION}}

- name: "Check disk space"
run: df . -h

- name: "Check licences of packages"
uses: ansys/pydpf-actions/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_operators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: "Install DPF"
id: set-server-path
uses: ansys/pydpf-actions/install-dpf-server@v2.3
uses: ansys/pydpf-actions/install-dpf-server@fix/docker_disk_usage_issues
with:
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
Expand Down