Skip to content

Commit

Permalink
Merge branch 'master' into releasev1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Oct 16, 2024
2 parents 1529adb + 5b34e6e commit 87bf54a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytests-upstream-xarray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@ jobs:
run: |
pytest -ra -v -s -c argopy/tests/pytest.ini --durations=10 \
--report-log output-${{ matrix.python-version }}-log.jsonl \
test_fetchers_data_erddap.py
argopy/tests/test_fetchers_data_erddap.py
- name: Generate and publish a report on failure
if: |
failure()
&& steps.status.outcome == 'failure'
&& github.repository_owner == 'euroargodev'
uses: xarray-contrib/issue-from-pytest-log@main
with:
log-path: output-${{ matrix.python-version }}-log.jsonl
issue-title: "Xarray > 2024.3 CI failed"

- name: Save tests log as artifact
uses: actions/upload-artifact@v4
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/pytests-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ jobs:
- name: Generate and publish a report on failure
if: |
failure()
&& steps.status.outcome == 'failure'
&& github.repository_owner == 'euroargodev'
uses: xarray-contrib/issue-from-pytest-log@main
with:
log-path: output-${{ matrix.python-version }}-log.jsonl

issue-title: "Upstream CI tests failed: Core - Free - Py${{matrix.python-version}} - ${{ matrix.os }}"

- name: Save tests log as artifact
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -291,7 +291,8 @@ jobs:
uses: xarray-contrib/issue-from-pytest-log@main
with:
log-path: output-${{ matrix.python-version }}-log.jsonl

issue-title: "Upstream CI tests failed: All - Free - Py${{matrix.python-version}} - ${{ matrix.os }}"

- name: Save tests log as artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 87bf54a

Please sign in to comment.