Skip to content

Commit

Permalink
ci(bench): disable CheckBenchAPI until it fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Jun 13, 2024
1 parent 11e62f4 commit a9cc7fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Benchmark'
name: "Benchmark"

on:
push:
Expand All @@ -12,6 +12,7 @@ env:
COMPOSE_FILE: docker-compose.ci.yml
OTEL_EXPORTER_OTLP_INSECURE: "true"
CGO_ENABLED: 0
CHECK_BENCH_BROKEN: "true"

jobs:
PromQL:
Expand Down Expand Up @@ -128,9 +129,11 @@ jobs:
run: go build -trimpath -buildvcs=false -v ./cmd/otelbench

- name: Ping
if: ${{ env.CHECK_BENCH_BROKEN != 'true' }}
run: ./otelbench api ping

- name: Status
if: ${{ env.CHECK_BENCH_BROKEN != 'true' }}
run: ./otelbench api status
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a9cc7fe

Please sign in to comment.