From 87c153d34a0f4e131f8bff5cc814703cbc704cbb Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 16 Sep 2021 12:24:58 +0200 Subject: Re-enable tests on debian oldstable as long as it is supported. --- .builds/debian_oldstable.yml | 24 ++++++++++++++++++++++++ .builds/debian_oldstable.yml.disabled | 24 ------------------------ 2 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 .builds/debian_oldstable.yml delete mode 100644 .builds/debian_oldstable.yml.disabled diff --git a/.builds/debian_oldstable.yml b/.builds/debian_oldstable.yml new file mode 100644 index 0000000..b61284a --- /dev/null +++ b/.builds/debian_oldstable.yml @@ -0,0 +1,24 @@ +image: debian/oldstable +packages: + - python3-dateutil + - python3-jinja2 + - python3-ruamel.yaml + - python3-xapian + - python3-git + - python3-nose + - python3-coverage + - flake8 +sources: + - https://git.sr.ht/~valhalla/lesana +tasks: + - test: | + cd lesana + sh run_coverage + - qa: | + cd lesana + sh run_qa +triggers: + - action: email + condition: failure + to: valhalla@trueelena.org + diff --git a/.builds/debian_oldstable.yml.disabled b/.builds/debian_oldstable.yml.disabled deleted file mode 100644 index b61284a..0000000 --- a/.builds/debian_oldstable.yml.disabled +++ /dev/null @@ -1,24 +0,0 @@ -image: debian/oldstable -packages: - - python3-dateutil - - python3-jinja2 - - python3-ruamel.yaml - - python3-xapian - - python3-git - - python3-nose - - python3-coverage - - flake8 -sources: - - https://git.sr.ht/~valhalla/lesana -tasks: - - test: | - cd lesana - sh run_coverage - - qa: | - cd lesana - sh run_qa -triggers: - - action: email - condition: failure - to: valhalla@trueelena.org - -- cgit v1.2.3