From 89e6c28c17220fe2dfce032f89dce6692971d693 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Wed, 27 Mar 2024 01:02:34 +0100 Subject: [PATCH] Update k6.yml --- .github/workflows/k6.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/k6.yml b/.github/workflows/k6.yml index be03a46..69be9ba 100644 --- a/.github/workflows/k6.yml +++ b/.github/workflows/k6.yml @@ -9,7 +9,7 @@ on: description: 'BuildTag for ClickHouse (latest)' required: false clickhouse_image: - description: 'Image for ClickHouse (ghcr.io/chdb-io/chdb-server)' + description: 'Image for CowsDB (ghcr.io/cowsdb/cowsdb)' required: false jobs: @@ -18,11 +18,11 @@ jobs: runs-on: ubuntu-latest continue-on-error: true env: - CLICKHOUSE_VERSION: "${{ github.event.inputs.clickhouse_image || 'ghcr.io/chdb-io/chdb-server' }}:${{ github.event.inputs.qryn_tag || 'latest' }}" - QRYN_VERSION: "ghcr.io/metrico/qryn:${{ github.event.inputs.clickhouse_tag || 'latest' }}" + CLICKHOUSE_VERSION: "${{ github.event.inputs.clickhouse_image || 'ghcr.io/cowsdb/cowsdb' }}:${{ github.event.inputs.clickhouse_tag || 'latest' }}" + QRYN_VERSION: "ghcr.io/metrico/qryn:${{ github.event.inputs.qryn_tag || 'latest' }}" services: clickhouse: - image: "${{ github.event.inputs.clickhouse_image || 'ghcr.io/chdb-io/chdb-server' }}:${{ github.event.inputs.clickhouse_tag || 'latest' }}" + image: "${{ github.event.inputs.clickhouse_image || 'ghcr.io/cowsdb/cowsdb' }}:${{ github.event.inputs.clickhouse_tag || 'latest' }}" ports: - 8123:8123 env: @@ -115,8 +115,8 @@ jobs: echo "### qryn image" >> $GITHUB_STEP_SUMMARY echo "qxip/qryn:${{ github.event.inputs.qryn_tag || 'latest' }}" >> $GITHUB_STEP_SUMMARY echo "" >> $GITHUB_STEP_SUMMARY - echo "### chdb image" >> $GITHUB_STEP_SUMMARY - echo "${{ github.event.inputs.clickhouse_image || 'ghcr.io/chdb-io/chdb-server' }}:${{ github.event.inputs.clickhouse_tag || 'latest' }}" >> $GITHUB_STEP_SUMMARY + echo "### cowsdb image" >> $GITHUB_STEP_SUMMARY + echo "${{ github.event.inputs.clickhouse_image || 'ghcr.io/cowsdb/cowsdb' }}:${{ github.event.inputs.clickhouse_tag || 'latest' }}" >> $GITHUB_STEP_SUMMARY echo "" >> $GITHUB_STEP_SUMMARY echo "### Loki Test" >> $GITHUB_STEP_SUMMARY cat loki_summary.txt >> $GITHUB_STEP_SUMMARY