Skip to content

Commit

Permalink
Update all-in-one.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored May 20, 2024
1 parent ec6e78d commit 4dde6cd
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,26 @@ on:
clickhouse_tag:
description: 'BuildTag for ClickHouse (latest)'
required: false
clickhouse_image:
description: 'Image for ClickHouse (clickhouse/clickhouse-server)'
required: false

jobs:
build:
name: Run k6 on qryn:latest
runs-on: ubuntu-latest
continue-on-error: true
env:
CLICKHOUSE_VERSION: "${{ github.event.inputs.clickhouse_image || 'clickhouse/clickhouse-server' }}:${{ github.event.inputs.clickhouse_tag || 'latest' }}"
QRYN_VERSION: "ghcr.io/metrico/qryn:${{ github.event.inputs.qryn_tag || 'latest' }}"
QRYN_VERSION: "clickhouse/clickhouse-server:${{ github.event.inputs.qryn_tag || 'latest' }}"
CLICKHOUSE_VERSION: "qxip/qryn:${{ github.event.inputs.clickhouse_tag || 'latest' }}"
services:
clickhouse:
image: "clickhouse/clickhouse-server:${{ github.event.inputs.clickhouse_tag || 'latest' }}"
ports:
- 8123:8123
qryn:
image: "ghcr.io/metrico/qryn:${{ github.event.inputs.qryn_tag || 'latest' }}"
image: "qxip/qryn:${{ github.event.inputs.qryn_tag || 'latest' }}"
ports:
- 3100:3100
env:
CLICKHOUSE_SERVER: clickhouse
CLICKHOUSE_AUTH: "qryn:qryn"

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 4dde6cd

Please sign in to comment.