Open-MSS / MSS

A QT application, a OGC web map server, a collaboration server to plan atmospheric research flights.
https://open-mss.github.io
Apache License 2.0
54 stars 68 forks source link

Merge develop to stable == 9.0.0 #2384

Closed ReimarBauer closed 1 month ago

ReimarBauer commented 1 month ago

Purpose of PR?:

this is the base of the next stable release 9.x

388 files changed, 13933 insertions(+), 8041 deletions(-)

There was no merge conflict.

Removed the pyvirtualdisplay section from testing.yml

This needs a merge.

ReimarBauer commented 1 month ago
git diff develop

diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml
index b6e7d33c..0e1f739f 100644
--- a/.github/workflows/testing.yml
+++ b/.github/workflows/testing.yml
@@ -31,13 +31,6 @@ jobs:
       run: cmp -s /meta.yaml localbuild/meta.yaml && cmp -s /development.txt requirements.d/development.txt ||
         (echo Dependencies differ && echo "triggerdockerbuild=yes" >> $GITHUB_ENV )

-    - name: Install pyvirtualdisplay if on stable
-      if: ${{ inputs.image_suffix == 'stable' }}
-      run: |
-        source /opt/conda/etc/profile.d/conda.sh
-        source /opt/conda/etc/profile.d/mamba.sh
-        mamba install -n mss-${{ inputs.image_suffix }}-env pyvirtualdisplay
-
     - name: Always rebuild dependencies for scheduled builds (started from testing-scheduled.yml)
       if: ${{ github.event_name == 'workflow_dispatch' }}
       run: echo "triggerdockerbuild=yes" >> $GITHUB_ENV
ReimarBauer commented 1 month ago

@matrss I wonder why we don't see a coverage.

matrss commented 1 month ago

@matrss I wonder why we don't see a coverage.

Coveralls shows it as "pending completion", no idea why. See: https://coveralls.io/builds/67629652

ReimarBauer commented 1 month ago

@matrss I wonder why we don't see a coverage.

Coveralls shows it as "pending completion", no idea why. See: https://coveralls.io/builds/67629652

Then we ignore it that time, perhaps it had a network hickup.