Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
Notes
psydac
supports python3.12
since https://github.com/pyccel/psydac/pull/424
sympde
requires python < 3.13
https://github.com/pyccel/sympde/blob/master/pyproject.toml#L10
Now, scheduled CI pipelines can be started from Gitlab by clicking Pipelines --> Run Pipeline, there you can set up the following variables:
variables:
MAKE_PAGES:
value: "false"
options: ["true", "false"]
description: "''true'' to make pages"
TEST_SCHEDULED:
value: "false"
options: ["true", "false"]
description: "''true'' to run the scheduled pipeline"
STRUPHY_SOURCE_DOCKER:
value: "dist/struphy*.whl"
options: ["dist/struphy*.whl", "-U struphy"]
description: "Source to install struphy from in the docker jobs."
The variables used in each pipeline can be checked in the ci_vars
job
Solves the following issue(s):
Closes #362 (closed) #356 (closed)
Core changes:
Model-specific changes:
None
Documentation changes:
None