Hi, Recently I added a file debian/salsa-ci.yml to https://salsa.debian.org/debian-edu/debian-edu-doc, aiming first at skipping reprotest execution on commits to a branch called weblate, and secondly at increasing the reprotest timeout from 2 hours to 3 hours, as reprotest currently fails with the message that the test took longer than two hours to execute. This is my debian/salsa-ci.yml: --- include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml # Don't run Salsa CI on weblate because packages aren't build from it. variables: SALSA_CI_IGNORED_BRANCHES: 'weblate' # Enabling this would skip reprotest. # This could be helpfull if reprotest keeps running out of time. #reprotest: # allow_failure: true # Set timeout for reprotest to 3h reprotest: extends: .test-reprotest timeout: 3h What do I do wrong? Please CC: me, because I'm not subscribed to the list. -- Kind regards, Frans Spiesschaert
Attachment:
signature.asc
Description: This is a digitally signed message part