From e1bde45220f5227fe2075fa92796599888103682 Mon Sep 17 00:00:00 2001 From: Igor Gaponenko Date: Fri, 20 Sep 2024 00:29:24 -0700 Subject: [PATCH] Extended GHA CI to test HTTP-based push ingest on the second pass of itest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37767b21c..9d2b196e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -324,7 +324,7 @@ jobs: - name: Run integration tests of the HTTP frontend run: | - ./admin/local/cli/qserv --log-level DEBUG itest-http \ + ./admin/local/cli/qserv --log-level DEBUG itest-http --reload --load-http \ --qserv-image ${{ needs.image-names.outputs.qserv-image }} \ --mariadb-image ${{ needs.image-names.outputs.mariadb-image }}