diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-08-04 18:32:23 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-08-04 18:32:23 +0200 |
commit | b826943adfb9a885ddbe412c8045fe2d3caa7d51 (patch) | |
tree | 66e815e8a9c62792a04993a10bcee7768338b8fc /.builds/debian_oldstable.yml.disabled | |
parent | c0c292d9159e30dde7b314a4f1ff32ddbed530ea (diff) |
Disable testing on debian oldstable (regular support has ended)
Diffstat (limited to '.builds/debian_oldstable.yml.disabled')
-rw-r--r-- | .builds/debian_oldstable.yml.disabled | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.builds/debian_oldstable.yml.disabled b/.builds/debian_oldstable.yml.disabled new file mode 100644 index 0000000..daba7da --- /dev/null +++ b/.builds/debian_oldstable.yml.disabled @@ -0,0 +1,27 @@ +image: debian/oldstable +packages: + - python3-dateutil + - python3-jinja2 + - python3-ruamel.yaml + - python3-xapian + - python3-git + - python3-nose + - python3-coverage + - python3-hazwaz + - flake8 + - isort + - python3-doc8 +sources: + - https://git.sr.ht/~valhalla/lesana +tasks: + - test: | + cd lesana + sh check coverage + - qa: | + cd lesana + sh check qa +triggers: + - action: email + condition: failure + to: valhalla@trueelena.org + |