-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jenkins-ci upgrade #188
Comments
Python test failures with Scl Python 3.8 ome/openmicroscopy#6340 |
Second upgrade of Jenkins. Upgrade to 2.375. This version of Jenkins uses Java 11 Java 11 related issue: |
Bio-Formats repositoryThe following minimal changes were made in order to run the repository tests in the staging devspace:
With this set of changes, a full execution of BIOFORMATS-test-repo is close to completion and matches the results of https://merge-ci.openmicroscopy.org/jenkins/. The steps above expose a few elements which are currently absent from this repository:
More generally, the two points above raise the question of whether this repository should remain generic and act as a re-usable template or whether we should move towards capturing the state of the production deployment on the OME hardware. |
|
A more programmatic option might be to set up the public SSH key fingerprints documented in https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints. |
PHASE I (Jan 2022)
Current build is failing due to old version of Jenkins docker image. Main goal of this work is to have an updated working environment to test scl python 3.8 on CentOS 7
Several repositories need to be updated/adjusted in order to get things to work. Below is the list of repositories with changes:
Infra/Build
DNS assumptions
Jobs
OMERO-gradle-plugins-build submodule init submodule omero-gradle-plugins#28Three jobs were green in merge-ci and failed on a fresh installation, giving us possible false positives.
Others
Other changes in BioFormats related repositories will also be required.
mvn deploy
.ZarrReader
prevents the usage of the more suitable flagaltSnapshotDeploymentRepository
.PHASE II (Jan 2023)
Upgrade of Jenkins. Upgrade to 2.375.
Infrastructure
Java 11 related issues:
The following PRs fails the build due to a Javadoc related flag.
Gradle related issues:
The text was updated successfully, but these errors were encountered: