Skip to content

Commit 5b7600c

Browse files
Revert coverage test changes
1 parent 03efb63 commit 5b7600c

1 file changed

Lines changed: 2 additions & 18 deletions

File tree

.github/workflows/generate_coverage.yaml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Generate coverage and push to Coveralls.io
1212

1313
runs-on: ubuntu-latest
14-
timeout-minutes: 400
14+
timeout-minutes: 150
1515

1616
permissions:
1717
# Needed to cancel any previous runs that are not completed for a given workflow
@@ -117,36 +117,20 @@ jobs:
117117
mamba info
118118
mamba list
119119
120-
- name: Free Disk Space (Ubuntu)
121-
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
122-
with:
123-
docker-images: false
124-
125-
- name: Create swap
126-
run: |
127-
sudo fallocate -l 12G /swapfile
128-
sudo chmod 600 /swapfile
129-
sudo mkswap /swapfile
130-
sudo swapon /swapfile
131-
132120
- name: Build dpnp with coverage
133-
env:
134-
CMAKE_BUILD_PARALLEL_LEVEL: 1
135121
id: build_coverage
136122
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
137123
with:
138124
shell: bash
139-
timeout_minutes: 350
125+
timeout_minutes: 120
140126
max_attempts: 5
141127
retry_on: error
142128
command: |
143129
. $CONDA/etc/profile.d/conda.sh
144130
conda activate coverage
145131
[ -f /opt/intel/oneapi/setvars.sh ] && source /opt/intel/oneapi/setvars.sh
146-
free -h
147132
git clean -fxd
148133
python scripts/gen_coverage.py
149-
free -h
150134
151135
- name: Total number of coverage attempts
152136
run: |

0 commit comments

Comments
 (0)