File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments