From f2d5e7dde566ba153be831e804a510c593a920f3 Mon Sep 17 00:00:00 2001 From: Elliot Metsger Date: Mon, 13 Dec 2021 16:12:41 -0500 Subject: [PATCH] Capture the `dlq` container logs when nightly runs. --- .github/workflows/nightly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 16f249ab5..431bbefec 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -86,6 +86,7 @@ jobs: docker logs idc_crayfits_1 2>&1 | tee end-to-end/reports/${{ matrix.suite }}/crayfits-${{ matrix.suite }}.log docker logs idc_fits_1 2>&1 | tee end-to-end/reports/${{ matrix.suite }}/fits-${{ matrix.suite }}.log docker logs idc_houdini_1 2>&1 | tee end-to-end/reports/${{ matrix.suite }}/houdini-${{ matrix.suite }}.log + docker logs idc_dlq_1 2>&1 | tee end-to-end/reports/${{ matrix.suite }}/dlq-${{ matrix.suite }}.log - name: upload reports if: always() uses: actions/upload-artifact@v2