Ouranosinc / PAVICS-e2e-workflow-tests

Test user-level workflow.
Apache License 2.0
0 stars 2 forks source link

Jupyter docker: incremental build to add esgf-pyclient and xncml to fix Jenkins failure #118

Closed tlvu closed 1 year ago

tlvu commented 1 year ago

Overview

This is a build on top of an existing build. A fresh full build because it would pull a newer RavenPy which would requires a newer RavenWPS, which do not start at this moment.

This incremental build is faster to test and will fix our failing Jenkins due to missing package esgf-pyclient.

It is annoying to have Jenkins failing since a while just for a missing package.

Changes

< - gdal=3.5.3=py38h1f15b03_4

  • gdal=3.6.0=py38h58634bd_13

    • xncml==0.2

Test

Related Issue / Discussion

Additional Information

Full diff conda env export: 221130-221130-update230403-conda-env-export.diff.txt

Full new conda env export: 221130-update230403-conda-env-export.yml.txt

DockerHub build logs: Dockerhub-buildlogs-pavics-workflow-tests-221130-update230403.txt

tlvu commented 1 year ago

Merged to get Jenkins to pass tonight. Since Jenkins is passing, this PR should be a low risk change but not going live on PAVICS yet. @Zeitsperre do you think that gdal 3.6.0 would break something?