Skip to content

Commit

Permalink
Update durations path (port conda/conda#14140)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Aug 12, 2024
1 parent c25621a commit d1c6de9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
if: ${{ matrix.test-type != 'conda-libmamba-solver' }} # CONDA-LIBMAMBA-SOLVER CHANGE
run: python -m pytest
--cov=conda
--durations-path=tools\durations\${{ runner.os }}.json
--durations-path=durations\${{ runner.os }}.json
--group=${{ matrix.test-group }}
--splits=${{ env.PYTEST_SPLITS }}
--reruns=${{ env.PYTEST_RERUN_FAILURES }}
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
# CONDA-LIBMAMBA-SOLVER CHANGE: need to prepend conda/ to the paths
path: |
conda\.coverage
conda\tools\durations\${{ runner.os }}.json
conda\durations\${{ runner.os }}.json
conda\test-report.xml
retention-days: 1 # temporary, combined in aggregate below

Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
if: ${{ matrix.test-type != 'conda-libmamba-solver' }} # CONDA-LIBMAMBA-SOLVER CHANGE
run: python -m pytest
--cov=conda
--durations-path=tools/durations/${{ runner.os }}.json
--durations-path=durations/${{ runner.os }}.json
--group=${{ matrix.test-group }}
--splits=${{ env.PYTEST_SPLITS }}
--reruns=${{ env.PYTEST_RERUN_FAILURES }}
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
name: test-results-${{ env.HASH }}
path: |
conda/.coverage
conda/tools/durations/${{ runner.os }}.json
conda/durations/${{ runner.os }}.json
conda/test-report.xml
retention-days: 1 # temporary, combined in aggregate below

Expand Down Expand Up @@ -597,7 +597,7 @@ jobs:
if: ${{ matrix.test-type != 'conda-libmamba-solver' }} # CONDA-LIBMAMBA-SOLVER CHANGE
run: python -m pytest
--cov=conda
--durations-path=tools/durations/${{ runner.os }}.json
--durations-path=durations/${{ runner.os }}.json
--group=${{ matrix.test-group }}
--splits=${{ env.PYTEST_SPLITS }}
--reruns=${{ env.PYTEST_RERUN_FAILURES }}
Expand Down Expand Up @@ -628,7 +628,7 @@ jobs:
# CONDA-LIBMAMBA-SOLVER CHANGE: need to prepend conda/ to the paths
path: |
conda/.coverage
conda/tools/durations/${{ runner.os }}.json
conda/durations/${{ runner.os }}.json
conda/test-report.xml
retention-days: 1 # temporary, combined in aggregate below

Expand Down

0 comments on commit d1c6de9

Please sign in to comment.