- Jan 09, 2025
-
-
David Douard authored
-
- Dec 23, 2024
-
-
David Douard authored
with new tests coming (mirror notification), the 40mn timeout is now a bit short(!).
-
- Dec 16, 2024
-
-
Align with Python version from latest debian stable.
-
Those packages should support Python 3.10 so ensure to build and test them with that version.
-
- Dec 03, 2024
-
-
Renaud Boyer authored
-
- Nov 22, 2024
-
-
Antoine Lambert authored
-
Antoine Lambert authored
-
- Nov 06, 2024
-
-
vlorentz authored
swh-graph exceeded the timeout once: https://jenkins.softwareheritage.org/blue/organizations/jenkins/DGRPH%2Fgitlab-builds/detail/gitlab-builds/2430/pipeline/60
-
- Oct 31, 2024
-
-
vlorentz authored
Rust tests take 20 minutes to build, like swh-graph's
-
vlorentz authored
In order to run tests on swh/devel/swh-provenance!184 which is probably going to be merged soon.
-
- Oct 24, 2024
-
-
Antoine Lambert authored
Cypress tests on Jenkins suddenly start to fail with connection refused errors when performing HTTP requests with the axios library. This is likely due to a nodejs upgrade. As a workaround, use IP address of localhost in cypress variable baseUrl.
-
- Sep 11, 2024
-
-
Antoine Lambert authored
It enables to speedup jobs execution time by not recompiling crates whose versions are already stored in remote cache.
-
Antoine Lambert authored
Use local cargo cache for crates code, remote sccache for the compiled crates and do not compile in release mode.
-
- Sep 10, 2024
-
-
Antoine Lambert authored
-
Antoine Lambert authored
Prefer to rely on pre-commit to run all code quality checks in order to also benefit from black, codespell and isort checks. This will enforce newly introduced code to pass those checks and force external contributors to install the pre-commit hooks.
- Sep 09, 2024
-
-
Nicolas Dandrimont authored
-
- Sep 03, 2024
-
-
Nicolas Dandrimont authored
-
Antoine Lambert authored
Custom !include-raw YAML tag has been deprecated in jenkins-job-builder 6.1. Use new !include-raw-verbatim tag instead.
-
Nicolas Dandrimont authored
-
- Sep 02, 2024
-
-
Antoine Lambert authored
The Jenkins instance located at jenkins.softwareheritage.org now uses java 17 so align the base docker image used to test jenkins jobs changes accordingly.
-
- Aug 30, 2024
-
-
Antoine Lambert authored
Some swh packages like provenance use main as default branch name instead of master.
-
- Aug 27, 2024
-
-
Antoine Lambert authored
-
- Aug 21, 2024
-
-
David Douard authored
-
vlorentz authored
It was needed to make orcxx-rs build, but we don't use that dependency anymore
-
vlorentz authored
swh/devel/swh-graph!601 removes the Java code
-
- Aug 08, 2024
-
-
Stefano Zacchiroli authored
-
- Apr 18, 2024
-
-
David Douard authored
-
David Douard authored
It should not be needed any more since the docker test suite now use only docker chosen ports to expose the edge router (nginx).
-
David Douard authored
-
Antoine Lambert authored
Run job in the Jenkins docker agent. Add support for testing merge requests. Update kafka broker URL.
-
David Douard authored
-
- Mar 26, 2024
-
-
Antoine Lambert authored
Latest release of jenkins-job-builder is now attempting to delete old Jenkins views when updating but this new code triggers an exception when deploying jobs on our Jenkins instance, so add option --jobs-only to jenkins-job update command as a workaround to restore previous behavior.
-
Antoine Lambert authored
When rebuilding a merge request for the swh-jenkins-dockerfiles repository by manually triggering the job from the jenkins UI, the built images were pushed on the swh container registry but it should only happen when pushing a commit to the master branch.
-
Antoine Lambert authored
Errors can happen otherwise when executed on a different node. This was missed when the job was turned to a pipeline one.
-
- Mar 05, 2024
-
-
Antoine Lambert authored
It notably enables to use the same docker image for running tests as in jobs testing swh packages independently.
-
- Feb 27, 2024
-
-
David Douard authored
More integration tests require more time...
-
- Feb 16, 2024
-
-
David Douard authored
The swh-docker-dev was only a daily build of the same build script than the docker-tests one.
-
David Douard authored
Now the job is only concerned by the docker git repository, we no longer need to filter the execution of the docker build image step and the docker test step. Also document a bit the handling of the '--no-cache' argument when building the swh/stack docker image.
-
David Douard authored
It seems one cannot override the 'gitlab_project_name' in a job-template if it has already been defined in the job-group section...
-