From 155fe28acbd5cd2f57fd0259c5180fbf4daefa6f Mon Sep 17 00:00:00 2001 From: jaimergp Date: Tue, 13 Aug 2024 11:09:41 +0200 Subject: [PATCH] Update durations path (port https://github.com/conda/conda/pull/14140) (#512) --- .github/workflows/tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e072de52..db1deae9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }} @@ -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 @@ -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 }} @@ -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 @@ -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 }} @@ -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