- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 8 2023
Jan 6 2023
Oct 19 2022
Jenkins jobs for swh packages have been updated to only fetch the master branch of repositories, closing this.
Oct 18 2022
Passing --single-branch option to git clone do not result in a timeout:
$ git clone https://forge.softwareheritage.org/source/swh-graph.git Cloning into 'swh-graph'... error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504 fatal: the remote end hung up unexpectedly
Sep 5 2022
Aug 31 2022
Aug 26 2022
In T3423#67264, @anlambert wrote:After some hacks on the current Jenkins pipeline for swh-web to test if it was feasible, I managed to setup the use of sorry-cypress but could not run multiple cypress in parallel as Jenkins pipelines forbid nested parallel stages.
So this would require setting up a dedicated pipeline build job for cypress tests as currently Python and cypress tests are executed in parallel in a single job.
Jun 30 2022
Fixes included in the diff landed [1].
Thanks!
It looks like the rabbitmq provenance storage server, which is run within the pytest context through multiprocessing (so forks a bunch of python processes in the pytest run context), interacts poorly with the confluent-kafka library (which is used in the swh.journal fixtures, and brings up a bunch of internal threads).
Jun 29 2022
May 13 2022
Apr 1 2022
New hook got developed [1] and installed in the repository [2].
Remains to install some new kind of hook that will be able to push the tag to trigger the jenkins build once triggered.
And document that new kind of hooks.
The job is now declared in our declarative job build [1]
Paper cuts got fixed along the way and the build is now fine [2]