From 27b4b0503ee2d8acf21f975ef3b06a57f715d149 Mon Sep 17 00:00:00 2001 From: bennahugo Date: Tue, 9 Feb 2021 13:59:24 +0200 Subject: [PATCH] remove old catalog tests from jenkins e2e test --- .travis/py3.docker | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis/py3.docker b/.travis/py3.docker index 36b8712..05ec06e 100644 --- a/.travis/py3.docker +++ b/.travis/py3.docker @@ -107,11 +107,5 @@ RUN pip3 install nose WORKDIR /src/pyxis/Pyxis/recipes/meqtrees-batch-test RUN python3 -m "nose" -# test different catalog formats -RUN python3 /usr/local/bin/tigger-convert /code/tigger-lsm/test/3C147-HI6.refmodel.lsm.html /tmp/output.txt -RUN python3 /usr/local/bin/tigger-make-brick /code/tigger-lsm/test/3C147-HI6.refmodel.lsm.html /code/tigger-lsm/test/bla.fits -RUN python3 /usr/local/bin/tigger-tag /code/tigger-lsm/test/3C147-HI6.refmodel.lsm.html gijs -RUN python3 /usr/local/bin/tigger-restore -f /code/tigger-lsm/test/bla.fits /code/tigger-lsm/test/3C147-HI6.refmodel.lsm.html - ENTRYPOINT ["meqtree-pipeliner.py"] CMD ["--help"]