Page MenuHomeSoftware Heritage

Fix swh-environment's jenkins build
Closed, MigratedEdits Locked

Description

It's been red for a while now.

The gist of what's running for the build is [1]:

#!/bin/bash

mr -j 4 -t update
python3 -m venv .venv
. .venv/bin/activate
pip install wheel
pip install pifpaf pytest
pifpaf run postgresql echo "pifpaf OK"

pip install $(bin/pip-swh-packages --with-testing)
pifpaf run postgresql sh -- -c 'for d in swh-*; do (echo Testing in $d; cd $d; pytest); done' [2]

[1] https://jenkins.softwareheritage.org/job/swh-environment/configure

[2] is breaking either for missing dependencies (pip) or system one

We need to take the time to analyze further and improve the current way of doing it.

Event Timeline

ardumont created this task.
vlorentz renamed this task from Debunk swh-environment's jenkins build to Fix swh-environment's jenkins build.Dec 13 2018, 11:03 AM
vlorentz claimed this task.
vlorentz added a subscriber: vlorentz.
vlorentz claimed this task.

Seems to be fixed since 2019-02-12.